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/Resource.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/Resource.xml')
-rw-r--r-- | doc/classes/Resource.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Resource.xml b/doc/classes/Resource.xml index 4369f77abd..b6e0a20d4a 100644 --- a/doc/classes/Resource.xml +++ b/doc/classes/Resource.xml @@ -52,7 +52,7 @@ <argument index="0" name="path" type="String"> </argument> <description> - Sets the path of the resource. Differs from [code]set_path()[/code], if another [code]Resource[/code] exists with "path" it over-takes it, instead of failing. + Sets the path of the resource. Differs from [code]set_path()[/code], if another [Resource] exists with "path" it over-takes it, instead of failing. </description> </method> </methods> |