diff options
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r-- | org/meta_conf_make_meta.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org index de24fda..df8d299 100644 --- a/org/meta_conf_make_meta.org +++ b/org/meta_conf_make_meta.org @@ -419,7 +419,7 @@ auto config_jsonstr = `{ }`; #+END_SRC -* 1. JSON to DocReformStruct :module:doc_reform:meta_conf_make_meta_json: +* 1. JSON to DocReformStruct :module:conf_make_meta:json: ** 0. module template #+BEGIN_SRC d :tangle ../src/doc_reform/meta/conf_make_meta_json.d @@ -1050,7 +1050,7 @@ if (_struct_composite.meta.title_main.empty) { } #+END_SRC -* 2. TOML returns DocReformStruct (via JSON) :module:doc_reform:meta_conf_make_meta: +* 2. TOML returns DocReformStruct (via JSON) :module:conf_make_meta:struct: ** 0. parse TOML config return JSON #+BEGIN_SRC d :tangle ../src/doc_reform/meta/conf_make_meta_toml.d |