diff options
| author | Ralph Amissah <ralph@amissah.com> | 2017-07-20 06:13:50 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 | 
| commit | cad1a09a1ed2494947dd35aaf4592fbbee5fbff1 (patch) | |
| tree | 64da0edd3826ab6d86aa3475ef6162bd9c6bef21 /src/sdp/meta/defaults.d | |
| parent | static, liberal use of keyword (diff) | |
naming things
Diffstat (limited to 'src/sdp/meta/defaults.d')
| -rw-r--r-- | src/sdp/meta/defaults.d | 64 | 
1 files changed, 32 insertions, 32 deletions
diff --git a/src/sdp/meta/defaults.d b/src/sdp/meta/defaults.d index ecc558b..4880f5b 100644 --- a/src/sdp/meta/defaults.d +++ b/src/sdp/meta/defaults.d @@ -256,38 +256,38 @@ template SiSUrgxInitFlags() {    /+ regex flags +/    static int[string] flags_type_init() {      int[string] flags_type_init = [ -      "make_headings"              : 0, -      "header_make"                : 0, -      "header_meta"                : 0, -      "heading"                    : 0, -      "biblio_section"             : 0, -      "glossary_section"           : 0, -      "blurb_section"              : 0, -      "para"                       : 0, -      "blocks"                     : 0, // 0..2 generic -      "code"                       : 0, // 0..2 -      "poem"                       : 0, // 0..2 -      "table"                      : 0, // 0..2 -      "group"                      : 0, // 0..2 -      "block"                      : 0, // 0..2 -      "quote"                      : 0, // 0..2 -      "verse_new"                  : 0, -      "curly_code"                 : 0, -      "curly_poem"                 : 0, -      "curly_group"                : 0, -      "curly_block"                : 0, -      "curly_quote"                : 0, -      "curly_table"                : 0, -      "curly_table_special_markup" : 0, -      "tic_code"                   : 0, -      "tic_poem"                   : 0, -      "tic_group"                  : 0, -      "tic_block"                  : 0, -      "tic_quote"                  : 0, -      "tic_table"                  : 0, -      "ocn_status"                 : 0, // 0 obj_cite_number; 1 no obj_cite_number; 2 no obj_cite_number & dummy headings -      "ocn_status_multi_obj"       : 0, // 0 obj_cite_number; 1 no obj_cite_number; 2 no obj_cite_number & dummy headings -      "book_index"                 : 0, +      "make_headings"                       : 0, +      "header_make"                         : 0, +      "header_meta"                         : 0, +      "heading"                             : 0, +      "biblio_section"                      : 0, +      "glossary_section"                    : 0, +      "blurb_section"                       : 0, +      "para"                                : 0, +      "blocks"                              : 0, // 0..2 generic +      "code"                                : 0, // 0..2 +      "poem"                                : 0, // 0..2 +      "table"                               : 0, // 0..2 +      "group"                               : 0, // 0..2 +      "block"                               : 0, // 0..2 +      "quote"                               : 0, // 0..2 +      "verse_new"                           : 0, +      "curly_code"                          : 0, +      "curly_poem"                          : 0, +      "curly_group"                         : 0, +      "curly_block"                         : 0, +      "curly_quote"                         : 0, +      "curly_table"                         : 0, +      "curly_table_special_markup"          : 0, +      "tic_code"                            : 0, +      "tic_poem"                            : 0, +      "tic_group"                           : 0, +      "tic_block"                           : 0, +      "tic_quote"                           : 0, +      "tic_table"                           : 0, +      "ocn_status"                          : 0, // 0 obj_cite_number; 1 no obj_cite_number; 2 no obj_cite_number & dummy headings +      "ocn_status_off_for_multiple_objects" : 0, // 0 obj_cite_number; 1 no obj_cite_number; 2 no obj_cite_number & dummy headings +      "book_index"                          : 0,      ];      return flags_type_init;    }  | 
