File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.3.2]
4+
5+ ### Fix
6+
7+ - Indent alignment not working in file comments (#206 ) (#236 )
8+ Thanks to @HO-COOH
9+
10+ - Several typos (#233 )
11+ Thanks to @jogo-
12+
313## [ 1.3.1]
414
515### Fix
Original file line number Diff line number Diff line change 22 "name" : " doxdocgen" ,
33 "displayName" : " Doxygen Documentation Generator" ,
44 "description" : " Let me generate Doxygen documentation from your source code for you." ,
5- "version" : " 1.3.1 " ,
5+ "version" : " 1.3.2 " ,
66 "publisher" : " cschlosser" ,
77 "engines" : {
88 "vscode" : " ^1.55.0"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import CodeParserController from "./CodeParserController";
66import DoxygenCompletionItemProvider from "./DoxygenCompletionItemProvider" ;
77
88enum Version {
9- CURRENT = "1.3.1 " ,
10- PREVIOUS = "1.3.0 " ,
9+ CURRENT = "1.3.2 " ,
10+ PREVIOUS = "1.3.1 " ,
1111 KEY = "doxdocgen_version" ,
1212}
1313
You can’t perform that action at this time.
0 commit comments