aboutsummaryrefslogtreecommitdiffstats
path: root/generators
Commit message (Expand)AuthorAgeFilesLines
* Doxygen supportWiller Moreira2011-11-182-2/+34
* Fixed function link generated in documentation.Renato Filho2011-09-142-1/+25
* Fix bug 831 - "PySide docs would have a "Inherited by" list for each class"Hugo Parente Lima2011-08-021-0/+21
* Remove " contents" from module page titles.Hugo Parente Lima2011-08-011-1/+1
* Write a fancy index for PySide docs.Hugo Parente Lima2011-08-011-6/+69
* Classify function as Signal/Slot/Virtual/Static in documentation.Renato Filho2011-07-282-28/+32
* Implemented support to "since" attribute on documentation.Renato Filho2011-05-191-0/+10
* Fix bug 830 - "QAbstractItemModel is not linked from QTreeView page"Hugo Parente Lima2011-05-181-5/+10
* Fix coding style.Hugo Parente Lima2011-05-181-22/+22
* Remove workaround used to fix bug 540 ("Duplicate entries in QRegExp docs") a...Hugo Parente Lima2011-03-291-5/+30
* Fix bug #532 - "QNetworkSession documentation formatting broken"Luciano Wolf2011-03-041-0/+6
* Don't show a warning message when an empty code snippet was found.sb-0.6.7Hugo Parente Lima2011-03-021-1/+1
* Ignore module docs on extras directory when creating the module table of cont...Hugo Parente Lima2011-03-021-1/+1
* 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
* documentation-code-snippets-dir option now accepts multiple directories.Hugo Parente Lima2011-03-012-9/+35
* Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagra...Hugo Parente Lima2011-02-111-25/+9
* Renamed "generatorSet" command line option to "generator-set".Marcelo Lira2011-01-251-1/+1
* Don't ignore inject-documentation when mode="replace".Hugo Parente Lima2011-01-132-7/+27
* Fix bug#574 - "In docs of QUuid there's documentation for a function called '...Hugo Parente Lima2011-01-061-0/+1
* Add support for extra documentation in module table of contents.Hugo Parente Lima2011-01-062-1/+24
* 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
* Support doc generation of various modules in one go and removes QString and Q...Hugo Parente Lima2010-09-272-59/+76
* Fixes bug#168, bug#310 and bug#330.Hugo Parente Lima2010-09-232-130/+109
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...Renato Filho2010-09-101-0/+2
* Do not compiles doc generator when ApiExtractor doesn't have support forHugo Parente Lima2010-08-171-1/+3
* Removed lib prefix from generators plugin.sb-0.6.0Renato Filho2010-07-191-0/+1
* 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
* Do not crash when the given table is wrong.Hugo Parente Lima2010-05-031-1/+1
* Adapt to changes in ApiExtractorHugo Parente Lima2010-04-221-0/+1
* Fixing includes and include dirsLauro Neto2010-01-261-1/+1
* Add constraint to avoid index out-of-range errorsBruno dos Santos de Araujo2009-12-161-2/+2
* Remove two compilation warnings from qtdoc generator.Hugo Lima2009-11-181-5/+5
* Add symbol visibility rules to generator runner.Hugo Lima2009-11-171-2/+2
* forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-2615-2724/+3
* Implemented support to conversion-rule tag.renato araujo2009-10-213-10/+38
* Created execption handle for virtual functions.renato araujo2009-10-201-1/+8
* Fixed generation of fields for non wrapped class.Renato Araujo Oliveira Filho2009-09-183-21/+40
* Implemented support to return policy for Qt::HANDLE.Renato Araujo Oliveira Filho2009-09-141-0/+4
* Fixed missing include in docgenerator.Renato Araujo Oliveira Filho2009-09-141-0/+1
* Fixed bug#26.Hugo Lima2009-09-041-1/+2
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-032-10/+0
* Installs generator plugins in its own directory.Lauro Neto2009-09-032-2/+2
* Fixed default return policy for functions which return references.Renato Araujo Oliveira Filho2009-08-281-9/+13
* Fixed export enums without namespace.Renato Araujo Oliveira Filho2009-08-271-1/+1
* Implemneted QAbstrctField as Python properties.Renato Araujo Oliveira Filho2009-08-272-8/+87
* Skip native types using only inNativePointer.Renato Araujo Oliveira Filho2009-08-261-7/+3