mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Adds a meta on top of every generated class to hide 'Edit on Github' link
Linked docs issue https://github.com/godotengine/godot-docs/pull/2656
(cherry picked from commit d83b8881ae
)
This commit is contained in:
parent
57e19f1e8c
commit
d092798038
@ -394,6 +394,7 @@ def make_rst_class(node):
|
||||
f = codecs.open("class_" + name.lower() + '.rst', 'wb', 'utf-8')
|
||||
|
||||
# Warn contributors not to edit this file directly
|
||||
f.write(":github_url: hide\n\n")
|
||||
f.write(".. Generated automatically by doc/tools/makerst.py in Godot's source tree.\n")
|
||||
f.write(".. DO NOT EDIT THIS FILE, but the " + name + ".xml source instead.\n")
|
||||
f.write(".. The source is found in doc/classes or modules/<name>/doc_classes.\n\n")
|
||||
|
Loading…
Reference in New Issue
Block a user