[cfe-dev] doxygen \implements command and -Wdocumentation-unknown-command

David Chisnall David.Chisnall at cl.cam.ac.uk
Fri Mar 7 03:07:46 PST 2014


On 7 Mar 2014, at 10:52, Dmitri Gribenko <gribozavr at gmail.com> wrote:

> On the other hand, using it in C++ and Objective-C does not make much
> sense for me, because the Doxygen manual describes the command
> semantics like this:
> 
>> This command can be used to manually indicate an inheritance relation, when the programming language does not support this concept natively (e.g. C).

This would make sense in Objective-C in the case of informal protocols.  They're less common now that formal protocols have optional methods, but they're still fairly widespread in older codebases...

David





More information about the cfe-dev mailing list