<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/doc/tools, branch 3.0.3-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/doc/tools?h=3.0.3-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/doc/tools?h=3.0.3-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-02-19T21:28:03Z</updated>
<entry>
<title>Documentation tool does not add escapes to code and codeblocks</title>
<updated>2018-02-19T21:28:03Z</updated>
<author>
<name>Anish</name>
</author>
<published>2018-02-15T20:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5c2b2ca95bdb144a034d6c69896b37c6e1ce6375'/>
<id>urn:sha1:5c2b2ca95bdb144a034d6c69896b37c6e1ce6375</id>
<content type='text'>
Instead of adding the escapes to all * and _ the tool now excludes
the characters inside [code] and [codeblock].

Resolves: #15156
(cherry picked from commit 84e8c49f5d4cb5ba0fca2f50340a18a0a0e2c241)
</content>
</entry>
<entry>
<title>Enums get listed in the docs and enum members now also link to the</title>
<updated>2017-12-21T23:38:03Z</updated>
<author>
<name>Joachim Meyer</name>
</author>
<published>2017-12-21T19:23:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3ca84df551f38da14fc6d925988b13156567b5ca'/>
<id>urn:sha1:3ca84df551f38da14fc6d925988b13156567b5ca</id>
<content type='text'>
corresponding enum in the webdocs
Fixes #13254
</content>
</entry>
<entry>
<title>doc status: Partial revert of e23454d, setgets are no longer listed</title>
<updated>2017-11-24T17:25:56Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-11-24T17:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f5c513ca7beef75759cdff4d50760aebe7118df2'/>
<id>urn:sha1:f5c513ca7beef75759cdff4d50760aebe7118df2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the class docs for the rst-syntax errors.</title>
<updated>2017-11-19T19:47:36Z</updated>
<author>
<name>Martin Capitanio</name>
</author>
<published>2017-11-18T00:29:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7c3ba6f72bf06755cec0439d8560ca72ef80b780'/>
<id>urn:sha1:7c3ba6f72bf06755cec0439d8560ca72ef80b780</id>
<content type='text'>
- Generate a correkt rst-syntax for the [/code] inline markup.
  (http://www.sphinx-doc.org/en/1.6.5/rest.html#inline-markup)
- Fix xml souce bugs

for the sphinx's rst syntax werrors:

class_area.rst:319: WARNING: Inline literal start-string without end-string.
class_area2d.rst:287: WARNING: Inline literal start-string without end-string.
class_audioserver.rst:287: WARNING: Inline literal start-string without end-string.
class_control.rst:509: WARNING: Inline literal start-string without end-string.
class_image.rst:422: WARNING: Inline literal start-string without end-string.
class_image.rst:434: WARNING: Inline literal start-string without end-string.
class_inputevent.rst:74: WARNING: Inline literal start-string without end-string.
class_inputeventaction.rst:45: WARNING: Inline literal start-string without end-string.
class_inputmap.rst:47: WARNING: Inline literal start-string without end-string.
class_kinematicbody.rst:80: WARNING: Inline interpreted text or phrase reference start-string without end-string.
class_kinematicbody2d.rst:80: WARNING: Inline interpreted text or phrase reference start-string without end-string.
class_line2d.rst:182: WARNING: Inline literal start-string without end-string.
class_thread.rst:51: WARNING: Inline literal start-string without end-string.
class_treeitem.rst:160: WARNING: Inline literal start-string without end-string.
</content>
</entry>
<entry>
<title>Fix class docs, improve error handling of the rst generator.</title>
<updated>2017-11-18T00:41:32Z</updated>
<author>
<name>Martin Capitanio</name>
</author>
<published>2017-11-17T16:32:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ade4f3084cd09e4b76ea3a7801a782aa1c49a1e8'/>
<id>urn:sha1:ade4f3084cd09e4b76ea3a7801a782aa1c49a1e8</id>
<content type='text'>
The rst-generator gives you now a hint what's going on:
Bad reference: 'method.RegEx.search_all' in file: ../modules/regex/doc_classes/RegExMatch.xml

grep 'method.RegEx.search_all' ../modules/regex/doc_classes/RegExMatch.xml
	Contains the results of a single regex match returned by [method RegEx.search]
	and [method.RegEx.search_all]. It can be used to find the position and range of the match
	and its capturing groups, and it can extract its sub-string for you.
</content>
</entry>
<entry>
<title>makerst: Remove stray spaces in method signatures</title>
<updated>2017-10-21T12:01:05Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-10-21T12:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2e212a2cfd8bba3fd484cda03cfcad44edd78fb8'/>
<id>urn:sha1:2e212a2cfd8bba3fd484cda03cfcad44edd78fb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>makerst: Add support for [member] and [signal]</title>
<updated>2017-10-21T11:53:59Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-10-21T11:53:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2cd044e89bcf04a58216802b32d3264749acd6d1'/>
<id>urn:sha1:2cd044e89bcf04a58216802b32d3264749acd6d1</id>
<content type='text'>
Part of #11137. [enum] is still missing, and none are implemented in the engine itself yet.
</content>
</entry>
<entry>
<title>makerst: Fix rst-ization of members and escaping of [Class]s</title>
<updated>2017-10-21T10:33:52Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-10-21T10:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b302084395a6d7f3cc8e4102751ced29779f2ea2'/>
<id>urn:sha1:b302084395a6d7f3cc8e4102751ced29779f2ea2</id>
<content type='text'>
Fixes #11517.
</content>
</entry>
<entry>
<title>Merge pull request #12053 from Grosskopf/audiodocs-fix</title>
<updated>2017-10-19T14:17:41Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-10-19T14:17:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f85d428b568a68bb9515fa3002aa775f36609d32'/>
<id>urn:sha1:f85d428b568a68bb9515fa3002aa775f36609d32</id>
<content type='text'>
filtering getters&amp;setters over strings works for AudioStreamPlayer*</content>
</entry>
<entry>
<title>filtering getters&amp;setters over strings works for AudioStreamPlayer*</title>
<updated>2017-10-15T07:28:29Z</updated>
<author>
<name>Grosskopf</name>
</author>
<published>2017-10-12T12:34:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b4b632a37ee992d2cb75e4f0748e4a3b2816eabf'/>
<id>urn:sha1:b4b632a37ee992d2cb75e4f0748e4a3b2816eabf</id>
<content type='text'>
</content>
</entry>
</feed>
