[Doxygen-users] Wrong include?
Brought to you by:
dimitri
From: DVZ <oc...@ma...> - 2002-03-04 12:30:00
|
Hi, I write the library with name CL and all includes of it are in the common include path so to use some class from it one should write #include <CL/memory.h> and desc of CL/memory.h is /** * \file memory.h CL/memory.h * base and common exceptions * */ but doxygen class reference for some class from this library contains #include <memory.h>. Is it possible to make doxygen understand what include it should write? I'm using doxygen 1.2.14. -- Best regards, Denis |