From a80e5d5eddb7bd099f20f12fb5b4b2ca99a561d7 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 10 Jul 2002 17:03:36 +0000 Subject: Used jamesh's new extract_tmpl() function to get the sgml tmpl files. This 2002-07-10 Murray Cumming * codegen/docextract_to_xml.py: Used jamesh's new extract_tmpl() function to get the sgml tmpl files. This file is only used by gtkmm at the moment, not pygtk itself. --- codegen/docextract_to_xml.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'codegen') diff --git a/codegen/docextract_to_xml.py b/codegen/docextract_to_xml.py index 8121a00a..8ff8a80e 100755 --- a/codegen/docextract_to_xml.py +++ b/codegen/docextract_to_xml.py @@ -3,6 +3,8 @@ # # This litte script outputs the C doc comments to an XML format. # So far it's only used by gtkmm (The C++ bindings). Murray Cumming. +# Usage example: +# # ./docextract_to_xml.py -s /gnome/head/cvs/gtk+/gtk/ -s /gnome/head/cvs/gtk+/docs/reference/gtk/tmpl/ > gtk_docs.xml import sys, os, string, re, getopt @@ -41,6 +43,7 @@ if __name__ == '__main__': sys.exit(1) docs = docextract.extract(source_dirs); + docextract.extract_templ(source_dirs, docs); #Try the tmpl sgml files too. # print d.docs -- cgit v1.2.1