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 c2732f4 commit c0d2741Copy full SHA for c0d2741
CHANGELOG.md
@@ -1,5 +1,10 @@
1
#Changelog
2
3
+##0.0.2 (August 7, 2014)
4
+
5
+- Added output flag.
6
+- Added syntax highlighting to Bootstrap layout.
7
8
##0.0.1 (August 3, 2014)
9
10
- Initial public release.
package.json
@@ -1,7 +1,7 @@
{
"name": "doxdox",
"description": "HTML and Markdown documentation generator.",
- "version": "0.0.1",
+ "version": "0.0.2",
"bin": "./bin/doxdox",
"license": "MIT",
"dependencies": {
0 commit comments