summaryrefslogtreecommitdiff
path: root/gtkdoc-mkdb.in
Commit message (Expand)AuthorAgeFilesLines
...
* mkdb: add missing nextStefan Sauer2015-04-241-1/+2
* mkdb: remove a bogus tagStefan Sauer2015-04-241-1/+0
* gtkdoc-mkdb: fix some invalid docbookStefan Sauer2015-04-241-0/+3
* mkdb: save a little spaceStefan Sauer2015-04-181-3/+1
* mkdb: allow annotations for property and signal docs.Stefan Sauer2015-04-181-11/+34
* mkdb: Allow annotations for property docs.Stefan Sauer2015-04-181-4/+4
* mkdb: fix a regression on the parserStefan Sauer2015-04-171-2/+2
* mkdb: add support for multiline symbol annotationsStefan Sauer2015-04-171-1/+9
* mkdb: preseve function level annotationsStefan Sauer2015-04-161-7/+26
* gtkdoc-mkdb: don't warn on 'deprecated entities'Ryan Lortie2015-03-131-13/+1
* Expand annotation recognition on symbol linesRyan Lortie2015-03-131-1/+1
* Fix unions not being treated consistently like structsXavier Claessens2015-02-061-4/+4
* gtkdoc-mkdb: make build results reproducibleDominique Leuenberger2015-02-041-1/+1
* mkdb: more tracingStefan Sauer2014-12-311-0/+3
* gtkdoc-mkdb: fix warning about uninitialized varStefan Sauer2014-12-291-1/+1
* gtkdoc-mkdb: finetune --ignore-files docs moreStefan Sauer2014-12-291-1/+2
* gtkdoc-mkdb: fix docs for --ignore-filesStefan Sauer2014-12-291-1/+4
* mkdb: drop legacy 'return' description handlingStefan Sauer2014-07-101-31/+9
* gtkdoc-mkdb: Add support for (nullable) and (optional) annotationsPhilip Withnall2014-06-231-1/+3
* Removed support for <!--PARAMETERS--> tag.Damon Chaplin2014-05-101-37/+3
* mkdb: turn commentes print statements into @TRACE@ statementsStefan Sauer2014-04-151-71/+67
* Don't escape blockquote markup in non-sgml modeWilliam Jon McCann2014-03-281-3/+6
* Fix showing empty Object HierarchyWilliam Jon McCann2014-02-191-2/+3
* mkdb: deref the array to not rely on new perl versionsDaniel Macks2014-02-191-12/+12
* mkdb: add glossary entries for stability levelsStefan Sauer2014-02-171-7/+41
* mkdb: merge object hierarchy sectionsStefan Sauer2014-02-151-24/+62
* mkdb: refactor the lineart code for object hierarchiesStefan Sauer2014-02-141-39/+72
* style: add more classes and tweak stylingStefan Sauer2014-02-141-22/+6
* mkdb: show object details also for mostly undocumented objectsStefan Sauer2014-02-141-27/+28
* mkdb: merge multiple hierarchy boxes into oneStefan Sauer2014-02-131-12/+15
* mkdb: use an indent of 4 for the hierarchyStefan Sauer2014-02-131-7/+7
* mkdb: also reorder signal docs, but switch back to use parasStefan Sauer2014-02-131-20/+9
* mkdb: use a table for property detailsStefan Sauer2014-02-131-6/+14
* mkdb: use tables for "types and values" tooStefan Sauer2014-02-131-18/+27
* Fix off by one on function indentationWilliam Jon McCann2014-02-121-3/+2
* Don't show raw unionsWilliam Jon McCann2014-02-121-5/+0
* Don't show raw typedef for enumsWilliam Jon McCann2014-02-121-40/+0
* If the prototype wraps indent it a bit lessWilliam Jon McCann2014-02-121-8/+8
* Optimize space a bit more after hiding table columnsWilliam Jon McCann2014-02-121-26/+26
* Don't put property flags into the preformated sectionWilliam Jon McCann2014-02-121-2/+5
* Don't pad out the signal examplesWilliam Jon McCann2014-02-121-14/+8
* Don't pad out the function examplesWilliam Jon McCann2014-02-121-22/+11
* Add a section for C includesWilliam Jon McCann2014-02-121-8/+10
* Use a style class on C punctuationWilliam Jon McCann2014-02-121-2/+2
* Use non-breaking space between function name and ()William Jon McCann2014-02-121-2/+2
* Use a non-breaking space in function typesWilliam Jon McCann2014-02-121-1/+1
* Use unicode line art instead of ascii art for hierarchyWilliam Jon McCann2014-02-121-3/+7
* Use a table for union membersWilliam Jon McCann2014-02-121-7/+16
* Use a table for struct membersWilliam Jon McCann2014-02-121-6/+15
* Use a table for enum membersWilliam Jon McCann2014-02-121-6/+15