removed windows only configurations

This commit is contained in:
Matthias Gazzari 2015-08-07 15:25:42 +02:00
parent a43159a49d
commit 5dfe28eef8

View file

@ -152,7 +152,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 = "C:/Dokumente und Einstellungen/Administrator/Eigene Dateien/Eclipse-Workspace-CPPP/library/"
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
@ -1233,7 +1233,7 @@ CHM_FILE = ..\doc.chm
# The file has to be specified with full path.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
HHC_LOCATION = "C:\Programme\HTML Help Workshop\hhc.exe"
HHC_LOCATION =
# The GENERATE_CHI flag controls if a separate .chi index file is generated
# (YES) or that it should be included in the master .chm file (NO).