Re: [GD-General] Feedback wanted on POSH
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2003-11-19 02:59:45
|
> As you say in the documentation the FORCE_DOXYGEN hack is a bit > ugly. Doxygen, while very useful, has some, uh, issues... >I think that it would have been cleaner to check it only > once and define all the definitions at the same time, ie: > > #if FORCE_DOXYGEN > #define POSH_OS_WIN32 > #define POSH_OS_LINUX > #define ... > .. > #endif My only complaint with that is that I have to duplicate the define in two different locations, so I worry that it gets updated in one spot but not the other. Currently there is only a single definition. Brian |