RE: [Doxygen-users] ordered list and restriction tag additions
Brought to you by:
dimitri
From: Prikryl,Petr <PRI...@sk...> - 2001-05-10 05:43:41
|
There is the order list construction. While the unordered list is created in the following way... - first unnumbered item - second unnumbered item - third unnumbered item ... the ordered list is created this way in Doxygen: -# first numbered item -# second numbered item -# third numbered item BTW, the HTML syntax for lists is translated into all outputs by Doxygen, not only into HTML output. Some people would also advice RTFM ;-) Concerning the proposed \restriction... There is the \bug command in Doxygen and the trBugAndLimitations() method in translator which generates "Bugs and limitations" for the list of \bug commands. In my opinion, bugs may be slightly different from limitations. So, I think that the request for \limitation (or the \restriction) is reasonable. Petr -- Petr Prikryl, SKIL, spol. s r.o., pri...@sk... > -----Original Message----- > From: dr...@ca... [SMTP:dr...@ca...] > Sent: Wednesday, May 09, 2001 6:01 PM > To: dox...@li... > Subject: [Doxygen-users] ordered list and restriction tag additions > > > Hi, > > Is there any way to have ordered list using doxygen tags without html? > If there isn't, could Dimitri add a "\oli" tag which would give a > correct > ordered list in all output formats? > > Also, would-it be possible to add a \restrictions command? I know I can > use > alias > but I'm trying to be as much independent from special tags as possible. I > just think > that a function's restriction is between \note, \warning and \todo. > > > Thanks. > > > //----------------------------------- > // Denis Ricard, IBM Canada > // dr...@ca... > // 416 - 448 - 4124 > //----------------------------------- > > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > http://lists.sourceforge.net/lists/listinfo/doxygen-users |