diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-06 18:51:42 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | 1dab1836fe17ecdbf750b99832c4d1f789bedcf1 (patch) | |
tree | 56d6c0420856730cd7656c67dbde4b65af6e5db8 /org/meta_conf_make_meta.org | |
parent | doc structure hash removed, replaced, unused (diff) |
doc abstraction, code & org whitespace, cosmetic
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 de0080b..61e702f 100644 --- a/org/meta_conf_make_meta.org +++ b/org/meta_conf_make_meta.org @@ -386,7 +386,7 @@ JSONValue config_jsonstr = `{ }`; #+END_SRC -* 1. YAML to spineStruct :module:conf_make_meta:yaml: +* 1. YAML to spineStruct :module:conf_make_meta:yaml: ** _module template_ #+BEGIN_SRC d :tangle "../src/doc_reform/meta/conf_make_meta_yaml.d" @@ -1407,7 +1407,7 @@ if ("rights" in _yaml } #+END_SRC -* 1. JSON to spineStruct :module:conf_make_meta:json: +* 1. JSON to spineStruct :module:conf_make_meta:json: ** _module template_ #+BEGIN_SRC d :tangle "../src/doc_reform/meta/conf_make_meta_json.d" |