From 29ebb3bc733220baf8fec12ac2fdf13929048e1a Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 7 Mar 2015 12:36:59 +0100 Subject: [PATCH] Add project identifier to module documentation --- source/poodinis/autowire.d | 2 ++ source/poodinis/container.d | 2 ++ source/poodinis/dependency.d | 2 ++ source/poodinis/registration.d | 2 ++ 4 files changed, 8 insertions(+) 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