File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "fileVersion" : 1 ,
33 "versions" : {
4- "botan" : " 1.12.9" ,
54 "botan-math" : " 1.0.3" ,
6- "ddox" : " 0.16.5 " ,
7- "diet-ng" : " 1.4.3 " ,
5+ "ddox" : " 0.16.0 " ,
6+ "diet-ng" : " 1.0.0 " ,
87 "eventcore" : " 0.8.17" ,
98 "hyphenate" : " 1.1.1" ,
109 "libasync" : " 0.8.3" ,
1413 "openssl" : " 1.1.5+1.0.1g" ,
1514 "taggedalgebraic" : " 0.10.7" ,
1615 "vibe-core" : " 1.2.0" ,
17- "vibe-d" : " 0.8.1 "
16+ "vibe-d" : " 0.7.30 "
1817 }
1918}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ int main(string[] args)
1616 environment[" GIT_TARGET" ] = git_target;
1717 environment[" NO_EXACT_SOURCE_CODE_LINKS" ] = noExactSourceCodeLinks ? " 1" : " 0" ;
1818 setLogFormat(FileLogger.Format.plain);
19- if (args.length > 1 && args[1 ] != " filter" )
20- args ~= " --html-style=pretty" ;
19+ // if (args.length > 1 && args[1] != "filter")
20+ // args ~= "--html-style=pretty";
2121 return ddoxMain (args);
2222}
You can’t perform that action at this time.
0 commit comments