aboutsummaryrefslogtreecommitdiffstats
path: root/doc/typesystem_specifying_types.rst
Commit message (Collapse)AuthorAgeFilesLines
* Global functions can now be renamed.Marcelo Lira2012-03-091-2/+4
| | | | | | | | This is accomplished via the "rename" attribute on the "function" tag. An unit test was added and the documentation updated. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Include "generate" attribute for namespace type into documentation.Luciano Wolf2012-03-091-2/+7
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Added documentation for "enum-type" tag attribute "identified-by-value".Marcelo Lira2012-03-091-0/+6
| | | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added the "default-constructor" attribute to the "primitive-type" tag.Marcelo Lira2012-03-091-0/+8
| | | | | | | | | The default-constructor attribute specifies a way to build an instance of a class declared as primitive type using default arguments. Documentation and a test were also added. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Document about the flag "since".Renato Filho2012-03-091-3/+26
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Added documentation for function tag.Hugo Parente Lima2012-03-091-2/+17
|
* Documentation for container-type tag into typesystem.Luciano Wolf2009-11-091-1/+16
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Use isStream instead of hardcoding QDataStreamLauro Neto2009-11-091-2/+12
| | | | Also added documentation
* Added documentation for tag conversion-rule.Hugo Lima2009-10-231-1/+9
|
* - Typesystem documentation broken in smaller parts, so it's more redable now ↵Hugo Lima2009-10-171-0/+224
(IMO). - Added cross referencing for nodes cited along the documentation. - Added documentation for the new and not implemented yet, add-function tag.