diff options
Diffstat (limited to 'org/default_paths.org')
-rw-r--r-- | org/default_paths.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org/default_paths.org b/org/default_paths.org index 5299e3d..29f084f 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -14,8 +14,8 @@ #+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n) [[./doc_reform.org][doc_reform]] [[./][org/]] -* 0. source paths :module:doc_reform:paths_source: -** 0. module template +* 0. source paths +** 0. module template :module:paths_source: #+BEGIN_SRC d :tangle ../src/doc_reform/source/paths_source.d /++ @@ -551,7 +551,7 @@ template ConfigFilePaths() { } #+END_SRC -** _pod_ (including generated bundled source) :pod: +** _pod_ (including generated bundled source) :pod: *** notes tree pod @@ -901,8 +901,8 @@ template DocReformPathsPods() { } #+END_SRC -* 1. output paths :module:doc_reform:paths_output: -** 0. module template +* 1. output paths +** 0. module template :module:paths_output: #+BEGIN_SRC d :tangle ../src/doc_reform/output/paths_output.d /++ |