summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Check for 'dot' and add the relevant configurationEmmanuele Bassi2017-02-152-4/+45
| | | | | We don't really use it, right now, but it may come in handy later, and it doesn't cost us anything, since the whole thing is optional anyway.
* doc: Ignore C++ guard macrosEmmanuele Bassi2017-02-151-1/+1
| | | | We don't need Doxygen to care about those.
* Remove unnecessary bits from the documentation build rulesEmmanuele Bassi2017-02-101-14/+1
| | | | | We don't need to list the source files as we use a glob rule in the Doxyfile itself.
* doc: Ignore a private symbolEmmanuele Bassi2017-02-061-1/+1
|
* Generate the Epoxy API reference using DoxygenEmmanuele Bassi2017-02-032-0/+238
The build is conditional on: * using the Meson build * passing the `-Denable-docs=true` configuration switch * having `doxygen` installed Currently, the generated HTML is kind of empty, but it works.