1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Update to 3.0

- Drop the maintainership
This commit is contained in:
Hye-Shik Chang 2008-02-09 02:50:40 +00:00
parent 1272b0d24d
commit e84cf256b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206926
3 changed files with 319 additions and 265 deletions

View File

@ -7,21 +7,25 @@
#
PORTNAME= epydoc
PORTVERSION= 2.1
PORTVERSION= 3.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= perky@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Python API documentation generation tool
USE_PYTHON= yes
USE_PYDISTUTILS= yes
MAN1= epydoc.1 epydocgui.1
MAN1= epydoc.1 epydocgui.1
OPTIONS= UTF8 "Use UTF-8 instead of iso-8859-1 in HTMLs" off
HTMLENCODINGFILES= epydoc/docwriter/html_colorize.py \
epydoc/docwriter/html.py \
epydoc/docparser.py
.include <bsd.port.pre.mk>
.if defined(WITH_UTF8)
@ -29,8 +33,9 @@ HTMLENCODING?= utf-8
.endif
.if defined(HTMLENCODING)
post-patch:
${REINPLACE_CMD} 's,iso-8859-1,${HTMLENCODING},g' \
${WRKSRC}/epydoc/html.py
.for f in ${HTMLENCODINGFILES}
${REINPLACE_CMD} 's,iso-8859-1,${HTMLENCODING},g' ${WRKSRC}/${f}
.endfor
.endif
post-install:

View File

@ -1,3 +1,3 @@
MD5 (epydoc-2.1.tar.gz) = 94c494426c47496ee4d1ed26b580a5a7
SHA256 (epydoc-2.1.tar.gz) = cf1e915810f7b34c1315a41e9aa82b570ab2a7f49edbdbaaec4725e8d543c04a
SIZE (epydoc-2.1.tar.gz) = 529943
MD5 (epydoc-3.0.tar.gz) = d8034da7eb417ac69e28af69e88facdd
SHA256 (epydoc-3.0.tar.gz) = 88227e10e14563ffb7309128578a6f2a95d6b5bd09970be67ab49b3bf69f05a4
SIZE (epydoc-3.0.tar.gz) = 1775174

View File

