|
|
@@ -44,7 +44,7 @@ PROJECT_BRIEF =
|
|
|
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
|
|
# Doxygen will copy the logo to the output directory.
|
|
|
|
|
|
-PROJECT_LOGO = G:/git/ogl-math/doc/image/logo-mini.png
|
|
|
+PROJECT_LOGO = ./image/logo-mini.png
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
|
|
# base path where the generated documentation will be put.
|
|
|
@@ -80,7 +80,7 @@ OUTPUT_LANGUAGE = English
|
|
|
# the file and class documentation (similar to JavaDoc).
|
|
|
# Set to NO to disable this.
|
|
|
|
|
|
-BRIEF_MEMBER_DESC = YES
|
|
|
+BRIEF_MEMBER_DESC = NO
|
|
|
|
|
|
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
|
|
|
# the brief description of a member or function before the detailed description.
|