mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #512 from Hinsbart/fix_doctool
Fix doctool command and references to classes.xml
This commit is contained in:
@@ -119,13 +119,13 @@ When classes are modified in the source code, the documentation template might b
|
||||
|
||||
::
|
||||
|
||||
./bin/godot.x11.tools.64 -doctool doc/base/classes.xml
|
||||
./bin/godot.x11.tools.64 --doctool .
|
||||
|
||||
The doc/base/classes.xml should then be up-to-date with current Godot Engine features. You can then check what changed using the ``git diff`` command. If there are changes to other classes than the one you are planning to document, please commit those changes first before starting to edit the template:
|
||||
The xml files in doc/classes should then be up-to-date with current Godot Engine features. You can then check what changed using the ``git diff`` command. If there are changes to other classes than the one you are planning to document, please commit those changes first before starting to edit the template:
|
||||
|
||||
::
|
||||
|
||||
git add doc/base/classes.xml
|
||||
git add doc/classes/*.xml
|
||||
git commit -m "Sync classes reference template with current code base"
|
||||
|
||||
You are now ready to edit this file to add stuff.
|
||||
|
||||
Reference in New Issue
Block a user