diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-20 23:59:59 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-12-21 00:06:58 -0500 | 
| commit | 369a5b0cae522c49cbbfe7b14d5e3042128a5434 (patch) | |
| tree | 42a5e65c663a7fd87acb9007ffa0b3f327216f87 /org/spine.org | |
| parent | nix build, flake.nix ldc2-1.40.0 (diff) | |
refactor yaml extraction code file
Diffstat (limited to 'org/spine.org')
| -rw-r--r-- | org/spine.org | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/org/spine.org b/org/spine.org index d185adb..ac9eb55 100644 --- a/org/spine.org +++ b/org/spine.org @@ -1467,13 +1467,13 @@ template spineAbstraction() {    <<spine_metadoc_mixin>>    enum makeMeta { make, meta }    enum docAbst  { doc_abstract_obj, doc_has } -  @system auto spineAbstraction(E,P,O,Cfg,M,S)( -    E _env, -    P program_info, -    O _opt_action, -    Cfg _cfg, -    M _manifest, -    S _make_and_meta_struct +  @system auto spineAbstraction(E,P,O,Cfg,M)( +    E             _env, +    P             program_info, +    O             _opt_action, +    Cfg           _cfg, +    M             _manifest, +    ConfComposite _make_and_meta_struct    ){      <<spine_conf_files_in_yaml>>      <<spine_each_file_do_read_and_split_dr_markup_file_content_into_header_and_body>> @@ -1691,7 +1691,7 @@ auto generated_time() {  #+NAME: spine_each_file_do_document_matters_2_meta  #+BEGIN_SRC d -auto conf_make_meta() { +ConfComposite conf_make_meta() {    return _make_and_meta_struct;  }  auto doc_digest() { | 