@ -1,44 +1,72 @@
bin/apirst2html.py
bin/epydoc
bin/epydocgui
%%PYTHON_SITELIBDIR%%/epydoc/__init__.py
%%PYTHON_SITELIBDIR%%/epydoc/__init__.pyc
%%PYTHON_SITELIBDIR%%/epydoc/__init__.pyo
%%PYTHON_SITELIBDIR%%/epydoc/apidoc.py
%%PYTHON_SITELIBDIR%%/epydoc/apidoc.pyc
%%PYTHON_SITELIBDIR%%/epydoc/apidoc.pyo
%%PYTHON_SITELIBDIR%%/epydoc/checker.py
%%PYTHON_SITELIBDIR%%/epydoc/checker.pyc
%%PYTHON_SITELIBDIR%%/epydoc/checker.pyo
%%PYTHON_SITELIBDIR%%/epydoc/cli.py
%%PYTHON_SITELIBDIR%%/epydoc/cli.pyc
%%PYTHON_SITELIBDIR%%/epydoc/cli.pyo
%%PYTHON_SITELIBDIR%%/epydoc/colorize.py
%%PYTHON_SITELIBDIR%%/epydoc/colorize.pyc
%%PYTHON_SITELIBDIR%%/epydoc/colorize.pyo
%%PYTHON_SITELIBDIR%%/epydoc/css.py
%%PYTHON_SITELIBDIR%%/epydoc/css.pyc
%%PYTHON_SITELIBDIR%%/epydoc/css.pyo
%%PYTHON_SITELIBDIR%%/epydoc/foog.py
%%PYTHON_SITELIBDIR%%/epydoc/foog.pyc
%%PYTHON_SITELIBDIR%%/epydoc/foog.pyo
%%PYTHON_SITELIBDIR%%/epydoc/compat.py
%%PYTHON_SITELIBDIR%%/epydoc/compat.pyc
%%PYTHON_SITELIBDIR%%/epydoc/compat.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docbuilder.py
%%PYTHON_SITELIBDIR%%/epydoc/docbuilder.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docbuilder.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docintrospecter.py
%%PYTHON_SITELIBDIR%%/epydoc/docintrospecter.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docintrospecter.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docparser.py
%%PYTHON_SITELIBDIR%%/epydoc/docparser.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docparser.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docstringparser.py
%%PYTHON_SITELIBDIR%%/epydoc/docstringparser.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docstringparser.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/__init__.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/__init__.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/__init__.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/dotgraph.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/dotgraph.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/dotgraph.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_colorize.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_colorize.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_colorize.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_css.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_css.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_css.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_help.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_help.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/html_help.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/latex.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/latex.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/latex.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/plaintext.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/plaintext.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/plaintext.pyo
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/xlink.py
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/xlink.pyc
%%PYTHON_SITELIBDIR%%/epydoc/docwriter/xlink.pyo
%%PYTHON_SITELIBDIR%%/epydoc/gui.py
%%PYTHON_SITELIBDIR%%/epydoc/gui.pyc
%%PYTHON_SITELIBDIR%%/epydoc/gui.pyo
%%PYTHON_SITELIBDIR%%/epydoc/help.py
%%PYTHON_SITELIBDIR%%/epydoc/help.pyc
%%PYTHON_SITELIBDIR%%/epydoc/help.pyo
%%PYTHON_SITELIBDIR%%/epydoc/html.py
%%PYTHON_SITELIBDIR%%/epydoc/html.pyc
%%PYTHON_SITELIBDIR%%/epydoc/html.pyo
%%PYTHON_SITELIBDIR%%/epydoc/imports.py
%%PYTHON_SITELIBDIR%%/epydoc/imports.pyc
%%PYTHON_SITELIBDIR%%/epydoc/imports.pyo
%%PYTHON_SITELIBDIR%%/epydoc/latex.py
%%PYTHON_SITELIBDIR%%/epydoc/latex.pyc
%%PYTHON_SITELIBDIR%%/epydoc/latex.pyo
%%PYTHON_SITELIBDIR%%/epydoc/man.py
%%PYTHON_SITELIBDIR%%/epydoc/man.pyc
%%PYTHON_SITELIBDIR%%/epydoc/man.pyo
%%PYTHON_SITELIBDIR%%/epydoc/log.py
%%PYTHON_SITELIBDIR%%/epydoc/log.pyc
%%PYTHON_SITELIBDIR%%/epydoc/log.pyo
%%PYTHON_SITELIBDIR%%/epydoc/markup/__init__.py
%%PYTHON_SITELIBDIR%%/epydoc/markup/__init__.pyc
%%PYTHON_SITELIBDIR%%/epydoc/markup/__init__.pyo
%%PYTHON_SITELIBDIR%%/epydoc/markup/doctest.py
%%PYTHON_SITELIBDIR%%/epydoc/markup/doctest.pyc
%%PYTHON_SITELIBDIR%%/epydoc/markup/doctest.pyo
%%PYTHON_SITELIBDIR%%/epydoc/markup/epytext.py
%%PYTHON_SITELIBDIR%%/epydoc/markup/epytext.pyc
%%PYTHON_SITELIBDIR%%/epydoc/markup/epytext.pyo
@ -48,253 +76,244 @@ bin/epydocgui
%%PYTHON_SITELIBDIR%%/epydoc/markup/plaintext.py
%%PYTHON_SITELIBDIR%%/epydoc/markup/plaintext.pyc
%%PYTHON_SITELIBDIR%%/epydoc/markup/plaintext.pyo
%%PYTHON_SITELIBDIR%%/epydoc/markup/pyval_repr.py
%%PYTHON_SITELIBDIR%%/epydoc/markup/pyval_repr.pyc
%%PYTHON_SITELIBDIR%%/epydoc/markup/pyval_repr.pyo
%%PYTHON_SITELIBDIR%%/epydoc/markup/restructuredtext.py
%%PYTHON_SITELIBDIR%%/epydoc/markup/restructuredtext.pyc
%%PYTHON_SITELIBDIR%%/epydoc/markup/restructuredtext.pyo
%%PYTHON_SITELIBDIR%%/epydoc/objdoc.py
%%PYTHON_SITELIBDIR%%/epydoc/objdoc.pyc
%%PYTHON_SITELIBDIR%%/epydoc/objdoc.pyo
%%PYTHON_SITELIBDIR%%/epydoc/test/__init__.py
%%PYTHON_SITELIBDIR%%/epydoc/test/__init__.pyc
%%PYTHON_SITELIBDIR%%/epydoc/test/__init__.pyo
%%PYTHON_SITELIBDIR%%/epydoc/test/epytext.py
%%PYTHON_SITELIBDIR%%/epydoc/test/epytext.pyc
%%PYTHON_SITELIBDIR%%/epydoc/test/epytext.pyo
%%PYTHON_SITELIBDIR%%/epydoc/uid.py
%%PYTHON_SITELIBDIR%%/epydoc/uid.pyc
%%PYTHON_SITELIBDIR%%/epydoc/uid.pyo
@dirrm %%PYTHON_SITELIBDIR%%/epydoc/markup
@dirrm %%PYTHON_SITELIBDIR%%/epydoc/test
@dirrm %%PYTHON_SITELIBDIR%%/epydoc
%%PYTHON_SITELIBDIR%%/epydoc/test/util.py
%%PYTHON_SITELIBDIR%%/epydoc/test/util.pyc
%%PYTHON_SITELIBDIR%%/epydoc/test/util.pyo
%%PYTHON_SITELIBDIR%%/epydoc/util.py
%%PYTHON_SITELIBDIR%%/epydoc/util.pyc
%%PYTHON_SITELIBDIR%%/epydoc/util.pyo
%%PORTDOCS%%%%DOCSDIR%%/api/bug-index.html
%%PORTDOCS%%%%DOCSDIR%%/api/class-tree.html
%%PORTDOCS%%%%DOCSDIR%%/api/crarr.png
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc-log.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.APIDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.ClassDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.ClassMethodDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.DocIndex-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.DottedName-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.DottedName.InvalidDottedName-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.GenericValueDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.ModuleDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.NamespaceDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.PropertyDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.RoutineDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.StaticMethodDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.ValueDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc.VariableDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.apidoc._Sentinel-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.checker-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.checker-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.checker.DocChecker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.cli-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.cli-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.cli.ConsoleLogger-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.cli.HTMLLogger-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.cli.TerminalController-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.cli.UnifiedProgressConsoleLogger-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.compat-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.compat-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.css
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docbuilder-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docbuilder-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docbuilder.BuildOptions-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docbuilder._ProgressEstimator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docintrospecter-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docintrospecter-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docintrospecter._DevNull-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docparser-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docparser-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docparser.ParseError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docstringparser-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docstringparser-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docstringparser.DocstringField-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.dotgraph-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.dotgraph-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.dotgraph.DotGraph-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.dotgraph.DotGraphEdge-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.dotgraph.DotGraphNode-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.dotgraph.DotGraphUmlClassNode-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.dotgraph.DotGraphUmlModuleNode-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html.HTMLWriter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html._HTMLDocstringLinker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html_colorize-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html_colorize-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html_colorize.PythonSourceColorizer-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html_css-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html_css-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html_help-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.html_help-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.latex-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.latex-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.latex.LatexWriter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.latex.LatexWriter._LatexDocstringLinker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.plaintext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.plaintext-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.plaintext.PlaintextWriter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.xlink-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.xlink-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.xlink.ApiLinkReader-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.xlink.DocUrlGenerator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.xlink.UrlGenerator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.xlink.UrlGenerator.IndexAmbiguous-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.docwriter.xlink.VoidUrlGenerator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.gui-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.gui-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.gui.EpydocGUI-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.gui.GUILogger-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.log-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.log-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.log.Logger-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.log.SimpleLogger-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.ConcatenatedDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.DocstringLinker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.Field-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.ParseError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.ParsedDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.doctest-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.doctest-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.doctest.DoctestColorizer-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.doctest.HTMLDoctestColorizer-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.doctest.LaTeXDoctestColorizer-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.doctest.XMLDoctestColorizer-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.epytext-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.epytext.ColorizingError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.epytext.Element-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.epytext.ParsedEpytextDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.epytext.StructuringError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.epytext.Token-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.epytext.TokenizationError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.javadoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.javadoc-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.javadoc.ParsedJavadocDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.plaintext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.plaintext-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.plaintext.ParsedPlaintextDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.pyval_repr-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.pyval_repr-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.pyval_repr.ColorizedPyvalRepr-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.pyval_repr.PyvalColorizer-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.pyval_repr._ColorizerState-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.pyval_repr._Linebreak-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.pyval_repr._Maxlines-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext.OptimizedReporter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext.ParsedRstDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext._DocumentPseudoWriter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext._EpydocHTMLTranslator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext._EpydocLaTeXTranslator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext._EpydocReader-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext._SplitFieldsTranslator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext._SummaryExtractor-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext._TermsExtractor-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.markup.restructuredtext.dotgraph-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.test-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.test-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.test.util-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.test.util-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.util-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.util-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.util.RunSubprocessError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/frames.html
%%PORTDOCS%%%%DOCSDIR%%/api/help.html
%%PORTDOCS%%%%DOCSDIR%%/api/identifier-index.html
%%PORTDOCS%%%%DOCSDIR%%/api/index.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/UserDict.UserDict-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/docutils.Component-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/docutils.SettingsSpec-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/docutils.TransformSpec-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/docutils.nodes.NodeVisitor-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/docutils.readers.Reader-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/docutils.readers.standalone.Reader-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/docutils.writers.Writer-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/docutils.writers.html4css1.HTMLTranslator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.checker-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.checker.DocChecker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.cli-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.cli._Progress-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.colorize-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.css
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.css-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.foog-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.foog.Foo-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.gui-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.gui.EpydocGUI-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.gui._PipeIO-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.help-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.html-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.html.HTMLFormatter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.html._DevNull-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.html._HTMLDocstringLinker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.imports-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.imports._DevNull-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.latex-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.latex.LatexFormatter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.latex._LatexDocstringLinker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.man-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.man.ManFormatter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.DocstringLinker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.Field-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.ParseError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.ParsedDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.epytext.ColorizingError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.epytext.ParsedEpytextDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.epytext.StructuringError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.epytext.Token-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.epytext.TokenizationError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.javadoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.javadoc.ParsedJavadocDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.plaintext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.plaintext.ParsedPlaintextDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.restructuredtext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.restructuredtext.ParsedRstDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.restructuredtext._DocumentPseudoWriter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.restructuredtext._EpydocHTMLTranslator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.restructuredtext._EpydocReader-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.restructuredtext._SplitFieldsTranslator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.markup.restructuredtext._SummaryExtractor-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.ClassDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.DocField-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.DocMap-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.FuncDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.ModuleDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.ObjDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.Param-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.PropertyDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.Raise-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.objdoc.Var-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.test-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.test.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.test.epytext.ParseTestCase-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid.ClassMethodUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid.Link-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid.ObjectUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid.PropertyUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid.RelativeUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid.StaticMethodUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid.UID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/epydoc.uid.VariableUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/exceptions.AssertionError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/exceptions.Exception-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/exceptions.StandardError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/frames.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/help.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/index.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/indices.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.checker-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.cli-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.colorize-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.css-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.foog-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.gui-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.help-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.html-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.imports-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.latex-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.man-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.markup-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.markup.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.markup.javadoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.markup.plaintext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.markup.restructuredtext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.objdoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.test-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.test.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-epydoc.uid-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/toc.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/trees.html
%%PORTDOCS%%%%DOCSDIR%%/api/private/unittest.TestCase-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/UserDict.UserDict-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/docutils.Component-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/docutils.SettingsSpec-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/docutils.TransformSpec-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/docutils.nodes.NodeVisitor-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/docutils.readers.Reader-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/docutils.readers.standalone.Reader-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/docutils.writers.Writer-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/docutils.writers.html4css1.HTMLTranslator-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.checker-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.checker.DocChecker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.cli-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.colorize-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.css
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.css-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.foog-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.foog.Foo-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.gui-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.gui.EpydocGUI-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.help-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.html-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.html.HTMLFormatter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.imports-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.latex-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.latex.LatexFormatter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.man-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.man.ManFormatter-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.DocstringLinker-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.Field-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.ParseError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.ParsedDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.epytext.ColorizingError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.epytext.ParsedEpytextDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.epytext.StructuringError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.epytext.Token-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.epytext.TokenizationError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.javadoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.javadoc.ParsedJavadocDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.plaintext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.plaintext.ParsedPlaintextDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.restructuredtext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.markup.restructuredtext.ParsedRstDocstring-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.ClassDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.DocField-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.DocMap-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.FuncDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.ModuleDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.ObjDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.Param-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.PropertyDoc-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.Raise-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.objdoc.Var-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.test-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.test.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.test.epytext.ParseTestCase-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid.ClassMethodUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid.Link-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid.ObjectUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid.PropertyUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid.RelativeUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid.StaticMethodUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid.UID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/epydoc.uid.VariableUID-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/exceptions.AssertionError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/exceptions.Exception-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/exceptions.StandardError-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/frames.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/help.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/index.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/indices.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.checker-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.cli-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.colorize-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.css-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.foog-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.gui-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.help-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.html-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.imports-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.latex-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.man-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.markup-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.markup.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.markup.javadoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.markup.plaintext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.markup.restructuredtext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.objdoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.test-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.test.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-epydoc.uid-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/toc.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/trees.html
%%PORTDOCS%%%%DOCSDIR%%/api/public/unittest.TestCase-class.html
%%PORTDOCS%%%%DOCSDIR%%/api/module-tree.html
%%PORTDOCS%%%%DOCSDIR%%/api/redirect.html
%%PORTDOCS%%%%DOCSDIR%%/api/term-index.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.apidoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.checker-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.cli-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.compat-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docbuilder-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docintrospecter-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docparser-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docstringparser-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter.dotgraph-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter.html-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter.html_colorize-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter.html_css-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter.html_help-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter.latex-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter.plaintext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.docwriter.xlink-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.gui-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.log-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.markup-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.markup.doctest-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.markup.epytext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.markup.javadoc-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.markup.plaintext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.markup.pyval_repr-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.markup.restructuredtext-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.test-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.test.util-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-epydoc.util-module.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/api/toc.html
%%PORTDOCS%%%%DOCSDIR%%/api/todo-index.html
%%PORTDOCS%%%%DOCSDIR%%/configfile.html
%%PORTDOCS%%%%DOCSDIR%%/custom.css
%%PORTDOCS%%%%DOCSDIR%%/docstrings.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/apidoc.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/docbuilder.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/docintrospecter.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/docparser.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/encoding.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/epytext.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/index.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/javadoc.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/plaintext.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/pyval_repr.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/restructuredtext.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/zope2.html
%%PORTDOCS%%%%DOCSDIR%%/doctest/zope3.html
%%PORTDOCS%%%%DOCSDIR%%/docutils.css
%%PORTDOCS%%%%DOCSDIR%%/epydoc-man.html
%%PORTDOCS%%%%DOCSDIR%%/epydoc.css
%%PORTDOCS%%%%DOCSDIR%%/epydoc.html
%%PORTDOCS%%%%DOCSDIR%%/epydoc_gui.png
%%PORTDOCS%%%%DOCSDIR%%/epydoc_guiconfig.png
%%PORTDOCS%%%%DOCSDIR%%/epydocgui-man.html
%%PORTDOCS%%%%DOCSDIR%%/epytext.html
%%PORTDOCS%%%%DOCSDIR%%/epytextintro.html
%%PORTDOCS%%%%DOCSDIR%%/examples/class-tree.html
%%PORTDOCS%%%%DOCSDIR%%/examples/crarr.png
%%PORTDOCS%%%%DOCSDIR%%/examples/epydoc.css
%%PORTDOCS%%%%DOCSDIR%%/examples/epytext_example-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/epytext_example-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/frames.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/class-tree.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/crarr.png
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/epydoc.css
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/frames.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/help.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/identifier-index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/indices.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/inh_example-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/inh_example-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/inh_example.Animal-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/inh_example.Bird-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/inh_example.Bug-class.html
@ -303,17 +322,22 @@ bin/epydocgui
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/inh_example.Mammal-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/inh_example.Primate-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/inh_example.Programmer-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/module-tree.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/redirect.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/toc-inh_example-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/toc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/grouped/trees.html
%%PORTDOCS%%%%DOCSDIR%%/examples/help.html
%%PORTDOCS%%%%DOCSDIR%%/examples/identifier-index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/class-tree.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/crarr.png
%%PORTDOCS%%%%DOCSDIR%%/examples/included/epydoc.css
%%PORTDOCS%%%%DOCSDIR%%/examples/included/frames.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/help.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/identifier-index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/indices.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/inh_example-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/inh_example-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/inh_example.Animal-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/inh_example.Bird-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/inh_example.Bug-class.html
@ -322,18 +346,21 @@ bin/epydocgui
%%PORTDOCS%%%%DOCSDIR%%/examples/included/inh_example.Mammal-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/inh_example.Primate-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/inh_example.Programmer-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/module-tree.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/redirect.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/toc-inh_example-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/toc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/included/trees.html
%%PORTDOCS%%%%DOCSDIR%%/examples/index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/indices.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/class-tree.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/crarr.png
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/epydoc.css
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/frames.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/help.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/identifier-index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/indices.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/inh_example-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/inh_example-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/inh_example.Animal-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/inh_example.Bird-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/inh_example.Bug-class.html
@ -342,32 +369,54 @@ bin/epydocgui
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/inh_example.Mammal-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/inh_example.Primate-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/inh_example.Programmer-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/module-tree.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/redirect.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/toc-inh_example-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/toc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/listed/trees.html
%%PORTDOCS%%%%DOCSDIR%%/examples/module-tree.html
%%PORTDOCS%%%%DOCSDIR%%/examples/redirect.html
%%PORTDOCS%%%%DOCSDIR%%/examples/sre-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/sre-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/sre_constants.error-class.html
%%PORTDOCS%%%%DOCSDIR%%/examples/term-index.html
%%PORTDOCS%%%%DOCSDIR%%/examples/toc-epytext_example-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/examples/toc-sre-module.html
%%PORTDOCS%%%%DOCSDIR%%/examples/toc.html
%%PORTDOCS%%%%DOCSDIR%%/examples/trees.html
%%PORTDOCS%%%%DOCSDIR%%/faq.html
%%PORTDOCS%%%%DOCSDIR%%/fields.html
%%PORTDOCS%%%%DOCSDIR%%/future.html
%%PORTDOCS%%%%DOCSDIR%%/history.html
%%PORTDOCS%%%%DOCSDIR%%/home.thumbnail.png
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/index.thumbnail.png
%%PORTDOCS%%%%DOCSDIR%%/installing.html
%%PORTDOCS%%%%DOCSDIR%%/license.html
%%PORTDOCS%%%%DOCSDIR%%/manual-docstring.html
%%PORTDOCS%%%%DOCSDIR%%/manual-epytext.html
%%PORTDOCS%%%%DOCSDIR%%/manual-fields.html
%%PORTDOCS%%%%DOCSDIR%%/manual-install.html
%%PORTDOCS%%%%DOCSDIR%%/manual-othermarkup.html
%%PORTDOCS%%%%DOCSDIR%%/manual-reference.html
%%PORTDOCS%%%%DOCSDIR%%/manual-usage.html
%%PORTDOCS%%%%DOCSDIR%%/othermarkup.html
%%PORTDOCS%%%%DOCSDIR%%/pycon-epydoc.html
%%PORTDOCS%%%%DOCSDIR%%/pysrc.thumbnail.png
%%PORTDOCS%%%%DOCSDIR%%/relatedprojects.html
%%PORTDOCS%%%%DOCSDIR%%/sflogo.png
%%PORTDOCS%%%%DOCSDIR%%/stylesheet.html
%%PORTDOCS%%%%DOCSDIR%%/uml.thumbnail.png
%%PORTDOCS%%%%DOCSDIR%%/using.html
%%PORTDOCS%%%%DOCSDIR%%/whatsnew.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/listed
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/included
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/grouped
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/public
%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/private
%%PORTDOCS%%@dirrm %%DOCSDIR%%/doctest
%%PORTDOCS%%@dirrm %%DOCSDIR%%/api
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%PYTHON_SITELIBDIR%%/epydoc/markup
@dirrm %%PYTHON_SITELIBDIR%%/epydoc/test
@dirrm %%PYTHON_SITELIBDIR%%/epydoc/docwriter
@dirrm %%PYTHON_SITELIBDIR%%/epydoc