diff --git a/source/poodinis/autowire.d b/source/poodinis/autowire.d index 348c773..fe9638a 100644 --- a/source/poodinis/autowire.d +++ b/source/poodinis/autowire.d @@ -5,6 +5,8 @@ * You typically only need this module if you want inject dependencies into a class instance not * managed by a dependency container. * + * Part of the Poodinis Dependency Injection framework. + * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com * Copyright: 2014-2015 Mike Bierlee diff --git a/source/poodinis/container.d b/source/poodinis/container.d index de41255..16c85c6 100644 --- a/source/poodinis/container.d +++ b/source/poodinis/container.d @@ -1,6 +1,8 @@ /** * Contains the implementation of the dependency container. * + * Part of the Poodinis Dependency Injection framework. + * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com * Copyright: 2014-2015 Mike Bierlee diff --git a/source/poodinis/dependency.d b/source/poodinis/dependency.d index 6d9cc16..d3d04d8 100644 --- a/source/poodinis/dependency.d +++ b/source/poodinis/dependency.d @@ -3,6 +3,8 @@ * * This module publicly imports all Poodinis modules. * + * Part of the Poodinis Dependency Injection framework. + * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com * Copyright: 2014-2015 Mike Bierlee diff --git a/source/poodinis/registration.d b/source/poodinis/registration.d index 1190277..1602192 100644 --- a/source/poodinis/registration.d +++ b/source/poodinis/registration.d @@ -1,6 +1,8 @@ /** * This module contains objects for defining and scoping dependency registrations. * + * Part of the Poodinis Dependency Injection framework. + * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com * Copyright: 2014-2015 Mike Bierlee