Hi,
I have to amend this:
- in the file documentation, the full include name is given correctly
- in the class documentation, the subdirs are dropped
I'm using doxygen 1.2.8.1
Kris
>
> 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
>
>
> _______________________________________________
> Doxygen-users mailing list
> Dox...@li...
> http://lists.sourceforge.net/lists/listinfo/doxygen-users
>
|