summaryrefslogtreecommitdiff
path: root/gtkdoc-common.pl.in
Commit message (Expand)AuthorAgeFilesLines
* Fix typo when building with --enable-debugXavier Claessens2015-02-061-1/+1
* Special case for FOO = '}' in enumerationsXavier Claessens2014-12-291-0/+6
* varargs: revert changing two of the regexpsStefan Sauer2012-11-131-1/+1
* varargs: tighten the regexp for varargs checkStefan Sauer2012-11-121-1/+1
* mkdb: also pretty print/filter enum declarationsStefan Sauer2011-09-081-0/+2
* common: allow G_GNUC_ attributes on function parametersStefan Kost2011-05-201-1/+1
* common: use a non-greedy match for single line commentsStefan Kost2011-05-111-4/+4
* common: drop empty lines when stripping commentsStefan Kost2011-05-011-2/+6
* vargars: cleanup varargs handlingStefan Kost2011-04-241-2/+6
* mkdb+common: use '...' for varargs more consistentlyStefan Kost2011-04-181-1/+1
* indent: convert tabs to spaces in perl filesStefan Kost2011-04-151-164/+164
* common: print -> @TRACE@Stefan Kost2011-04-071-11/+11
* common: when parsing enums, only supress () pairs on one lineStefan Kost2011-03-291-1/+1
* common: add a conditinal tracing systemStefan Kost2011-03-291-0/+11
* parsing: improve parsing of argumentsMaarten Bosmans2011-01-101-14/+14
* Fix functions with function pointer argumentsP. F. Chimento2010-10-041-4/+3
* Revert "scope: make protected fields visible in the docs"Stefan Kost2010-04-281-3/+3
* common: strip // comment properly before parsingStefan Kost2010-04-281-1/+1
* scope: make protected fields visible in the docsStefan Kost2010-04-261-3/+3
* tests: followup for last commitStefan Kost2010-02-171-2/+2
* common: also accept G_GNU_ later in argsStefan Kost2010-01-071-2/+2
* common: parser improvements and warning fixesStefan Kost2010-01-071-7/+6
* common: also allow scope comments in enumsStefan Kost2010-01-031-0/+4
* common: also handle // comments in addition to /* */ ones.Stefan Kost2010-01-031-1/+4
* gtk-doc: refactor regexps and reparsingStefan Kost2010-01-021-8/+153
* common: documented one parameter and whitespace cleanupStefan Kost2009-12-291-1/+3
* mkdb: track incomplete docs in tmpl-free build too. Fixes 568711Stefan Kost2009-12-271-7/+7
* parsing: have simillar support for unions like we have for structsPhilip Chimento2009-12-251-3/+3
* docs: design docs and commentsStefan Kost2009-12-221-2/+4
* mkdb, fixxref: tag more data and filter warningsStefan Kost2009-11-271-2/+2
* fixxref: add warning about broken links. Fixes #602026Stefan Kost2009-11-251-0/+2
* common: move CreateValidSGMLID to commonStefan Kost2009-11-251-0/+35
* patch by: Tobias Mueller <gnome-bugs@auftrags-killer.org>Stefan Kost2009-03-171-1/+1
* patch by: Vincent Untz <vuntz@nome.org>Stefan Kost2009-03-171-1/+1
* Fix comparision. ideas.Stefan Kost2008-09-041-6/+6
* Handle file or line being undefined. Warn about repeated symbols inStefan Kost2008-06-041-0/+3
* Ideas. Add common method for prining (gcc-style) warnings. Use new method.Stefan Kost2008-04-101-2/+16
* Improve tmpl parsing and add some more logging. Fixes #512154.Stefan Kost2008-02-011-4/+3
* Don't warn when parsing enum struct members.Stefan Kost2008-01-211-2/+2
* Add testcase for #501038. Improve struct parsing to correctly finish ifStefan Kost2007-12-041-3/+5
* patch by: David Nečas <yeti@physics.muni.cz>Stefan Kost2007-12-041-2/+7
* Don't die when encountering #if/#endif in enums. Fixes #324535.Stefan Kost2007-08-141-0/+4
* Patch by: Yeti <yeti@physics.muni.cz>Stefan Kost2007-07-171-1/+1
* handle preprocessor statements in enum and struct declarations. FixesStefan Kost2007-03-161-0/+10
* Support 'long double foo' and 'T const * const *foo' (#341872) handle ptrsJody Goldberg2006-05-211-5/+7
* revert exchanging &nbsp; with &#160;Stefan Kost2005-10-051-6/+6
* adding a note about where the new docs areStefan Kost2005-09-191-6/+6
* patch from Roger Leigh to add support for the "restrict" keyword.Damon Chaplin2005-02-011-2/+3
* return an empty array for forward struct declarations. Part of #156318.Damon Chaplin2005-01-091-0/+5
* handle "typedef enum XXX {" #156297. Patch from Simon Josefsson.Damon Chaplin2004-10-241-1/+1