Metadata-Version: 2.1
Name: javasphinx-workaround
Version: 0.9.15
Summary: Sphinx extension for documenting Java projects
Home-page: http://github.com/bronto/javasphinx
Author: Chris Thunes
Author-email: cthunes@brewtab.com
License: Apache 2.0
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE
Requires-Dist: javalang>=0.10.1
Requires-Dist: lxml
Requires-Dist: beautifulsoup4
Requires-Dist: future
Requires-Dist: docutils
Requires-Dist: sphinx

==========
javasphinx
==========

javasphinx is an extension to the Sphinx documentation system which adds support
for documenting Java projects. It includes a Java domain for writing
documentation manually and a javasphinx-apidoc utility which will automatically
generate API documentation from existing Javadoc markup.
