diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-04-24 21:06:55 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-04-24 21:06:55 +0200 |
commit | 3ae282b452c1b35015cf327b376ef635b08393b5 (patch) | |
tree | 065f614311c452c52c433ad80d40f56c81b520ac /misc/hooks | |
parent | 14c582bca81046fdde35e16088ddfd5df0136d56 (diff) | |
download | redot-engine-3ae282b452c1b35015cf327b376ef635b08393b5.tar.gz |
Create an "Editor-only" section in the online class reference
This helps to find such classes without digging
through the rest of the class reference.
Editor-only classes can still be found under
your normal "Node" and "Resource" types.
This also fixes a typo and a missed case from the recent platform docs PR.
Diffstat (limited to 'misc/hooks')
-rwxr-xr-x | misc/hooks/pre-commit-make-rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hooks/pre-commit-make-rst b/misc/hooks/pre-commit-make-rst index 7d115f1d13..3737272a6d 100755 --- a/misc/hooks/pre-commit-make-rst +++ b/misc/hooks/pre-commit-make-rst @@ -9,4 +9,4 @@ if [[ "$py_ver" != "3" ]]; then PYTHON+=3 fi -$PYTHON doc/tools/make_rst.py doc/classes modules --dry-run --color +$PYTHON doc/tools/make_rst.py doc/classes modules platform --dry-run --color |