Update of /cvsroot/pygccxml/source/pyplusplus/module_creator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14385/module_creator
Modified Files:
creator.py
Log Message:
Modified some doc strings so that epydoc doesn't generate warnings/errors anymore
Index: creator.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/module_creator/creator.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** creator.py 5 Mar 2006 05:51:30 -0000 1.59
--- creator.py 8 Mar 2006 09:30:34 -0000 1.60
***************
*** 279,285 ****
def create(self, decl_headers=None):
! """ Create and return the module for the extension.
! declHeaders: If None the headers for the wrapped decls are automatically found.
! But you can pass a list of headers here to override that search.
"""
if not decl_headers:
--- 279,286 ----
def create(self, decl_headers=None):
! """Create and return the module for the extension.
!
! declHeaders: If None the headers for the wrapped decls are automatically found.
! But you can pass a list of headers here to override that search.
"""
if not decl_headers:
|