aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/output/paths_output.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-07-19 11:56:24 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-10-17 19:07:20 -0400
commit3b59675bb48254d9ce31edcda2f2b559bff00519 (patch)
tree618d752c68c2a17eb83a7cbebfa9be6b5c7852ec /src/doc_reform/output/paths_output.d
parenttexpdf, footer & language setting (diff)
0.8.0 name change in code use dr (doc reform) instead of sisu
Diffstat (limited to 'src/doc_reform/output/paths_output.d')
-rw-r--r--src/doc_reform/output/paths_output.d6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc_reform/output/paths_output.d b/src/doc_reform/output/paths_output.d
index 70b1614..ba72bfb 100644
--- a/src/doc_reform/output/paths_output.d
+++ b/src/doc_reform/output/paths_output.d
@@ -8,9 +8,9 @@ import std.array,
std.stdio;
import doc_reform.meta.rgx;
template DocReformOutPaths() {
- auto DocReformOutPaths(Po,Lng)(
- Po output_pth_root,
- Lng lng = "",
+ auto DocReformOutPaths()(
+ string output_pth_root,
+ string lng = "",
) {
struct _PathsStruct {
string output_root() {