diff --git a/doc/man.doxy b/doc/man.doxy index a0f71f99c286a81b1283b20f1071732439253acf..cf235dd5e8b90ee8b0c917cb52348cf7f8f856ce 100644 --- a/doc/man.doxy +++ b/doc/man.doxy @@ -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.