Revision: 502
http://svn.sourceforge.net/pygccxml/?rev=502&view=rev
Author: mbaas
Date: 2006-08-31 03:03:26 -0700 (Thu, 31 Aug 2006)
Log Message:
-----------
Small fix so that epydoc doesn't produce a warning (it was accidentally treating a comment as a special epydoc comment).
Modified Paths:
--------------
pyplusplus_dev/pyplusplus/module_creator/creator.py
Modified: pyplusplus_dev/pyplusplus/module_creator/creator.py
===================================================================
--- pyplusplus_dev/pyplusplus/module_creator/creator.py 2006-08-31 10:01:30 UTC (rev 501)
+++ pyplusplus_dev/pyplusplus/module_creator/creator.py 2006-08-31 10:03:26 UTC (rev 502)
@@ -24,7 +24,7 @@
# };
# float val[4];
# };
-#};
+# };
INDEXING_SUITE_1_CONTAINERS = {
'vector<' : "boost/python/suite/indexing/vector_indexing_suite.hpp"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|