> > you can use a \ref command with explicit text in quotes: > > \ref Fl_Widget::handle() "handle()" > > and the link text will be just "handle()" without the quotes. > > I see, so it's kinda like <a href> in that way, where a > random string can be assigned to be a link.
Yep, but it's a lot cleaner at replacing links like: <A href="subclassing.html#handle"><tt>Fl_Widget::handle()</tt></A> and gives more bang for the buck for <tt>handle()</tt> And yes, now I can see that the href version isn't quite equivalent, so I'll have to go back to revisit that one... D. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
