Skip to content

Commit

Permalink
Update _generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent f8df6f3 commit 4819b62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/py/autowig/_generator.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
from pkgtk.plugin import PluginManager

generator = PluginManager('autowig.generator', brief="AutoWIG back-end plugin_managers",
details="""AutoWIG back-end plugin_managers are responsible for C/C++ code generation from an Abstract Semantic Graph (ASG) interpretation.
.. seealso:: :class:`autowig.AbstractSemanticGraph` for more details on ASGs""")

0 comments on commit 4819b62

Please sign in to comment.