diff paraspace/injection.py @ 119:4f508f84c8a1

Add inject_redir.py example
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 05 Aug 2011 14:39:32 +0800
parents d112c27f657a
children 044bfc415577
line wrap: on
line diff
--- a/paraspace/injection.py	Thu Aug 04 21:57:22 2011 +0800
+++ b/paraspace/injection.py	Fri Aug 05 14:39:32 2011 +0800
@@ -467,7 +467,8 @@
 # This function create a map to map methods from source types to
 # methods from destinate types in \ref typeidxs_redir.
 #
-# \param dex is a DEXFile_linked that owns source and destinate types.
+# \param dex_src is a DEXFile_linked that owns source types.
+# \param dex_dst is a DEXFile_linked that owns destinate types.
 # \param typeidxs_redir is a map of type indices for redirecting types.
 # \return a map of method indices.
 #