summaryrefslogtreecommitdiff
path: root/gtkdoc-mktmpl.in
Commit message (Expand)AuthorAgeFilesLines
* mktmpl: improve return type handling. Fixes #607445Stefan Kost2010-03-051-4/+13
* gtkdoc-mkdb/mktmpl/scan: Handle 'signed' keywords too. Fixes #610257.Simon Josefsson2010-02-171-1/+1
* mktmpl: fix the format of the image sectionStefan Kost2010-01-291-1/+1
* add '@Image' attribute to sectionsRyan Lortie2010-01-211-2/+12
* gtk-doc: refactor regexps and reparsingStefan Kost2010-01-021-71/+15
* tools: append to the perl path so that it stays overrideable. Fixes #604892Stefan Kost2009-12-191-1/+1
* patch by: Tobias Mueller <gnome-bugs@auftrags-killer.org>Stefan Kost2009-03-171-1/+1
* Mention onine site for regexp testing. Small output cleanups. IndentingStefan Kost2009-01-261-2/+3
* Add support for --help and --version to remaining tools. Also show a shortStefan Kost2009-01-081-1/+1
* Small comment cleanup and loud thinking in TODO :)Stefan Kost2008-10-161-2/+2
* Don't reuse file var, fixes warning context. Also accept *.hh as headersStefan Kost2008-06-161-5/+6
* Fix quoting. Add first version of a tool to support migration from tmplStefan Kost2008-06-051-8/+11
* Spelling. Warn and skip double file entries in section files. Use the newStefan Kost2008-06-031-26/+25
* Fix a long standing bug that killed spaces in tmpl files.Stefan Kost2008-05-081-2/+5
* It is GObject not GtkObject anymoreStefan Kost2008-05-051-7/+7
* Idea about the tracing. Not that practical as it is.Stefan Kost2008-04-111-1/+2
* Improve tmpl parsing and add some more logging. Fixes #512154.Stefan Kost2008-02-011-2/+1
* Give file and line number when complaining about duplicate definitions.Stefan Kost2008-01-211-2/+2
* sync with gtkdoc-mkdb completely. Really fixes #419997Benjamin Otte2007-08-231-1/+1
* Handle "unsigned long|unsigned short|signed long|signed short". FixesStefan Kost2007-08-121-3/+3
* Patch by: Yeti <yeti@physics.muni.cz>Stefan Kost2007-07-171-6/+6
* Handle signed/unsigned without int. Fixes #141869.Stefan Kost2007-07-151-3/+20
* Sync the function decl arg parsing. Fixes #419308.Stefan Kost2007-07-151-12/+14
* improved param regexp to handle weird macro vararg names like "format...".Damon Chaplin2007-01-211-2/+2
* a number of changes to help when adding example code to the docsDamon Chaplin2007-01-161-1/+1
* fix parsing of "char * const" arguments, with an extra "\s*". #387681Damon Chaplin2007-01-031-1/+1
* finish off #341872 Support 'T const * const *foo' and other more complexJody Goldberg2006-06-151-3/+3
* Support 'long double foo' and 'T const * const *foo' (#341872) handle ptrsJody Goldberg2006-05-211-1/+1
* don't check basename for '.[hc]' suffix since we allow other suffixes asDamon Chaplin2006-05-211-4/+12
* (OutputOldParams): don't bother outputting unused parameters if they don'tDamon Chaplin2006-03-191-1/+5
* Add a workaround for an old bug handling macros with arguments spread overDamon Chaplin2006-03-191-0/+8
* Use \w+: instead of \S+: when matching parameter names, so thatMatthias Clasen2005-12-201-1/+1
* add devhelp2 files create a autoregen.shStefan Kost2005-12-091-2/+5
* Allow parameters to be declared volatile (this happens in GLib nowadays)Matthias Clasen2005-12-051-1/+1
* Generate documentation for signal flagsMatthias Clasen2005-09-281-0/+6
* patch from dodji seketeli to handle functions returning explicit enums.Damon Chaplin2005-09-151-2/+2
* Add an --expand-content-files option to specify extra files to expandOwen Taylor2005-05-161-2/+5
* patch from Brian Cameron to support stability levels.Damon Chaplin2005-02-011-2/+17
* patch from Roger Leigh to add support for the "restrict" keyword.Damon Chaplin2005-02-011-3/+3
* return an empty array for forward struct declarations. Part of #156318.Damon Chaplin2005-01-091-1/+1
* output "const" rather than "G_CONST_RETURN". #157674.Damon Chaplin2004-11-161-4/+6
* handle opaque/forward struct declarations. #156318.Damon Chaplin2004-10-281-4/+5
* handle functions with const or struct return types. #141870 and #148507.Damon Chaplin2004-10-181-2/+2
* moved these here, rather than have 2 copies in gtkdoc-mkdb.in andDamon Chaplin2004-10-151-189/+1
* use '@PACKAGE_DATA_DIR@' instead of "@PACKAGE_DATA_DIR@" so that it isn'tDamon Chaplin2004-10-141-1/+1
* Accept mixtures of * and const in return types.Matthias Clasen2004-09-081-1/+1
* Add --help. (#126915)Matthias Clasen2003-12-271-2/+18
* Support a trailing , in enum declarations. These are a GNU C extension,Matthias Clasen2003-12-261-0/+6
* Make signals and properties end up in the right template file (#116569,Matthias Clasen2003-10-011-4/+6
* Accept volatile struct members, which have just made their appearance inMatthias Clasen2003-07-091-1/+1