diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-10-03 11:16:23 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | a7321dc8c96ff0006eb79a7181db4ab416e916f3 (patch) | |
tree | a51168fcb61018db2429d9bbe024ab1624f0f764 /src/doc_reform/meta/conf_make_meta_structs.d | |
parent | 0.1.0 renamed doc-reform, doc_reform (& rad) (diff) |
naming DocReform from SiSU
Diffstat (limited to 'src/doc_reform/meta/conf_make_meta_structs.d')
-rw-r--r-- | src/doc_reform/meta/conf_make_meta_structs.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d index cf279a5..a05acf7 100644 --- a/src/doc_reform/meta/conf_make_meta_structs.d +++ b/src/doc_reform/meta/conf_make_meta_structs.d @@ -12,7 +12,7 @@ import import doc_reform.meta.defaults, doc_reform.meta.rgx; -mixin SiSUrgxInit; +mixin DocReformRgxInit; static auto _rgx = Rgx(); mixin InternalMarkup; auto _mkup = InlineMarkup(); |