Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 01bcc14

Browse files
committed
Switched test to use local plugin.
1 parent 62fc8ef commit 01bcc14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test:
2-
doxdox index.js --layout markdown | diff DOCUMENTATION.md -
2+
doxdox index.js --layout index.js | diff DOCUMENTATION.md -
33

4-
docs:
5-
doxdox index.js --layout markdown --output DOCUMENTATION.md
4+
fixtures:
5+
doxdox index.js --layout index.js --output DOCUMENTATION.md

0 commit comments

Comments
 (0)