[Doxygen-users] include files in subdirectories
Brought to you by:
dimitri
From: Kris T. <kri...@ic...> - 2001-06-15 10:31:31
|
Hi, my include files are organised in subdirectories: include/tomo/file1.h include/tomo/recon_buildblock/file2.h I tell doxygen that they all reside in include/, so it finds them nicely. However, in the documentation, it drops the subdir part in the include statement. Fore example, the doc would say (after the brief section) #include "file1.h" or #include "file2.h" I've read somewhere I can force doxygen to use a particular path somehow (the \file statement?), but I don't really want to change all my include files to reflect their location in the doyxgen comments. After all, just where doxygen found them should be enough to tell it where they are... Am I missing something, or is that for the \todo list? Kris Thielemans Imaging Research Solutions Ltd Cyclotron Building Hammersmith Hospital Du Cane Road London W12 ONN, United Kingdom Phone on : +44 (020)8383 3731 FAX on : +44 (020)8383 2029 web site address: http://www.irsl.org/~kris |