summaryrefslogtreecommitdiff
path: root/gtkdoc-scan.in
Commit message (Expand)AuthorAgeFilesLines
* Meson: Fix running tools uninstalledXavier Claessens2019-08-151-1/+5
* tools: cleanup options handlingStefan Sauer2017-06-221-4/+2
* logging: add back support for GTKDOC_TRACEStefan Sauer2017-04-261-1/+3
* scan: split into wrapper and moduleStefan Sauer2017-04-101-874/+26
* scan: Convert to Python.Jussi Pakkanen2017-04-091-783/+696
* code-style: change run() to be upper-caseStefan Sauer2016-11-231-2/+2
* gtkdoc: add/update my copyrightStefan Sauer2016-11-231-0/+1
* scan: only copy new sections file if it changedStefan Sauer2016-05-311-1/+1
* scan: remove special case for '_' macroStefan Sauer2016-03-241-39/+36
* rebase,scan: refactor into a 'modulino' and add a test skelletonStefan Sauer2015-06-171-116/+120
* gtkdoc-scan: make HTML output deterministicPeter De Wachter2015-05-201-1/+1
* gtkdoc-scan: fix regex for get_type() functionsRyan Lortie2015-04-171-2/+2
* scanner: special case G_DECLARE_*Xavier Claessens2015-03-131-0/+24
* gtkdoc-scan: function prototypes can have multiple decoratorsStefan Sauer2015-01-061-1/+1
* scan: Ignore enumeration fields with DEPRECATED in their nameEmmanuele Bassi2014-07-091-1/+2
* scan: Ignore macro definitions with DEPRECATED in their nameEmmanuele Bassi2014-07-091-2/+4
* gtkdoc-scan.in: allow ordinary structs and enums to be documentedThomas Wood2014-04-221-3/+3
* scan: add missing /oStefan Sauer2014-03-061-1/+1
* gtkdoc-scan: Fix use of uninitialised value in trace loggingPhilip Withnall2014-02-101-2/+2
* scan: tweak the matching of typesStefan Sauer2014-02-061-16/+17
* gtkdoc-scan: track doc-comemnts in headers and use for section-docsStefan Sauer2014-02-061-9/+41
* scan: apply IGNORE_DECORATORS to variables as wellStefan Sauer2014-01-311-1/+1
* Fix the hack in the previous commitMatthias Clasen2014-01-231-4/+4
* gtkdoc-scan: recognise attribute-based deprecationsRyan Lortie2014-01-231-0/+12
* gtkdoc-scan: Ignore decorators containing parenthesesCarlos Garcia Campos2014-01-151-14/+14
* gtkdoc-scan: don't add the title until all declarations have been addedAlexander Kanavin2013-08-091-1/+5
* scan: also try full name to allow to disambiguateStefan Sauer2012-07-231-0/+5
* gtkdoc-scan: revert the sorting of symbolsStefan Sauer2012-05-231-3/+0
* Ignore more decorators on functionsMatthias Clasen2011-10-091-1/+1
* scan: better matching of typesStefan Sauer2011-09-071-6/+6
* scan: detect XxxYyyyPrivate structs and move to standard sectionStefan Sauer2011-08-261-8/+15
* scan: improve gtype detectionStefan Sauer2011-08-261-31/+42
* scan: one blank line between the sections is enoughStefan Sauer2011-08-261-1/+1
* scan: make the generated section file more deterministicStefan Kost2011-08-251-18/+23
* scan,mkdb: handle short,long for (external) variablesStefan Kost2011-08-221-2/+2
* scan,mkdb: more improvements on extern and global variable parsingStefan Kost2011-08-221-3/+15
* scan: improve parsing of externsStefan Kost2011-08-181-3/+3
* scan: improve the brace countingDavid Nečas2011-06-201-0/+3
* scan: only end structs/unions with '}' at the start of the lineStefan Kost2011-05-011-1/+1
* indent: convert tabs to spaces in perl filesStefan Kost2011-04-151-410/+410
* scan: add one more trace statementStefan Kost2011-04-051-1/+4
* scan: turn #print into new @TRACE@Stefan Kost2011-03-291-52/+52
* scan: use LogWarning moreStefan Kost2011-03-291-2/+2
* Makefile.am,scan: clarify --igrnore-headersStefan Kost2010-11-261-1/+2
* scan: track forward decls and thus allow skipping duplicate symbolsStefan Kost2010-09-201-11/+20
* scan: use var for match to avoid invalidating it befroe later accessStefan Kost2010-09-201-2/+3
* scan: attempt to handle skipping redeclarations of symbolsStefan Kost2010-09-201-30/+44
* scan: provide a way to skip unparsable codeStefan Kost2010-09-131-0/+16
* scan: improve handling of internal symbolsStefan Kost2010-07-141-22/+29
* scan: allow static inline functions in headers. Fixes #481811Stefan Kost2010-07-131-3/+14