diff options
| author | Ralph Amissah <ralph@amissah.com> | 2016-12-07 17:28:38 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 | 
| commit | a74c05a756f541c314792a9f852c98db1f2b1aed (patch) | |
| tree | e2f3d45f6f326d9e9f1fd24c97edb5650a7b53ba /src | |
| parent | 0.9.4 node info, changes to variables & types (diff) | |
0.9.5 org files reorganized, tangles (code structure) to top of file
Diffstat (limited to 'src')
| -rw-r--r-- | src/sdp/ao_abstract_doc_source.d | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/src/sdp/ao_abstract_doc_source.d b/src/sdp/ao_abstract_doc_source.d index 5431b3d..944a720 100644 --- a/src/sdp/ao_abstract_doc_source.d +++ b/src/sdp/ao_abstract_doc_source.d @@ -2449,6 +2449,7 @@ template SiSUdocAbstraction() {        invariant() {        }      } +    /+ +/      struct ObjInlineMarkupMunge {        string[string] obj_txt;        int n_foot, n_foot_reg, n_foot_sp_asterisk, n_foot_sp_plus; @@ -3085,6 +3086,7 @@ template SiSUdocAbstraction() {          assert(_make_segment_anchor_tags_if_none_provided(txt_in, txt_lev) == txt_out);        }      } +    /+ +/      struct ObjAttributes {        string[string] _obj_attrib;        string obj_attributes( @@ -3297,6 +3299,7 @@ template SiSUdocAbstraction() {          return _obj_attrib;        }      } +    /+ +/      struct BookIndexNuggetHash {        string main_term, sub_term, sub_term_bits;        int obj_cite_number_offset, obj_cite_number_endpoint; @@ -3585,6 +3588,7 @@ template SiSUdocAbstraction() {          return t;        }      } +    /+ +/      struct NotesSection {        string[string] object_notes;        int previous_count; @@ -3768,6 +3772,7 @@ template SiSUdocAbstraction() {          return t;        }      } +    /+ +/      struct Bibliography {        public JSONValue[] _bibliography_(          ref string[] biblio_unsorted_incomplete, @@ -3848,6 +3853,7 @@ template SiSUdocAbstraction() {          }        }      } +    /+ +/      struct NodeStructureMetadata {        int lv, lv0, lv1, lv2, lv3, lv4, lv5, lv6, lv7;        int obj_cite_number; | 
