godot/modules/regex/doc_classes
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
..
RegEx.xml doc: Make all module docs self-contained 2017-11-15 21:29:33 +01:00
RegExMatch.xml Fix class docs, improve error handling of the rst generator. 2017-11-18 01:41:32 +01:00