mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
source.dox is path-independent
This commit is contained in:
@ -2,6 +2,7 @@ Version 91:
|
||||
|
||||
* Adjust redirect html
|
||||
* Don't build pre-C++11
|
||||
* source.dox is path-independent
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -15,9 +15,9 @@ REPEAT_BRIEF = YES
|
||||
ABBREVIATE_BRIEF =
|
||||
ALWAYS_DETAILED_SEC = NO
|
||||
INLINE_INHERITED_MEMB = YES
|
||||
FULL_PATH_NAMES = NO
|
||||
STRIP_FROM_PATH = ../include/
|
||||
STRIP_FROM_INC_PATH =
|
||||
FULL_PATH_NAMES = YES
|
||||
STRIP_FROM_PATH = $(LIB_DIR)/include
|
||||
STRIP_FROM_INC_PATH =
|
||||
SHORT_NAMES = NO
|
||||
JAVADOC_AUTOBRIEF = YES
|
||||
QT_AUTOBRIEF = NO
|
||||
|
Reference in New Issue
Block a user