From 8ee25abc5869c95ad06afa0074916136a4a7d104 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 21 Feb 2015 16:01:45 +0100 Subject: [PATCH] Document public API of module "dependency" --- source/poodinis/dependency.d | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/source/poodinis/dependency.d b/source/poodinis/dependency.d index 14a0d83..6d9cc16 100644 --- a/source/poodinis/dependency.d +++ b/source/poodinis/dependency.d @@ -1,8 +1,14 @@ /** - * Poodinis Dependency Injection Framework - * Copyright 2014-2015 Mike Bierlee - * This software is licensed under the terms of the MIT license. - * The full terms of the license can be found in the LICENSE file. + * Main module for typical inclusion into client applications. + * + * This module publicly imports all Poodinis modules. + * + * Authors: + * Mike Bierlee, m.bierlee@lostmoment.com + * Copyright: 2014-2015 Mike Bierlee + * License: + * This software is licensed under the terms of the MIT license. + * The full terms of the license can be found in the LICENSE file. */ module poodinis.dependency;