Hi all,

It's an alternative style to the docbook style of Doxygen documentation
tags and syntax

/**
 * @brief blah
 */
 
is equivalent to

/*!
 * \brief blah
 */

, if memory serves me well  ;-)

Kind regards,

Bert Timmerman.


On Fri, 2007-04-06 at 13:33 -0400, Stuart Brorson wrote:
> Peter --
> 
> I see you've been using some kind of documentation pragma in your
> patches.  Here's an example:
> 
>    /*! \brief Register some libgeda variables with scheme.
>     *  \par Function Description
>     *  Define some variables to be visible to Scheme.
>     */
> 
> I was just wondering what your documentation extraction program was?
> 
> This doesn't look like DOxygen style pragma, and I am not an expert on
> other documentation generators.
> 
> Stuart
> 
> 
> 
> _______________________________________________
> geda-dev mailing list
> [email protected]
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev



_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to