aboutsummaryrefslogtreecommitdiff
path: root/doc/tools/makedocs.py
diff options
context:
space:
mode:
authorRémi Verschelde2015-12-13 00:01:04 +0100
committerRémi Verschelde2015-12-13 00:01:04 +0100
commit410e418aea16cc1c07249a9a64d3defcb8990866 (patch)
treeadec28ca65ff39bdc59ed26b427896d3a240b54e /doc/tools/makedocs.py
parentaeb5ea59340f91ae445330c95429f903a8f20e8a (diff)
downloadgodot-410e418aea16cc1c07249a9a64d3defcb8990866.tar.gz
godot-410e418aea16cc1c07249a9a64d3defcb8990866.tar.zst
godot-410e418aea16cc1c07249a9a64d3defcb8990866.zip
Add a Makefile to generate classes doc in various formats
All the generated documentation is put in doc/_build.
Diffstat (limited to 'doc/tools/makedocs.py')
-rw-r--r--doc/tools/makedocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/makedocs.py b/doc/tools/makedocs.py
index be57891ab..db9f04b09 100644
--- a/doc/tools/makedocs.py
+++ b/doc/tools/makedocs.py
@@ -24,7 +24,7 @@
# TODO:
# * Refactor code.
# * Adapt this script for generating content in other markup formats like
-# DokuWiki, Markdown, etc.
+# reStructuredText, Markdown, DokuWiki, etc.
#
# Also check other TODO entries in this script for more information on what is
# left to do.