Skip to content

Commit

Permalink
Update doxygen2sphinx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 11, 2016
1 parent 91d5b7a commit 52e6bbc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/py/autowig/doxygen2sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
import pypandoc
import re

from .asg import (ClassTemplateSpecializationProxy,
EnumeratorProxy,
ClassProxy,
FieldProxy,
FundamentalTypeProxy,
VariableProxy,
MethodProxy,
NamespaceProxy,
TypedefProxy,
EnumerationProxy,
FunctionProxy,
ConstructorProxy)

from .plugin_manager import node_rename

FORMATTER = Template(text=r"""\
Expand Down

0 comments on commit 52e6bbc

Please sign in to comment.