Re: [Doxygen-develop] how to document files other than c,c++,java ?
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2003-11-30 11:48:31
|
On Thu, Nov 27, 2003 at 05:11:28PM +0100, Stefan Kost wrote: > hi again, > > here is an extendet version of the script. > > dimitri: can we define new structural commands like \fn \file \def ... > when I document a dtd I would like to have \entity \element and \attlist > > so what I am asking for is something like > > \defstructcmd <structcmd> <singular> <plural> > \defstructcmd entity Entity Entities > > /** \structcmd entity <entity-name> > * \brief .... > */ This is not possible now, but for the things you want to do it is a nice feature to have. Maybe you can help me implement it. Regards, Dimitri |