Menu

#111 Custom implementation of See Also section, and more

open
TridenT
5
2012-07-18
2010-02-20
No

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

Discussion

  • Aleksey Timohin

    Aleksey Timohin - 2010-02-20
     
  • Aleksey Timohin

    Aleksey Timohin - 2010-02-20

    Unit I used for testing

     
  • TridenT

    TridenT - 2010-02-23

    ok, I will check this this week.
    Thx for your help !

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.