summaryrefslogtreecommitdiff
path: root/docs/pango.toml.in
Commit message (Collapse)AuthorAgeFilesLines
* Add some markup examplesmarkup-examplesMatthias Clasen2021-03-241-1/+3
| | | | A little color doesn't hurt.
* docs: Add search and fix crosslinksMatthias Clasen2021-03-111-5/+7
|
* Tell gi-docgen to produce index summariesMatthias Clasen2021-03-111-0/+1
|
* docs: Convert bidi and vertical sections to pango_bidi.mdMatthias Clasen2021-03-111-0/+1
|
* docs: Convert fonts section to pango_fonts.mdMatthias Clasen2021-03-111-0/+1
|
* docs: Convert markup and attributes docs to pango_markup.mdMatthias Clasen2021-03-111-0/+1
|
* docs: Convert rendering section to pango_rendering.mdMatthias Clasen2021-03-111-0/+3
|
* Generate Pango API docs with gi-docgenMatthias Clasen2021-03-111-0/+64
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.