I've attached simple project with documentation.
There are two problems:1. doxygen generates documentation with full paths to
headers instead of
As you can see in attachment, i configure doxygen by defining STRIP_FROM...
directives, where $(TOP)/include = D:/c++/project/include:
doxygen:paramSTRIP_FROM_PATH=$(TOP)/include
doxygen:paramSTRIP_FROM_INC_PATH=$(TOP)/include
TOP variable i define in Jamroot as:
path-constant TOP : . ;
What do i do wrong?
2. Paths to images looks like <img src="../../doc/html/images/next.png"
alt="Next">. Path goes up by two directories and then down, it seem through
the Jamroot
I need simple <img src="images/next.png" alt="Next">
How to generate forward relative paths?
--
Regards, Andrey