RE: [Doxygen-users] Using @link to reference a file
Brought to you by:
dimitri
From: Kevin W. <KWi...@vi...> - 2002-03-13 18:08:54
|
Alright, I figured out how to make my alias ALMOST work. Here's what I've got: ALIASES = "mylink=@htmlonly<a href=\"../Properties.html#@endhtmlonly" ALIASES += "endmylink=@htmlonly\">View Properties</a>@endhtmlonly" Here's how it would be used: /** * A Cat object. * * @mylink Cat @endmylink */ interface Cat { } Here's what it produces: <a href="../Properties.html# Cat">View Properties</a> Note this space --------------^ I just need to get rid of that space! Anyone have any ideas on that one? -- Kevin Williams Visionael Corporation kwi...@vi... |