
I can define a link to a class with: <classname alt="boost::glob_predicate">glob_predicate</classname> How do I define a link to an enum? It seems that a shorthand notation is missing. Is there a longhand way? Regards, Angus

On Sep 26, 2004, at 3:40 PM, Angus Leeming wrote:
I can define a link to a class with: <classname alt="boost::glob_predicate">glob_predicate</classname>
How do I define a link to an enum? It seems that a shorthand notation is missing. Is there a longhand way?
Use <enumname>, which has been available in CVS for last, oh, 45 seconds or so. :) Doug

Doug Gregor wrote:
On Sep 26, 2004, at 3:40 PM, Angus Leeming wrote:
I can define a link to a class with: <classname alt="boost::glob_predicate">glob_predicate</classname>
How do I define a link to an enum? It seems that a shorthand notation is missing. Is there a longhand way?
Use <enumname>, which has been available in CVS for last, oh, 45 seconds or so.
:)
Good man! Joel, if you're listening, I'll prepare a quickbook patch for this. Regards, Angus

Angus Leeming wrote:
Doug Gregor wrote:
On Sep 26, 2004, at 3:40 PM, Angus Leeming wrote:
I can define a link to a class with: <classname alt="boost::glob_predicate">glob_predicate</classname>
How do I define a link to an enum? It seems that a shorthand notation is missing. Is there a longhand way?
Use <enumname>, which has been available in CVS for last, oh, 45 seconds or so.
:)
Good man!
Joel, if you're listening, I'll prepare a quickbook patch for this.
I'm listening :) Patch welcome. Cheers, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
participants (3)
-
Angus Leeming
-
Doug Gregor
-
Joel