aboutsummaryrefslogtreecommitdiffstats
path: root/generators/qtdoc/qtdocgenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove workaround used to fix bug 540 ("Duplicate entries in QRegExp docs") ↵Hugo Parente Lima2011-03-291-5/+30
| | | | | | | as it's now really fixed. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug #532 - "QNetworkSession documentation formatting broken"Luciano Wolf2011-03-041-0/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Don't show a warning message when an empty code snippet was found.sb-0.6.7Hugo Parente Lima2011-03-021-1/+1
| | | | Reviewer: myself :-)
* Ignore module docs on extras directory when creating the module table of ↵Hugo Parente Lima2011-03-021-1/+1
| | | | | | | contents. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add support for badcode qdoc tag.Hugo Parente Lima2011-03-021-0/+1
|
* Use extra directory to also find module docs.Hugo Parente Lima2011-03-011-5/+13
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* documentation-code-snippets-dir option now accepts multiple directories.Hugo Parente Lima2011-03-011-5/+30
|
* Fix bug 638 - "Documentation for phonon doesn't show class inheritance ↵Hugo Parente Lima2011-02-111-25/+9
| | | | | | | diagrams." Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Don't ignore inject-documentation when mode="replace".Hugo Parente Lima2011-01-131-6/+26
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#574 - "In docs of QUuid there's documentation for a function called ↵Hugo Parente Lima2011-01-061-0/+1
| | | | | | | 'operator QString'" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add support for extra documentation in module table of contents.Hugo Parente Lima2011-01-061-1/+23
| | | | This is needed to fix the bug bug#560 ("Lack of QtCore.Signal documentation")
* Use the correct package name at module index.Hugo Parente Lima2010-10-041-1/+1
|
* Replace QVariant doc entries by None or object.Hugo Parente Lima2010-09-271-0/+4
| | | | | | | | | None when QVariant is used as an argument default value, object when it's used as return value or just to inform the expected argument type. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo lira <marcelo.lira@openbossa.org>
* Support doc generation of various modules in one go and removes QString and ↵Hugo Parente Lima2010-09-271-57/+69
| | | | QStringList entries from generated docs.
* Fixes bug#168, bug#310 and bug#330.Hugo Parente Lima2010-09-231-127/+108
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Removed deprecated methods.Hugo Parente Lima2010-07-081-2/+2
|
* Adapt to recent changes in ApiExtractor API.Hugo Parente Lima2010-07-081-4/+4
|
* Implemented support to namespace.Renato Filho2010-06-301-15/+30
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Hugo Parente Lima <hugo.lima@openbossa.org>
* Do not crash when the given table is wrong.Hugo Parente Lima2010-05-031-1/+1
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Adapt to changes in ApiExtractorHugo Parente Lima2010-04-221-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Add constraint to avoid index out-of-range errorsBruno dos Santos de Araujo2009-12-161-2/+2
| | | | Reviewer: Lauro Neto <lauro.neto@openbossa.org>
* Remove two compilation warnings from qtdoc generator.Hugo Lima2009-11-181-5/+5
| | | | Reviewed by Renato Araujo <renato.filho@openbossa.org>
* 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
* Merge commit 'hugo/fixdocgenerator'Renato Araujo Oliveira Filho2009-08-261-0/+2
|\
| * Add missing macro to export qtdocgenerator plugin.Hugo Lima2009-08-261-0/+2
| | | | | | | | Reviewed by Luciano Wolf
* | Merge commit 'hugo/smallfixes'Renato Araujo Oliveira Filho2009-08-261-1/+1
|\ \
| * | Use QFlags instead of an int as parameter type in some methods.Hugo Lima2009-08-261-1/+1
| |/ | | | | | | Reviewed by Setanta
* | moved the code for prepending the Sphinx tag '~' to ↵Marcelo Lira2009-08-251-2/+2
| | | | | | | | | | | | QtXmlToSphinx::resolveContextForMethod Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* | Merge commit 'mainline/master' into metaclassnameMarcelo Lira2009-08-251-5/+56
|/ | | | | Conflicts: boostpythongenerator.cpp
* - QtDocGenerator is now a GeneratorRunner plugin.Hugo Lima2009-08-251-52/+22
| | | | - 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/+1370