diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-11-20 13:44:08 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | c8f3ea1fe9389f720546534ca57b050f16e34a8c (patch) | |
tree | a3759fde79fe71ca3d02257b69912f9bac6770ad /src/sdp/meta/metadoc_summary.d | |
parent | process filesystem/unzipped sisupod.zip (diff) |
process pod dir with sisudoc.txt (or file)
- process multiple files named in sisudoc.txt
- works with multilingual doc with inserts
- regex fixes were needed
Diffstat (limited to 'src/sdp/meta/metadoc_summary.d')
-rw-r--r-- | src/sdp/meta/metadoc_summary.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/meta/metadoc_summary.d b/src/sdp/meta/metadoc_summary.d index 526c492..45fd319 100644 --- a/src/sdp/meta/metadoc_summary.d +++ b/src/sdp/meta/metadoc_summary.d @@ -10,8 +10,8 @@ template SiSUabstractionSummary() { import std.array, std.exception, - std.stdio, std.regex, + std.stdio, std.string, std.traits, std.typecons, |