diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-10-17 21:07:55 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | f163bae9496feff1ef5bc299ca54ffcc497b12f7 (patch) | |
tree | 3d16bfd247da04ce3c535c3a58470e5a191120d4 /org/ao_output_debugs.org | |
parent | 0.7.2 removed screen ansi colors (use previously depreciated) (diff) |
0.7.3 provide associated segment name for endnotes section and book index
Diffstat (limited to 'org/ao_output_debugs.org')
-rw-r--r-- | org/ao_output_debugs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/ao_output_debugs.org b/org/ao_output_debugs.org index 85e349c..3322373 100644 --- a/org/ao_output_debugs.org +++ b/org/ao_output_debugs.org @@ -618,7 +618,6 @@ debug(checkdoc) { output debugs +/ template SiSUoutputDebugs() { - <<book_index_sorted_report>> struct SDPoutputDebugs { auto abstract_doc_source_debugs(S)( auto ref const S contents, @@ -631,6 +630,7 @@ template SiSUoutputDebugs() { ) { mixin RgxInit; auto rgx = Rgx(); + <<book_index_sorted_report>> <<ao_output_debugs>> <<ao_output_debugs_summary>> } |