[Doxygen-users] Basic question
Brought to you by:
dimitri
From: Steve W. <ste...@ag...> - 2001-09-14 05:29:36
|
Hi All, Sorry for the overly simple question but having read through the doco I cannot under stand why I get the following error messages: Generating docs for file wdog.c... Generating docs for file wdog.h... c:/data/stevew/doxygen/wdog/wdog.h,135,Warning: Member wdCreate of file wdog.h is not documented. c:/data/stevew/doxygen/wdog/wdog.h,146,Warning: Member wdDelete of file wdog.h is not documented. c:/data/stevew/doxygen/wdog/wdog.h,156,Warning: Member wdStart of file wdog.h is not documented. c:/data/stevew/doxygen/wdog/wdog.h,167,Warning: Member wdStop of file wdog.h isnot documented. Generating docs for file wdog2.c... Generating docs for file wdog2.h... c:/data/stevew/doxygen/wdog/wdog2.h,34,Warning: Member wdShow of file wdog2.h is not documented. The wdog.h file is as follows: /*! \fn int wdCreate(int wd_id) \brief Creates a new instance of a Watch Dog Timer \param wd_id A user designated ID for the Watch Dog Timer to be created */ int wdCreate(int wd_id); /*! \fn int wdDelete(int wd_id) \brief Deletes a Watch Dog Timer \param wd_id The user assigned ID for the Watch Dog Timer */ int wdDelete(int wd_id); etc..... What have I missed, such that I get the warnings above ? Regards, Steve Walker. |