Revision: 526
http://svn.sourceforge.net/pygccxml/?rev=526&view=rev
Author: mbaas
Date: 2006-09-06 06:57:07 -0700 (Wed, 06 Sep 2006)
Log Message:
-----------
Documentation update (so that links to the substitution manager are created)
Modified Paths:
--------------
pyplusplus_dev/pyplusplus/function_transformers/function_transformer.py
Modified: pyplusplus_dev/pyplusplus/function_transformers/function_transformer.py
===================================================================
--- pyplusplus_dev/pyplusplus/function_transformers/function_transformer.py 2006-09-06 13:56:17 UTC (rev 525)
+++ pyplusplus_dev/pyplusplus/function_transformers/function_transformer.py 2006-09-06 13:57:07 UTC (rev 526)
@@ -37,7 +37,7 @@
of the C++ wrapper function or allocate local variables.
@param sm: Substitution manager instance
- @type sm: substitution_manager_t
+ @type sm: L{substitution_manager_t}
"""
pass
@@ -47,7 +47,7 @@
The code from this method will be put into the wrapper function.
@param sm: Substitution manager instance
- @type sm: substitution_manager_t
+ @type sm: L{substitution_manager_t}
@return: C++ code or None
@rtype: str
"""
@@ -59,7 +59,7 @@
The code from this method will be put into the wrapper function.
@param sm: Substitution manager instance
- @type sm: substitution_manager_t
+ @type sm: L{substitution_manager_t}
@return: C++ code or None
@rtype: str
"""
@@ -74,7 +74,7 @@
<not used yet>
@param sm: Substitution manager instance
- @type sm: substitution_manager_t
+ @type sm: L{substitution_manager_t}
@return: C++ code or None
@rtype: str
"""
@@ -86,7 +86,7 @@
The code from this method will be put into the virtual function.
@param sm: Substitution manager instance
- @type sm: substitution_manager_t
+ @type sm: L{substitution_manager_t}
@return: C++ code or None
@rtype: str
"""
@@ -98,7 +98,7 @@
The code from this method will be put into the virtual function.
@param sm: Substitution manager instance
- @type sm: substitution_manager_t
+ @type sm: L{substitution_manager_t}
@return: C++ code or None
@rtype: str
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|