Skip to content

Commit f4b23d1

Browse files
authored
Update README.md
1 parent 51c3e57 commit f4b23d1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Then generate the Docset with:
1919
doxgen2docset --doxygen <path to doxygen source> --docset <path to docset dir> [--help]
2020
```
2121

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+
2226
Options
2327
-------
2428

@@ -56,8 +60,8 @@ Preparing Doxygen for Docsets
5660
* `Info.plist`
5761

5862

59-
Building Locally
60-
----------------
63+
Building the Tool Locally
64+
-------------------------
6165

6266
Requirements: Mac or Linux Host, Clang or GCC (C++ 14 capable), and, CMake.
6367

0 commit comments

Comments
 (0)