[Doxygen-users] Description from static functions
Brought to you by:
dimitri
From: skraxberger <ste...@nx...> - 2014-03-14 10:09:29
|
Hi, I have a problem with the description of static functions. In some cases our H files are split into two. xxxx.h and xxxx_int.h (which contains the internal functions). The implementation is for both H files in xxxx.c. Now for generating the documentation the contents for the static functions is only taken from the H file and not from the xxxx.c file, where additional information is provided (other than a brief function and parameter description). I have annotated all the files with \file in order to group them together but it still doesn't show the whole information in the resulting documentation. Can anyone help please? Regards, Stefan -- View this message in context: http://doxygen.10944.n7.nabble.com/Description-from-static-functions-tp6554.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |