[Doxygen-users] Header files in directories
Brought to you by:
dimitri
From: Carlo W. <ca...@al...> - 2001-11-22 17:27:27
|
Hi, I am using a lot #include <directory/headerfile.h> Is it possible that this will be supported in a future doxygen? I suppose the support exists of two parts: 1) Determining the directory part. 2) Using the directory part in the reference/links/filenames etc. Point one could most easily be solved by using whatever is specified in the \file command, for example: /** \file directory/headerfile.h */ should use the full "directory/headerfile.h" as name. A nicer/better solution would be to look at the full path name and the include directories - from that doxygen should be able to determine itself when a path is used to include something. Point 2) is easy, just include a new _<digit> for '/' and include that in the generated file names. And expect the full "directory/headerfile.h" as references in links, thus: \ref directory/headerfile.h is something else as \ref headerfile.h Regards, -- Carlo Wood <ca...@al...> |