[Doxygen-users] Static members
Brought to you by:
dimitri
From: Proskuriakov, I. <Igo...@gs...> - 2001-06-25 18:11:33
|
Hi, Unfortunately I could not use search facilities of mailing list, so I do apologies in advance if this question was already asked. The question is: in Class Reference doxygen shows definition of static class members, rather than declaration, is it a desired feature? Example of doxygen output: Static Protected Attributes char* subjectName = new char[MAX_SUBJECT_LEN]; I would expect: Static Protected Attributes char* subjectName; instead. Please comment, Regards, Igor Proskuriakov |