Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2010, 11:51:39 AM (14 years ago)
Author:
rgrieder
Message:

Strip correct paths from includes in Doxygen. That only affects the include file denoted for the documentation of a symbol (like a class).
That way the documentation already shows the correct path in order to include the file required to use the class in question.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/doc/api/doxy.config.in

    r7306 r7309  
    134134# are normally passed to the compiler using the -I flag.
    135135
    136 STRIP_FROM_INC_PATH    = @CMAKE_SOURCE_DIR@
     136STRIP_FROM_INC_PATH    = @DOXYGEN_INCLUDE_DIRECTORIES@
    137137
    138138# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
Note: See TracChangeset for help on using the changeset viewer.