Menu

#46 seealso

0.9.0
closed
5
2012-11-05
2005-08-17
Anonymous
No

Hi!

What isn't correct in my source?

Here is my source:

THangszal = class(TThread)
end;

{
@author (#Nord Kft)
@author (Ujházi Pál Norbert)
@lastmod (2003.08.01)
@abstract(Sajat Stack)
@seealso(THangszal)
}
TNStack = class
     end;

And here is the result:

Warning[1]: Unknown tag name "seealso" (in description
of "Bti.TNStack")

It seems that the seealso directive is not working. What's
the problem? What shall I write in my source code to fix
the problem and avoid the warning message? Thanks in
advance.
Ujhazi Pal Norbert
norbi@nord.hu

Discussion

  • Michalis Kamburelis

    Logged In: YES
    user_id=987895

    I implemented @seealso tag last month. It's not available in
    released pasdoc 0.9.0 version.

    If you want to use @seealso tag, you should download and
    compile latest pasdoc version yourself, or you can download
    development snapshot from 2005-07-21, see
    [http://pasdoc.sipsolutions.net/DevelopmentSnapshots].

    I know, actually it's a bug in the documentation. Our wiki
    documentation always documents the very latest development
    state of pasdoc. Often things that are not yet available in
    latest released version are not clearly marked as such. I
    updated [http://pasdoc.sipsolutions.net/SeeAlsoTag] page to
    fix this.

     
  • Nobody/Anonymous

    Logged In: NO

    Thanks for your help.
    I downloaded it and it's working.
    Thanks once again.
    Ujhazi Pal Norbert
    norbi@nord.hu

     

Log in to post a comment.