Re: [Openvpn-devel] [PATCH v2] doxygen: add make target and use relative paths

2017-11-08 Thread Илья Шипицин
2017-11-08 15:01 GMT+05:00 Steffan Karger : > Add a make target, such that 'make doxygen' works (both for in-tree and > out-of-tree builds). > should we add both variants of 'make doxygen' to travis-ci matrix ? > > While doing so, instead of genering docs with full path names (e.g. > /home/ste

[Openvpn-devel] [PATCH v2] doxygen: add make target and use relative paths

2017-11-08 Thread Steffan Karger
Add a make target, such that 'make doxygen' works (both for in-tree and out-of-tree builds). While doing so, instead of genering docs with full path names (e.g. /home/steffan/dev/openvpn/src/openvpn/crypto.h), use a relative path wrt the project root (e.g. src/openvpn/crypto.h) in the generated do