I&#39;ve attached simple project with documentation.<br><div class="gmail_quote"><div>There are two problems:<div>1. doxygen generates documentation with full paths to headers &lt;D:/c++/my_project/include/my_project/h1.hpp&gt; instead of &lt;my_project/h1.hpp&gt;</div>

<div>As you can see in attachment, i configure doxygen by defining�STRIP_FROM... directives, where�$(TOP)/include =�D:/c++/project/include:</div><div><div>�� � � � �&lt;doxygen:param&gt;STRIP_FROM_PATH=$(TOP)/include</div>

<div>�� � � � �&lt;doxygen:param&gt;STRIP_FROM_INC_PATH=$(TOP)/include</div><div><br></div><div>TOP variable i define in Jamroot as:</div><div>��path-constant TOP : . ;</div><div><br></div><div>What do i do wrong?</div><div>

<br></div><div><br></div><div>2. Paths to images looks like�&lt;img src=&quot;../../doc/html/images/next.png&quot; alt=&quot;Next&quot;&gt;. Path goes up by two directories and then down, it seem through the Jamroot</div>

<div>�� �I need direct &lt;img src=&quot;images/next.png&quot; alt=&quot;Next&quot;&gt;</div><div><br></div><div>How to generate direct relative paths?</div><div><br><br></div><div>--�</div><div>Regards, Andrey<br>
</div></div></div>
</div><br>