Document public API of module "dependency"

This commit is contained in:
Mike Bierlee 2015-02-21 16:01:45 +01:00
parent 380fc6310b
commit 8ee25abc58

View file

@ -1,8 +1,14 @@
/** /**
* Poodinis Dependency Injection Framework * Main module for typical inclusion into client applications.
* Copyright 2014-2015 Mike Bierlee *
* This software is licensed under the terms of the MIT license. * This module publicly imports all Poodinis modules.
* The full terms of the license can be found in the LICENSE file. *
* 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; module poodinis.dependency;