Matthias I appriciate you efforts and I would like user to know and
give credit to you too.
Could you add license to your code?
Thanks
On 3/8/06, Matthias Baas <mb...@us...> wrote:
> Update of /cvsroot/pygccxml/source/pygccxml/docs
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16043
>
> Added Files:
> generate_reference_manual.py
> Log Message:
> Added a script to generate a reference manual for pygccxml using epydoc (=
the resulting pages will be written to the directory 'refman')
>
> --- NEW FILE: generate_reference_manual.py ---
> # Generate documentation using epydocs
> #
> import os, os.path
> pj =3D os.path.join
>
> # Output directory
> output =3D "refman"
> # Which markup to use by default?
> default_format =3D "epytext"
>
> # The modules that should be included in the manual
> module_dirs =3D ["declarations",
> "parser",
> "utils",
> "__init__.py"
> ]
>
> main_dir =3D os.path.join("..")
>
> module_params =3D [os.path.join(main_dir,d) for d in module_dirs]
>
> cmd_line =3D "epydoc -o %s --docformat %s "%(output, default_format)
> cmd_line +=3D " ".join(module_params)
>
> print "Running: ", cmd_line
> os.system(cmd_line)
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting langua=
ge
> that extends applications into web and mobile media. Attend the live webc=
ast
> and join the prime developer group breaking into this new coding territor=
y!
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=
=3D121642
> _______________________________________________
> Pygccxml-commit mailing list
> Pyg...@li...
> https://lists.sourceforge.net/lists/listinfo/pygccxml-commit
>
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|