We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd2a21 commit ed9e253Copy full SHA for ed9e253
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+## 1.3.4
3
+
4
+- fixed return type for documented functions
5
+- dependencies upgrade
6
7
## 1.3.1
8
9
- fixed processing of UTF-8 with BOM encoded source files
package.json
@@ -1,6 +1,6 @@
{
"name": "doxyjs",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "Converts Javascript into psudo C++ for Doxygen",
"main": "index.js",
"author": "Dmitry Toropchin",
0 commit comments