<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/doc/tools, branch 2.0.2-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=2.0.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=2.0.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-04-02T20:19:40Z</updated>
<entry>
<title>Remove trailing spaces</title>
<updated>2016-04-02T20:19:40Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-04-02T18:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bac8248316f8aaf2890a5c7a4add2f3a562e5891'/>
<id>urn:sha1:bac8248316f8aaf2890a5c7a4add2f3a562e5891</id>
<content type='text'>
(cherry picked from commit 0a5472e697dee57956c2583a50bc5cf5faada5d8)
</content>
</entry>
<entry>
<title>Add a warning header to each rst file</title>
<updated>2016-02-17T21:02:55Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-17T21:02:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e5389288dddb3b0ba33b0c0da3c33d49dc69223a'/>
<id>urn:sha1:e5389288dddb3b0ba33b0c0da3c33d49dc69223a</id>
<content type='text'>
To tell potential contributors that they should direct their work to the XML template and not the auto-generated reST
</content>
</entry>
<entry>
<title>Implement support for [codeblock] tag in help</title>
<updated>2016-02-17T20:17:08Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-17T20:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9e4532d68910873b65fef8616e7ebde180220b5c'/>
<id>urn:sha1:9e4532d68910873b65fef8616e7ebde180220b5c</id>
<content type='text'>
It allows to define a multiline space-indented code block that will be properly parsed by the reST converter for the online docs.
The in-editor help understand the [codeblock] tag as it supposedly understand [code] already (i.e. it just seems to discard it, though the code was supposed to switch it to a monospace font, but that's likely another issue.
</content>
</entry>
<entry>
<title>Improve parsing of [method ...] tags</title>
<updated>2016-02-07T17:30:18Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-07T17:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0f11b322b3448b213059de6927a94ce5aab6915e'/>
<id>urn:sha1:0f11b322b3448b213059de6927a94ce5aab6915e</id>
<content type='text'>
Also improve some code display.
</content>
</entry>
<entry>
<title>Fix badly formatted tags in XML</title>
<updated>2016-02-07T16:19:12Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-07T16:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1af65aff44c23947e58cfec9468f9c20b8763431'/>
<id>urn:sha1:1af65aff44c23947e58cfec9468f9c20b8763431</id>
<content type='text'>
Also add parsing of [code] tags in RST converter
</content>
</entry>
<entry>
<title>Display better inheritance info in doc</title>
<updated>2016-02-07T16:05:16Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-07T16:05:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b766e9c79b898c3f0c03d13b9e2648d5c72ceee0'/>
<id>urn:sha1:b766e9c79b898c3f0c03d13b9e2648d5c72ceee0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small makerst improvements</title>
<updated>2016-02-07T13:43:09Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-07T13:43:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2fabb3e89244e321ebc4bbaeee23a1fd72366dc5'/>
<id>urn:sha1:2fabb3e89244e321ebc4bbaeee23a1fd72366dc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance xml to rst converter</title>
<updated>2016-02-07T11:13:19Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-07T11:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=47e5a5fd74d1f688e1d5c72ba13cee572693cdf4'/>
<id>urn:sha1:47e5a5fd74d1f688e1d5c72ba13cee572693cdf4</id>
<content type='text'>
Fixes a number of issues:
- Headings underliners now have the correct length
- Newline+Tabs in descriptions are replaced by two newlines to make a proper paragraph
- [br] are replaced by two newlines, making a proper paragraph
- Properly parse internal hyperlinks in constants description
- Fix broken internal links due to missing newlines
- Show method header even when it has no description, to have something to reference in hyperlinks
</content>
</entry>
<entry>
<title>-Added RST generator for class reference</title>
<updated>2016-02-06T23:23:39Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-06T23:22:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3ee4f4f19a3e3a63450f0b3bc612c01f44edba19'/>
<id>urn:sha1:3ee4f4f19a3e3a63450f0b3bc612c01f44edba19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright to 2016 in headers</title>
<updated>2016-01-01T13:50:53Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-01-01T13:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5be9ff7b6715a661e85f99b108f96340de7ef435'/>
<id>urn:sha1:5be9ff7b6715a661e85f99b108f96340de7ef435</id>
<content type='text'>
</content>
</entry>
</feed>
