diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-07-15 23:52:22 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-07-15 23:52:25 -0400 | 
| commit | 4321a13979f52a7c3c2fc0352dc7bf253527ddb1 (patch) | |
| tree | 83bc8273d50f1017b7e6bdce02a8a48086061f12 /src/sisudoc/meta/conf_make_meta_structs.d | |
| parent | source & pod (fix build from non-pod source) (diff) | |
imports, make line searchable
Diffstat (limited to 'src/sisudoc/meta/conf_make_meta_structs.d')
| -rw-r--r-- | src/sisudoc/meta/conf_make_meta_structs.d | 26 | 
1 files changed, 12 insertions, 14 deletions
| diff --git a/src/sisudoc/meta/conf_make_meta_structs.d b/src/sisudoc/meta/conf_make_meta_structs.d index 4738a57..9503c83 100644 --- a/src/sisudoc/meta/conf_make_meta_structs.d +++ b/src/sisudoc/meta/conf_make_meta_structs.d @@ -49,20 +49,18 @@  +/  module sisudoc.meta.conf_make_meta_structs;  @safe: -import -  std.exception, -  std.json, -  std.path, -  std.regex, -  std.stdio, -  std.string, -  std.typecons, -  std.utf, -  std.conv : to; -import -  sisudoc.meta.defaults, -  sisudoc.meta.rgx_yaml, -  sisudoc.meta.rgx; +import std.exception; +import std.json; +import std.path; +import std.regex; +import std.stdio; +import std.string; +import std.typecons; +import std.utf; +import std.conv : to; +import sisudoc.meta.defaults; +import sisudoc.meta.rgx_yaml; +import sisudoc.meta.rgx;  mixin spineRgxIn;  static auto rgx = RgxI();  mixin spineRgxYamlTags; | 
