problem in generating documentation for overload function
Status: Beta
Brought to you by:
khurshid
Only 1 constructor or overload function is generated on
the documentation. I think the problem is from the
function private Object[] sortList(Object[] list) in Class
com.aurigalogic.doclet.core.XMLGenerator
I change the line
from
map.put(object.toString(), object);
to
map.put(object.toString() + i, object);
for a quick fix
Logged In: YES
user_id=271087
This fix will be included in next release