[Doxygen-users] Including external documentation
Brought to you by:
dimitri
From: jalal @ g. <ja...@gn...> - 2001-12-29 16:38:06
|
Hi all I'm trying to document an existing library (the Windows Template Library), of which I have the header files and not much else. Nothing is documented in files and I can't change them. So, I have an external documentation file. In this I have, for example (this is an excerpt): /** @file AtlCtrlx.h @brief bitmap button, check list view and other controls */ /** @class WTL::CMultiPaneStatusBarCtrlImpl AtlCtrlx.h @brief Class implementing a MultiPane status bar control @see WTL::CMultiPaneStatusBarCtrl */ /** @fn template<class T, class TBase = CStatusBarCtrl> BOOL WTL::CMultiPaneStatusBarCtrlImpl< T, TBase >::SetPanes(int* pPanes, int nPanes, bool bSetText = true) AtlCtrlx.h * @brief Sets the panes to values * * Further instruction will go here. */ Everything works very well, except for the @fn tag, which gives me '... not defined' error. I've tried every combination I can think of, but no way will Doxygen recognize it. (and yes, everything is on one line, I'm not sure what the emailer is going to do with it.) Any ideas? regards jalal |