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 1a94bcd commit 7b28d2bCopy full SHA for 7b28d2b
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+
2
+## 1.0.2
3
4
+- fixed file read error message
README.md
@@ -138,7 +138,6 @@ void global_function_without_arg();
138
Next contructions will be interpreted as classes:
139
140
```javascript
141
-.pragma library
142
143
/*!
144
* @brief Argument Class
package.json
@@ -1,6 +1,6 @@
{
"name": "doxyjs",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Converts Javascript into psudo C++ for Doxygen processing",
5
"main": "index.js",
6
"author": "Dmitry Toropchin",
@@ -23,7 +23,7 @@
23
"node": ">=7.0.0"
24
},
25
"keywords": [
26
- "doxygen"
+ "cli", "doxygen"
27
],
28
"scripts": {
29
"test": "jest"
0 commit comments