[Doxygen-users] Problems with either protected declerations or multiple public/protected tags
Brought to you by:
dimitri
From: Simrin G. <ri...@cy...> - 2001-11-29 20:04:59
|
I am coming across sections where doxygen cannot seem to find the decleration for certain class member functions ie Warning: member bar of class foo cannot be found where bar is defined in the header file where the class foo is defined but it is defined as a proteced member and there are multiple occurances of the following format public: xxxx xxx xxxx protected: xxxxx xxxx xxx xxx public: xxxx xxxx xxxx protected: xxxx xxxx xxxx Now this is valid C++ format for classes because it is commonly used to break different function types into sections and is widely recognized. I am wondering if Doxygen can't handle the multiple public/proteced sections or it just cant handle protected sections. I believe I have everything being included in my config file (at least as far as I can tell) and don't know where else I am going wrong. If this is a known/unknown issue please let me know. -- Simrin Singh Grewal Co-op Engineer Cypress Semiconductor (503) 526-1864 ri...@cy... |