diff options
Diffstat (limited to 'src/sisudoc/meta/metadoc.d')
| -rw-r--r-- | src/sisudoc/meta/metadoc.d | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/src/sisudoc/meta/metadoc.d b/src/sisudoc/meta/metadoc.d index 25f28b6..901588c 100644 --- a/src/sisudoc/meta/metadoc.d +++ b/src/sisudoc/meta/metadoc.d @@ -68,13 +68,13 @@ template spineAbstraction() {    mixin outputHub;    enum makeMeta { make, meta }    enum docAbst  { doc_abstract_obj, doc_has } -  @system auto spineAbstraction(E,P,O,Cfg,M,S)( -    E _env, -    P program_info, -    O _opt_action, -    Cfg _cfg, -    M _manifest, -    S _make_and_meta_struct +  @system auto spineAbstraction(E,P,O,Cfg,M)( +    E             _env, +    P             program_info, +    O             _opt_action, +    Cfg           _cfg, +    M             _manifest, +    ConfComposite _make_and_meta_struct    ){      { /+ document config/make file +/        auto _config_document_struct = readConfigDoc!()(_manifest, _env); @@ -190,7 +190,7 @@ template spineAbstraction() {            ~ ":" ~ _st.second.to!string;          return _time;        } -      auto conf_make_meta() { +      ConfComposite conf_make_meta() {          return _make_and_meta_struct;        }        auto doc_digest() { | 
