Duncan Gibson wrote:
>>      I've just now updated the evolving google doc with the stuff
>>      we've talked about:
>>
>>      http://docs.google.com/Doc?id=dgn42tzv_0fsbjmjgp
> 
> Just found another neat trick!
> 
> There are lots of places where the text mentions "handle()" or similar
> but without the fully qualified "Fl_Widget::handle()" text needed to
> generate a link. Rather than have the fully qualified text everywhere,
> 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.

        Doxygen has been good about automatically generating links
        out of casually mentioned class names, data types and method names,
        so I've been making use of that when possible.

        Speaking of handle(), I was thinking of adding a small
        code snippet showing how a typical handle() method should look,
        as I find myself writing that same thing over and over in the
        newsgroups for support.. maybe including an example so that
        it shows up everywhere docs for handle() does, it will help
        squelch that as a FAQ..
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to