Browse Source

Strip path prefix in doxygen docs - no /home/dziegel/ in the future :-)

STABLE-2_1_x
Dirk Ziegelmeier 10 years ago
parent
commit
13251526fa
  1. 2
      doc/doxygen/lwip.Doxyfile

2
doc/doxygen/lwip.Doxyfile

@ -162,7 +162,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 = ../../
# 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

Loading…
Cancel
Save