Skip to content

Commit 7b28d2b

Browse files
committed
version 1.0.2
1 parent 1a94bcd commit 7b28d2b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
## 1.0.2
3+
4+
- fixed file read error message

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ void global_function_without_arg();
138138
Next contructions will be interpreted as classes:
139139

140140
```javascript
141-
.pragma library
142141

143142
/*!
144143
* @brief Argument Class

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doxyjs",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Converts Javascript into psudo C++ for Doxygen processing",
55
"main": "index.js",
66
"author": "Dmitry Toropchin",
@@ -23,7 +23,7 @@
2323
"node": ">=7.0.0"
2424
},
2525
"keywords": [
26-
"doxygen"
26+
"cli", "doxygen"
2727
],
2828
"scripts": {
2929
"test": "jest"

0 commit comments

Comments
 (0)