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
|
* Authors:
|
||||||
* Copyright 2022-2023 Mike Bierlee
|
* Mike Bierlee, m.bierlee@lostmoment.com
|
||||||
* This software is licensed under the terms of the MIT license.
|
* Copyright: 2022-2023 Mike Bierlee
|
||||||
* The full terms of the license can be found in the LICENSE file.
|
* License:
|
||||||
|
* This software is licensed under the terms of the MIT license.
|
||||||
|
* The full terms of the license can be found in the LICENSE.txt file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module examples.quickstart.app;
|
module examples.quickstart.app;
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
/**
|
/**
|
||||||
* Mirage Config value injector for the Poodinis Dependency Injection Framework
|
* Mirage Config value injector for the Poodinis Dependency Injection Framework
|
||||||
* Copyright 2022-2023 Mike Bierlee
|
*
|
||||||
* This software is licensed under the terms of the MIT license.
|
* Authors:
|
||||||
* The full terms of the license can be found in the LICENSE file.
|
* 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.txt file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module poodinis.valueinjector.mirage;
|
module poodinis.valueinjector.mirage;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright: 2022-2023 Mike Bierlee
|
* Copyright: 2022-2023 Mike Bierlee
|
||||||
* License:
|
* License:
|
||||||
* This software is licensed under the terms of the MIT 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;
|
module testmain;
|
||||||
|
|
Loading…
Reference in a new issue