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 1
1
# Change Log
2
2
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
+
3
13
## [ 1.3.1]
4
14
5
15
### Fix
Original file line number Diff line number Diff line change 2
2
"name" : " doxdocgen" ,
3
3
"displayName" : " Doxygen Documentation Generator" ,
4
4
"description" : " Let me generate Doxygen documentation from your source code for you." ,
5
- "version" : " 1.3.1 " ,
5
+ "version" : " 1.3.2 " ,
6
6
"publisher" : " cschlosser" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.55.0"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import CodeParserController from "./CodeParserController";
6
6
import DoxygenCompletionItemProvider from "./DoxygenCompletionItemProvider" ;
7
7
8
8
enum Version {
9
- CURRENT = "1.3.1 " ,
10
- PREVIOUS = "1.3.0 " ,
9
+ CURRENT = "1.3.2 " ,
10
+ PREVIOUS = "1.3.1 " ,
11
11
KEY = "doxdocgen_version" ,
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments