Re: [Doxygen-users] Doxygen: Notice for the local maintainers (translator classes)
Brought to you by:
dimitri
|
From: Jens S. <jen...@hr...> - 2001-06-05 16:03:38
|
On Tue, 5 Jun 2001, Prikryl,Petr wrote:
> Please, try to generate documentation via doxygen/doc/Makefile,
> or run the perl script translator.pl manually. Then, have a look at
> doxygen/doc/translator_report.txt. There may be notices which
> can help you to clean your translator_xx.h source even in the case
> when your translator class is marked as up-to-date.
>
> Notice, that if you removed argument identifiers from the method headers
> (i.e. you leave only type identifiers there), the method is not recognized.
> You may prefer to put the identifiers back and break the line with the
> arument list instead into several lines instead (to make the source text
> fit inside reasonable column width).
>
I omit the identifier of the first argument in
QCString trFile(bool first_capital, bool singular)
because I don't need this in translator_de.h. Many german words start with
a capital, so I get a compiler warning ("unused variable") if I keep it.
Petr can you update your script to recognize this?
Jens
|