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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ Then generate the Docset with:
19
19
doxgen2docset --doxygen <path to doxygen source> --docset <path to docset dir> [--help]
20
20
```
21
21
22
+
Examples
23
+
--------
24
+
Docset Feeds for [Skia](https://skia-docs.chinmaygarde.com/docs/docset.xml) & 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.
25
+
22
26
Options
23
27
-------
24
28
@@ -56,8 +60,8 @@ Preparing Doxygen for Docsets
56
60
*`Info.plist`
57
61
58
62
59
-
Building Locally
60
-
----------------
63
+
Building the Tool Locally
64
+
-------------------------
61
65
62
66
Requirements: Mac or Linux Host, Clang or GCC (C++ 14 capable), and, CMake.
0 commit comments