mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Enhance xml to rst converter
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
This commit is contained in:
@@ -38,7 +38,7 @@ rst:
|
||||
rm -rf $(OUTPUTDIR)/rst
|
||||
mkdir -p $(OUTPUTDIR)/rst
|
||||
pushd $(OUTPUTDIR)/rst
|
||||
echo "TODO"
|
||||
python2 $(TOOLSDIR)/makerst.py $(CLASSES)
|
||||
popd
|
||||
|
||||
textile:
|
||||
|
||||
Reference in New Issue
Block a user