mirror of
https://github.com/mbierlee/mirage-injector.git
synced 2024-11-14 21:04:00 +01:00
Fix module docs
This commit is contained in:
parent
5b6b2b9217
commit
c3d5391eb7
|
@ -1,8 +1,10 @@
|
|||
/**
|
||||
* Mirage Config value injector for the Poodinis Dependency Injection Framework
|
||||
* Copyright 2022-2023 Mike Bierlee
|
||||
* Authors:
|
||||
* Mike Bierlee, m.bierlee@lostmoment.com
|
||||
* Copyright: 2022-2023 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.
|
||||
* The full terms of the license can be found in the LICENSE.txt file.
|
||||
*/
|
||||
|
||||
module examples.quickstart.app;
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
/**
|
||||
* Mirage Config value injector for the Poodinis Dependency Injection Framework
|
||||
* Copyright 2022-2023 Mike Bierlee
|
||||
*
|
||||
* Authors:
|
||||
* Mike Bierlee, m.bierlee@lostmoment.com
|
||||
* Copyright: 2022-2023 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.
|
||||
* The full terms of the license can be found in the LICENSE.txt file.
|
||||
*/
|
||||
|
||||
module poodinis.valueinjector.mirage;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright: 2022-2023 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.
|
||||
* The full terms of the license can be found in the LICENSE.txt file.
|
||||
*/
|
||||
|
||||
module testmain;
|
||||
|
|
Loading…
Reference in a new issue