mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
doxygen: Use relative paths in generated docs
Updated cmake to use strip the full path to the base UPM directory from generated documentation. This removes the build server full- path from UPM documentation. Old html: upm: /iotdk/jenkins/workspace/upm-doc-stable/src/moisture/moisture.h File Reference New html: upm: src/moisture/moisture.h File Reference Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -156,7 +156,7 @@ FULL_PATH_NAMES = YES
|
||||
# will be relative from the directory where doxygen is started.
|
||||
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
|
||||
|
||||
STRIP_FROM_PATH =
|
||||
STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@
|
||||
|
||||
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
|
||||
# path mentioned in the documentation of a class, which tells the reader which
|
||||
|
Reference in New Issue
Block a user