Re: [Doxygen-users] Slight parsing bug?
Brought to you by:
dimitri
From: Andrew S. <AS...@al...> - 2001-05-28 09:59:38
|
At 01:50 PM 5/22/01 +0200, you wrote: >Hi, > >I think I've found a bug in the doxygen parser relating to inner classes, >but aren't entirely sure. The following code fails to document correctly: > >#define API_SPEC >// Outer class >class API_SPEC A [snip] >It would appear that my use of the API_SPEC (which under Windows is often >#define'd to be __declspec(export)) confuses the parser somehow. It works >fine with the outer class, but the inner class fails to document unless I >remove the use of the API_SPEC define when declaring the class. Silly me. I should have read the documentation before posting since MACRO_EXPANSION=yes solves the problem with the inner classes being missed. - Andrew |