Project

General

Profile

Bug #4041

Updated by Junxiao Shi about 7 years ago

As can be seen e.g. [here](http://named-data.net/doc/ndn-cxx/current/doxygen/d9/d76/classndn_1_1util_1_1ethernet_1_1Address.html), the `#include` line generated by doxygen contains only the header file name, without the path (it should be `<ndn-cxx/util/ethernet.hpp>`). The path information is critical for library users. 

 [`STRIP_FROM_INC_PATH` option may This SO thread might be used to solve this problem.](http://stackoverflow.com/questions/2422755/how-can-i-force-doxygen-to-show-full-include-path) relevant: http://stackoverflow.com/questions/2422755/how-can-i-force-doxygen-to-show-full-include-path

Back