Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Various improvements | Matthias Clasen | 2021-12-10 | 1 | -1/+4 |
| | | | | Add a urlmap file, and fix the license tags. | ||||
* | docs: Update branch references to main | Matthias Clasen | 2021-07-17 | 1 | -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 crosslinks | Matthias Clasen | 2021-03-11 | 1 | -1/+3 |
| | |||||
* | Tell gi-docgen to produce index summaries | Matthias Clasen | 2021-03-11 | 1 | -0/+1 |
| | |||||
* | Generate Pango API docs with gi-docgen | Matthias Clasen | 2021-03-11 | 1 | -0/+33 |
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. |