|
|
|
@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8 |
|
|
|
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
|
|
|
|
# by quotes) that should identify the project. |
|
|
|
|
|
|
|
|
|
PROJECT_NAME = GLM |
|
|
|
|
PROJECT_NAME = |
|
|
|
|
|
|
|
|
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number. |
|
|
|
|
# This could be handy for archiving the generated documentation or |
|
|
|
|
# if some version control system is used. |
|
|
|
|
|
|
|
|
|
PROJECT_NUMBER = "Version 0.9.1" |
|
|
|
|
PROJECT_NUMBER = 0.9.1 |
|
|
|
|
|
|
|
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description |
|
|
|
|
# for a project that appears at the top of each page and should give viewer |
|
|
|
@ -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 = |
|
|
|
|
PROJECT_LOGO = D:/g-truc/git/ogl-math/doc/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. |
|
|
|
|