You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+23-8
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Moxygen
2
2
3
-
Moxygen is a doxygen XML to markdown converter for developers who want a beautiful and minimal documentation solution for their C++ projects.
3
+
Moxygen is a Doxygen XML to Markdown converter for C++ developers who want a minimal beautiful and documentation solution for their projects.
4
4
5
-
The code is based on `doxygen2md` with extra options for generating output files, custom templates, and generating multipage documentation.
5
+
The code is based on `doxygen2md` with extra options for generating output files, custom templates, and generating multi page documentation.
6
6
7
7
Moxygen is currently used in conjunction with GitBook to generate the API documentation for LibSourcey, which can be viewed [here](http://sourcey.com/libsourcey/).
8
8
@@ -21,20 +21,35 @@ Moxygen is currently used in conjunction with GitBook to generate the API docume
21
21
-V, --version output the version number
22
22
-v, --verbose verbose mode
23
23
-a, --anchors add anchors to internal links
24
-
-g, --modules output doxygen modules into separate files
24
+
-g, --groups output doxygen modules into separate files
25
25
-l, --language <lang> programming language
26
26
-t, --templates <dir> custom templates directory
27
27
-o, --output <file> output file (must contain %s when using modules)
28
28
```
29
29
30
-
## Multipage Output
30
+
## Multi Page Output
31
31
32
-
Moxygen supports the doxygen [modules](http://www.stack.nl/~dimitri/doxygen/manual/grouping.html#modules) syntax for generating multipage documentation.
33
-
34
-
Every [\defgroup](http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmddefgroup) in your source code will be parsed and output into a separate markdown file, with internal reference updated accordingly.
32
+
Moxygen supports the doxygen [modules](http://www.stack.nl/~dimitri/doxygen/manual/grouping.html#modules) syntax for generating multi page documentation. iEvery [\defgroup](http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmddefgroup) in your source code will be parsed and output into a separate markdown file, with internal reference updated accordingly.
0 commit comments