File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ BIN=node_modules/.bin
3
3
test :
4
4
make lint
5
5
$(BIN ) /mocha test/specs/
6
+ bin/doxdox ' lib/**/*.js' --description Description --title Title --package test/fixtures/ --ignore ' lib/**/*.js' | diff test/fixtures/flags.md -
6
7
bin/doxdox ' lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -
7
8
8
9
lint :
@@ -15,7 +16,7 @@ coverage:
15
16
$(BIN ) /istanbul cover $(BIN ) /_mocha test/specs/ && $(BIN ) /codecov
16
17
17
18
fixtures :
18
- bin/doxdox lib/doxdox.js --output test/fixtures/doxdox.md --package lib
19
+ bin/doxdox lib/doxdox.js --output test/fixtures/doxdox.md --package test/fixtures/
19
20
20
21
docs :
21
22
bin/doxdox ' lib/**/*.js' -p package.json -l markdown -o DOCUMENTATION.md
Original file line number Diff line number Diff line change
1
+ # Title
2
+
3
+ > Description
4
+
5
+
6
+ * Documentation generated with [ doxdox] ( https://github.com/neogeek/doxdox ) .*
Original file line number Diff line number Diff line change
1
+ {
2
+ }
You can’t perform that action at this time.
0 commit comments