From kde-core-devel Sun Oct 30 22:28:54 2005 From: Sascha Cunz Date: Sun, 30 Oct 2005 22:28:54 +0000 To: kde-core-devel Subject: Re: RFC: Avoiding #warning (C/C++ preprocessor extension) Message-Id: <200510302328.54748.sascha.cunz () tiscali ! de> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=113071479311202 On Sunday 30 October 2005 22:49, Adriaan de Groot wrote: > On Sunday 30 October 2005 21:25, Jarosław Staniek wrote: > > 1. Preferred way: Using doxygen @todo tag instead of #warning. Then > > warnings can be accessible: > > The thing about @todo is that it collects lots of different things; not > just compile warning type messages, but there's lots of @todos about > ambiguous dox and weird coding. Mixing them together might be confusing. Then why not add a new "related page" for i.e. "@warning"? Doxygen can do that for you without big problems. > In > addition, now you don't see the @todos/#warnings during compilation _at > all_, and you can't use -Wall to catch them. That means you _have_ to look > at a web page to discover what's still broken in the code. Sascha