summaryrefslogtreecommitdiff
path: root/docs/pangoot.toml.in
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update branch references to mainMatthias Clasen2021-07-171-1/+1
| | | | | | | Change the source locations in the gi-docgen files to point to main instead of master. This is part of #579
* docs: Add search and fix crosslinksMatthias Clasen2021-03-111-1/+3
|
* Tell gi-docgen to produce index summariesMatthias Clasen2021-03-111-0/+1
|
* Generate Pango API docs with gi-docgenMatthias Clasen2021-03-111-0/+28
Stop using gtk-doc, and switch to gi-docgen. The gi-docgen tool generates API references through the introspection data, which has various benefits: - it does not parse C code - it does not generate and run C code to introspect types at build time - it does not present a different API from the one we're exporting Additionally, gi-docgen: - does not generate DocBook XML in order to generate HTML - does not go through xsltproc - parses proper Markdown Which makes it markedly faster than gtk-doc has ever been.