I make HTML code with DipPasDoc 0.10.0. I think there
is a bug. If I have 3 procedure with same name then
the jump from the Overview section to the Description
section always jump to the same place. For example:
I have this procedures:
procedure A; overload;
procedure A(b:Integer); overload;
procedure A(c:String); overload;
in html in Overview section I can see all the three,
but the link shows to the same place.
Can U fix this bug?
Thank's in advance
Pal Ujhazi
Hungary
Logged In: YES
user_id=987895
Confirmed, this is a known bug, documented also on
[http://pasdoc.sipsolutions.net/ToDo] (paragraph "When using
overloading...").