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
7
5
[Zeal](https://zealdocs.org/) Docset.
8
6
@@ -15,14 +13,11 @@ Usage
15
13
-----
16
14
First, generate Doxygen documentation with the `GENERATE_DOCSET` option enabled.
17
15
Then generate the Docset with:
16
+
18
17
```
19
18
doxgen2docset --doxygen <path to doxygen source> --docset <path to docset dir> [--help]
20
19
```
21
20
22
-
Examples
23
-
--------
24
-
Docset Feeds for the [Flutter Engine](https://engine.chinmaygarde.com/docset.xml) are available. A small Debian VM instance monitors GitHub repositories and runs the `doxygen2docset` tool on Doxygen generated docs to update Dash feeds regularly.
0 commit comments