mirror of https://gitlab.com/basile.b/dexed.git
update version and deps
This commit is contained in:
parent
f854d63a6b
commit
d2019f2131
|
@ -84,5 +84,5 @@ object CurrentProject: TCENativeProject
|
||||||
'cesetup.d'
|
'cesetup.d'
|
||||||
)
|
)
|
||||||
ConfigurationIndex = 2
|
ConfigurationIndex = 2
|
||||||
version = '3.6.14'
|
version = '3.6.15'
|
||||||
end
|
end
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v3.6.14
|
v3.6.15
|
||||||
|
|
|
@ -37,9 +37,9 @@ struct Launcher
|
||||||
__gshared string[] files;
|
__gshared string[] files;
|
||||||
|
|
||||||
// -o : deep visit the symbols
|
// -o : deep visit the symbols
|
||||||
alias deepSymList = option1;
|
// alias deepSymList = option1;
|
||||||
// -o : outputs /++ +/ ddoc instead of /** */
|
// -o : outputs /++ +/ ddoc instead of /** */
|
||||||
alias plusComment = option1;
|
// alias plusComment = option1;
|
||||||
|
|
||||||
/// Writes the list of files to process
|
/// Writes the list of files to process
|
||||||
@Argument("-f")
|
@Argument("-f")
|
||||||
|
@ -71,7 +71,7 @@ struct Launcher
|
||||||
source.data
|
source.data
|
||||||
.getTokensForParser(config, &cache)
|
.getTokensForParser(config, &cache)
|
||||||
.parseModule("", &alloc, &handleErrors)
|
.parseModule("", &alloc, &handleErrors)
|
||||||
.listSymbols(errors.data, deepSymList);
|
.listSymbols(errors.data, option1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Writes the list of todo comments
|
/// Writes the list of todo comments
|
||||||
|
@ -150,7 +150,7 @@ struct Launcher
|
||||||
source.data
|
source.data
|
||||||
.getTokensForParser(config, &cache)
|
.getTokensForParser(config, &cache)
|
||||||
.parseModule("", &alloc, toDelegate(&ignoreErrors))
|
.parseModule("", &alloc, toDelegate(&ignoreErrors))
|
||||||
.getDdocTemplate(caretLine, plusComment);
|
.getDdocTemplate(caretLine, option1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
etc/iz
2
etc/iz
|
@ -1 +1 @@
|
||||||
Subproject commit a3a6cd82de2914232168ce28b78052a89bff71f9
|
Subproject commit c38a39eb4aa7b7a47e421edec679b9461af8a5d1
|
|
@ -1 +1 @@
|
||||||
Subproject commit 157d572401d92bc0639c53e700c58018b6b29f06
|
Subproject commit 41c567460dee3fab9db0c0f7775534b1d70f1f27
|
Loading…
Reference in New Issue