[Doxygen-develop] symbolic link path STRIP_FROM_PROMPT is not working (repost)
Brought to you by:
dimitri
From: Jeeva S C. <gci...@ho...> - 2003-09-29 13:50:15
|
Hello, I have configured doxgen to generate full file path name by setting FULL_PATH_NAMES = YES and stripping leading PATH string using STRIP_FROM_PATH = $(PWD)/. Since my path is symbolically linked PATH, doxygen doesn't remove the leading PATH string. Ex. >pwd >/usr/home/jeeva/dev/src however the real path is /nfs/export/home/blah/blah/jeeva/dev/rev3.03/prod1/src Is this an expected behavior or unknown feature (called as bug otherwise)? I am using doxygen version 1.3.4. It would be nice if doxygen has RELATIVE_PATH_NAME and PREPEND_TO_PATH configurables. One another thing is with version 1.3.4 -g and -u options are not working. Please don't ignore this email. Your help is appreciated. Thanks Jeeva. |