godot/doc/tools
Martin Capitanio ade4f3084c Fix class docs, improve error handling of the rst generator.
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.
2017-11-18 01:41:32 +01:00
..
doc_merge.py style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
doc_status.py filtering getters&setters over strings works for AudioStreamPlayer* 2017-10-15 09:28:29 +02:00
makemd.py Add Signals descriptions when they exist. 2017-06-14 15:48:50 +02:00
makerst.py Fix class docs, improve error handling of the rst generator. 2017-11-18 01:41:32 +01:00