diff --git a/docs/poodinis/autowire/Autowire.html b/docs/poodinis/autowire/Autowire.html
deleted file mode 100644
index 51ff0bf..0000000
--- a/docs/poodinis/autowire/Autowire.html
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
Function autowire
Autowires members of a given instance using dependencies registered in the given container.
-
-
-
-
-
void autowire(Type)
-
(
-
-
shared(DependencyContainer) container,
-
-
Type instance
-
-
);
-
-
-
-
All members of the given instance, which are annotated using the "Autowire" UDA, are autowired.
- Members can have any visibility (public, private, etc). All members are resolved using the given
- container. Qualifiers are used to determine the type of class to resolve for any member of instance.
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/poodinis/autowire/autowire.html b/docs/poodinis/autowire/autowire.html
deleted file mode 100644
index 51ff0bf..0000000
--- a/docs/poodinis/autowire/autowire.html
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
Function autowire
Autowires members of a given instance using dependencies registered in the given container.
-
-
-
-
-
void autowire(Type)
-
(
-
-
shared(DependencyContainer) container,
-
-
Type instance
-
-
);
-
-
-
-
All members of the given instance, which are annotated using the "Autowire" UDA, are autowired.
- Members can have any visibility (public, private, etc). All members are resolved using the given
- container. Qualifiers are used to determine the type of class to resolve for any member of instance.
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file