Skip to content

Commit 2a1c0d6

Browse files
committed
Remove Circle integration.
1 parent 98548f2 commit 2a1c0d6

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

.circleci/config.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Dash or Zeal Docsets from Doxygen Documentation
22
===============================================
33

4-
[![CircleCI](https://circleci.com/gh/chinmaygarde/doxygen2docset.svg?style=svg)](https://circleci.com/gh/chinmaygarde/doxygen2docset)
5-
64
Converts Doxygen Documentation to a [Dash](https://kapeli.com/dash) or
75
[Zeal](https://zealdocs.org/) Docset.
86

@@ -15,14 +13,11 @@ Usage
1513
-----
1614
First, generate Doxygen documentation with the `GENERATE_DOCSET` option enabled.
1715
Then generate the Docset with:
16+
1817
```
1918
doxgen2docset --doxygen <path to doxygen source> --docset <path to docset dir> [--help]
2019
```
2120

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.
25-
2621
Options
2722
-------
2823

0 commit comments

Comments
 (0)