[Doxygen-users] (no subject)
Brought to you by:
dimitri
From: Luigi B. <lui...@ri...> - 2001-06-14 13:18:07
|
Hi all, I just noticed a strange behavior in version 1.2.8.1 under WinNT (I didn't check the Linux version). When I run Doxygen through the file: ---- test.hpp ---- //! test class class Test { protected: H<C> h; }; ------------------ and I turn EXTRACT_ALL on, the data member gets documented in the "detailed description" section as: H<C> Test::h<C> [protected] i.e., there's a spurious <C> after the method (note that H<C> is a specialization: C is an actual class, not a template parameter). If I add documentation to h, either brief or detailed, the extra <C> disappears. Did anyone observe this before? Any light you can shed on it? Thanks, Luigi |