Here is my implementation of See Also section, and internal links in class hierarchy.
It would be really lovely to have Related Units and @see tag.
Btw I even started to write my own implementation of @see tag. For now it
generates "See also" section for any object that has @see tag, and searches
for link in following order:
1) current class members
2) current unit items (classes, functions, variables, types)
My implementation allows:
1) Create links in Class Hierarchy section of Class documentation
2) Create links in methods/function parameters and return type
3) Create links with @see tags
But my version has some limitations:
1) it supports only simple tag (no full path to namespace.TClass#member)
2) I'm not really sure, that my implementation works in the same way as
JavaDoc do
3) It uses Html Generator methods for searching for links
4) It does not supports inline link creation
Anonymous
Unit I used for testing
ok, I will check this this week.
Thx for your help !