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 223597c commit a3d109eCopy full SHA for a3d109e
README.md
@@ -36,7 +36,7 @@ doxdox also features support for extendability via custom plugins for both parsi
36
37

38
39
-_Bootstrap template plugin_ <https://github.com/neogeek/doxdox-plugin-bootstrap>
+_Bootstrap template plugin, included with doxdox_ <https://github.com/neogeek/doxdox-plugin-bootstrap>
40
41
## Getting Started
42
@@ -62,9 +62,14 @@ $ doxdox 'lib/**/*.js' --layout markdown --output DOCUMENTATION.md
62
├─ lib/
63
│ ├─ doxdox.js
64
│ ├─ loaders.js
65
-│ ├─ utils.js
+│ └─ utils.js
66
├─ node_modules/
67
└─ test/
68
+ ├─ fixtures/
69
+ └─ specs/
70
+ ├─ doxdox.js
71
+ ├─ loaders.js
72
+ └─ utils.js
73
```
74
75
## Installation
0 commit comments