Revision: 732
http://svn.sourceforge.net/pygccxml/?rev=732&view=rev
Author: roman_yakovenko
Date: 2006-11-18 11:18:32 -0800 (Sat, 18 Nov 2006)
Log Message:
-----------
updating doc
Modified Paths:
--------------
pyplusplus_dev/docs/documentation/functions/registration_order.rest
Modified: pyplusplus_dev/docs/documentation/functions/registration_order.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/registration_order.rest 2006-11-18 19:16:48 UTC (rev 731)
+++ pyplusplus_dev/docs/documentation/functions/registration_order.rest 2006-11-18 19:18:32 UTC (rev 732)
@@ -113,10 +113,12 @@
from pyplusplus.module_creator import sort_algorithms
sort_algorithms.USE_CALLDEF_ORGANIZER = True
-
+ # The functionality is available from version 0.8.3
+
4. The last and the perfect solution. `Py++`_ will let you know, when your code
- has such problem. After this you can change the aliases of the functions.
- The third step is to create small "dispatch" function in Python:
+ has such problem. The functionality is available from version 0.8.3. After
+ this you can change the aliases of the functions. The third step is to create
+ small "dispatch" function in Python:
.. code-block:: Python
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|