1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

Add a Makefile to generate classes doc in various formats

All the generated documentation is put in doc/_build.
This commit is contained in:
Rémi Verschelde
2015-12-13 00:01:04 +01:00
parent aeb5ea5934
commit 410e418aea
9 changed files with 64 additions and 24 deletions

View File

@@ -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.