mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
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.
This commit is contained in:
parent
14c582bca8
commit
3ae282b452
3 changed files with 32 additions and 2 deletions
2
.github/workflows/static_checks.yml
vendored
2
.github/workflows/static_checks.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
|
||||
- name: Documentation checks
|
||||
run: |
|
||||
doc/tools/make_rst.py --dry-run --color doc/classes modules platforms
|
||||
doc/tools/make_rst.py --dry-run --color doc/classes modules platform
|
||||
|
||||
- name: Style checks via clang-format (clang_format.sh)
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue