sphinx-autoapi/autoapi/mappers/__init__.py

5 lines
156 B
Python
Raw Normal View History

2015-06-10 21:23:50 +00:00
from .dotnet import DotNetSphinxMapper
from .python import PythonSphinxMapper
from .go import GoSphinxMapper
from .javascript import JavaScriptSphinxMapper