diff options
| author | Ralph Amissah <ralph@amissah.com> | 2018-07-07 13:55:43 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 | 
| commit | ae23669169b32d4986af06c1ae9483cc9c52d39d (patch) | |
| tree | 7fc84b06846bf9b09b44ca13ed969901acb717c1 /src/sdp/meta/doc_debugs.d | |
| parent | parent ocn (diff) | |
0.26.4 file renames, cleaning, reorganisation
Diffstat (limited to 'src/sdp/meta/doc_debugs.d')
| -rw-r--r-- | src/sdp/meta/doc_debugs.d | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/src/sdp/meta/doc_debugs.d b/src/sdp/meta/doc_debugs.d index 89ca3a7..66b5f0e 100644 --- a/src/sdp/meta/doc_debugs.d +++ b/src/sdp/meta/doc_debugs.d @@ -23,8 +23,8 @@ template SiSUdebugs() {      std.utf,      std.conv : to;    auto SiSUdebugs(S,T)( -    auto return ref const S  contents, -    auto return ref T        doc_matters, +    const S  contents, +          T  doc_matters,    ) {      mixin SiSUrgxInit;      mixin InternalMarkup; @@ -595,8 +595,8 @@ template SiSUdebugs() {          }          debug(checkdoc) {            void out_segnames(S,T)( -            auto return ref const S  contents, -            auto return ref T        doc_matters, +            const S  contents, +                  T  doc_matters,            ) {              foreach (key; doc_matters.xml.keys_seq.seg) {                if (contents[key].length > 1) { @@ -611,7 +611,7 @@ template SiSUdebugs() {          }          debug(checkdoc) {            void out_toc(S)( -            auto return ref const S  contents, +            const S  contents,              string                   key,            ) {              if (contents[key].length > 1) { @@ -629,7 +629,7 @@ template SiSUdebugs() {          }          debug(checkdoc) {            void out_endnotes(S)( -            auto return ref const S  contents, +            const S  contents,              string                   key,            ) {              if (contents[key].length > 1) { @@ -645,7 +645,7 @@ template SiSUdebugs() {          }          debug(checkdoc) {            void out_bookindex(S)( -            auto return ref const S  contents, +            const S  contents,              string                   key,            ) {              if (contents[key].length > 1) { | 
