diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-03-29 23:37:35 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-03-29 23:47:35 +0100 |
commit | d80bc5cbbab71fb9b8f25ec56a0baa5b4cee68a9 (patch) | |
tree | ff8c5d6c286c0dfc9db349090bffcda730b58e22 /doc/classes/Container.xml | |
parent | c8aa85189a8736bb9723770b9409e6f9c00fc249 (diff) |
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
Diffstat (limited to 'doc/classes/Container.xml')
-rw-r--r-- | doc/classes/Container.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Container.xml b/doc/classes/Container.xml index db365db233..32b881e8f8 100644 --- a/doc/classes/Container.xml +++ b/doc/classes/Container.xml @@ -4,7 +4,7 @@ Base node for containers. </brief_description> <description> - Base node for containers. A [code]Container[/code] contains other controls and automatically arranges them in a certain way. + Base node for containers. A [Container] contains other controls and automatically arranges them in a certain way. A Control can inherit this to create custom container classes. </description> <tutorials> |