summaryrefslogtreecommitdiffstats
path: root/doc/tools/makemd.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-12-13 00:01:04 +0100
committerRémi Verschelde <rverschelde@gmail.com>2015-12-13 00:01:04 +0100
commit410e418aea16cc1c07249a9a64d3defcb8990866 (patch)
treeadec28ca65ff39bdc59ed26b427896d3a240b54e /doc/tools/makemd.py
parentaeb5ea59340f91ae445330c95429f903a8f20e8a (diff)
downloadredot-engine-410e418aea16cc1c07249a9a64d3defcb8990866.tar.gz
Add a Makefile to generate classes doc in various formats
All the generated documentation is put in doc/_build.
Diffstat (limited to 'doc/tools/makemd.py')
-rw-r--r--doc/tools/makemd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tools/makemd.py b/doc/tools/makemd.py
index f85d145d5e..e012287b0e 100644
--- a/doc/tools/makemd.py
+++ b/doc/tools/makemd.py
@@ -1,5 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+
import sys
import xml.etree.ElementTree as ET
@@ -9,7 +10,7 @@ for arg in sys.argv[1:]:
input_list.append(arg)
if len(input_list) < 1:
- print 'usage: makedoku.py <class_list.xml>'
+ print 'usage: makemd.py <classes.xml>'
sys.exit(0)