diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-01-22 19:51:13 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-01-22 19:51:13 (GMT) |
commit | c22d77a7a9c0f26a060a58047f514869a9e0a067 (patch) | |
tree | 082a1fab748f7d6917c9728b6f302bb4757de12d /doc/perlmod.doc | |
parent | fd8b446f8ae60e7d1dc259c6f5fe38c287377d19 (diff) | |
download | Doxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.zip Doxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.tar.gz Doxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.tar.bz2 |
Release-1.7.6.1-20120122
Diffstat (limited to 'doc/perlmod.doc')
-rw-r--r-- | doc/perlmod.doc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/perlmod.doc b/doc/perlmod.doc index 9c0d79f..b375e15 100644 --- a/doc/perlmod.doc +++ b/doc/perlmod.doc @@ -1,4 +1,4 @@ -/*! \page perlmod Perl Module output format documentation +/*! \page perlmod Perl Module Output \addindex perlmod @@ -21,7 +21,7 @@ useful output, as shown by the Perl Module-based LaTeX generator. backend or the Perl Module-based LaTeX generator to the doxygen-develop mailing list. Suggestions are welcome as well. -\section using_perlmod_fmt Using the Perl Module output format. +\section using_perlmod_fmt Usage <p>When the <b>GENERATE_PERLMOD</b> tag is enabled in the Doxyfile, running Doxygen generates a number of files in the <b>perlmod/</b> @@ -56,7 +56,7 @@ Perl and it's the main purpose of including the Perl Module backend in Doxygen. See \ref doxydocs_format "below" for details on how to do this. -\section perlmod_latex Using the Perl Module-based LaTeX generator. +\section perlmod_latex Using the LaTeX generator. <p>The Perl Module-based LaTeX generator is pretty experimental and incomplete at the moment, but you could find it useful nevertheless. @@ -98,7 +98,7 @@ rules added to <b>doxyrules.make</b>. </ul> -\subsection pm_pdf_gen Simple creation of PDF and DVI output using the Perl Module-based LaTeX generator. +\subsection pm_pdf_gen Creation of PDF and DVI output <p>To try this you need to have installed LaTeX, PDFLaTeX and the packages used by <b>doxylatex.tex</b>. @@ -133,7 +133,7 @@ in DVI format. </ol> -\section doxydocs_format Perl Module documentation format. +\section doxydocs_format Documentation format. <p>The Perl Module documentation generated by Doxygen is stored in <b>DoxyDocs.pm</b>. This is a very simple Perl module that contains @@ -176,7 +176,7 @@ know the semantics of the nodes of the documentation tree, which we present in \ref perlmod_tree "this page". --> -\section doxymodel_format Data structure describing the Perl Module documentation tree. +\section doxymodel_format Data structure <p>You might be interested in processing the documentation contained in <b>DoxyDocs.pm</b> without needing to take into account the |