aboutsummaryrefslogtreecommitdiffstats
path: root/generators/qtdoc/qtdocgenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* documentation-code-snippets-dir option now accepts multiple directories.Hugo Parente Lima2011-03-011-4/+5
|
* Don't ignore inject-documentation when mode="replace".Hugo Parente Lima2011-01-131-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add support for extra documentation in module table of contents.Hugo Parente Lima2011-01-061-0/+1
| | | | This is needed to fix the bug bug#560 ("Lack of QtCore.Signal documentation")
* Support doc generation of various modules in one go and removes QString and ↵Hugo Parente Lima2010-09-271-2/+7
| | | | QStringList entries from generated docs.
* Fixes bug#168, bug#310 and bug#330.Hugo Parente Lima2010-09-231-3/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fixing includes and include dirsLauro Neto2010-01-261-1/+1
| | | | | | Avoiding .. includes Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Add symbol visibility rules to generator runner.Hugo Lima2009-11-171-2/+2
|
* forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-261-1/+1
| | | | | so that it could be used independently; the qtdoc generator module remained part of generatorrunner
* Fixed missing include in docgenerator.Renato Araujo Oliveira Filho2009-09-141-0/+1
| | | | Fixes Bug #5
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-031-5/+0
| | | | | Added a default implementation for Generator::subDirectoryForClass. This breaks the binary compatibility but NOT the source compatibility.
* Merge commit 'hugo/smallfixes'Renato Araujo Oliveira Filho2009-08-261-2/+2
|\
| * Use QFlags instead of an int as parameter type in some methods.Hugo Lima2009-08-261-2/+2
| | | | | | | | Reviewed by Setanta
* | Merge commit 'mainline/master' into metaclassnameMarcelo Lira2009-08-251-0/+1
|/ | | | | Conflicts: boostpythongenerator.cpp
* Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-251-0/+9
| | | | | | of function were moved from BoostPythonGenerator to the Generator class. In other words, QtDocGenerator finally compiles and their unit test pass :-)
* - QtDocGenerator is now a GeneratorRunner plugin.Hugo Lima2009-08-251-12/+12
| | | | - A lot of methods moved from boostpythongenerator to the generator class.
* Moved docgenerator to generators/qtdoc and renamed it to qtdocgeneratorHugo Lima2009-08-251-0/+212