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
Converts Doxygen Documentation to a [Dash](https://kapeli.com/dash) or [Zeal](https://zealdocs.org/) Docset.
6
+
Converts Doxygen Documentation to a [Dash](https://kapeli.com/dash) or
7
+
[Zeal](https://zealdocs.org/) Docset.
8
+
9
+
Installation
10
+
------------
11
+
12
+
Download one of the [pre-built releases](https://github.com/chinmaygarde/doxygen2docset/releases) for supported platforms or [build locally](#building-locally).
7
13
8
14
Usage
9
15
-----
10
-
First, generate Doxygen documentation with the `GENERATE_DOCSET` option enabled. Then generate the Docset with:
16
+
First, generate Doxygen documentation with the `GENERATE_DOCSET` option enabled.
17
+
Then generate the Docset with:
11
18
```
12
19
doxgen2docset --doxygen <path to doxygen source> --docset <path to docset dir> [--help]
0 commit comments