From 2c627e5a93270241864996e9d449c62fbb4f73f7 Mon Sep 17 00:00:00 2001 From: "Geoff R. McLane" Date: Fri, 2 Oct 2015 18:51:35 +0200 Subject: [PATCH] remove 2 doxygen config warnings --- documentation/doxygen.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/doxygen.cfg b/documentation/doxygen.cfg index af9710e..210c162 100644 --- a/documentation/doxygen.cfg +++ b/documentation/doxygen.cfg @@ -68,7 +68,7 @@ CREATE_SUBDIRS = NO # If set to NO, non-ASCII characters will be escaped, for example # _xE3_x81_x84 will be used for Unicode U+3044. -ALLOW_UNICODE_NAMES = NO +# ALLOW_UNICODE_NAMES = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this @@ -444,7 +444,7 @@ HIDE_SCOPE_NAMES = NO # YES the compound reference will be hidden. # The default value is: NO. -HIDE_COMPOUND_REFERENCE = NO +# HIDE_COMPOUND_REFERENCE = NO # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation