Re: gtk-doc vs doxygen



On Mon, 2002-12-02 at 21:27, Matthias Clasen wrote:
> glib now contains a subdirectory trio containing third-party source
> which includes doxygen comments. Some of these trigger gtkdoc-mkdb 
> warnings about missing symbol names. The offending comments look like
> the following:
> 
> /** @...
> */ 
> 
> The current gtkdoc-mkdb code looks for \s*/\*\*\s as the beginning of a 
> doc comment. Would it cause any trouble to change this to \s*/\*\*\s+$ 
> in order to avoid the doxygen comments ? 

If doxygen comments always start with '/** @' it would be better to only
skip the comment if we find that.

Though changing to \s*/\*\*\s+$ is probably OK if we have to.

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]