[pygccxml-commit] source/pygccxml/docs generate_reference_manual.py,1.1,1.2
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <mb...@us...> - 2006-03-08 08:53:41
|
Update of /cvsroot/pygccxml/source/pygccxml/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27325 Modified Files: generate_reference_manual.py Log Message: Added license information and short usage note Index: generate_reference_manual.py =================================================================== RCS file: /cvsroot/pygccxml/source/pygccxml/docs/generate_reference_manual.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** generate_reference_manual.py 8 Mar 2006 08:31:52 -0000 1.1 --- generate_reference_manual.py 8 Mar 2006 08:53:37 -0000 1.2 *************** *** 1,6 **** ! # Generate documentation using epydocs # import os, os.path - pj = os.path.join # Output directory --- 1,13 ---- ! # Copyright 2004 Roman Yakovenko. ! # Distributed under the Boost Software License, Version 1.0. (See ! # accompanying file LICENSE_1_0.txt or copy at ! # http://www.boost.org/LICENSE_1_0.txt) # + # Generates documentation using epydoc. + # Usage: Just invoke the script without any arguments in the "docs" directory. + # The results will be written to the directory as specified by the "output" + # variable (see below). + import os, os.path # Output directory |