mirror of
https://github.com/g-truc/glm.git
synced 2024-11-25 18:04:34 +00:00
Doxygen doc udpated, clean up, fixes and stuff
This commit is contained in:
parent
7ab3d65253
commit
952d472689
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
\defgroup gtx GLM Experimental Extensions
|
\defgroup gtx GTX Extensions (Experimental)
|
||||||
|
|
||||||
\brief Functions and types that GLSL does not provide, but are useful to have.
|
\brief Functions and types that GLSL does not provide, but are useful to have.
|
||||||
|
|
||||||
@ -7,8 +7,8 @@
|
|||||||
their API and functionality is not necessarily stable. They can change substantially
|
their API and functionality is not necessarily stable. They can change substantially
|
||||||
between versions. Backwards compatibility is not much of an issue for them.
|
between versions. Backwards compatibility is not much of an issue for them.
|
||||||
|
|
||||||
You can bring all of the extensions, core or experimental, in by
|
Even if it's highly unrecommended, you can bring all of the extensions, by
|
||||||
including <glm/ext.hpp> Otherwise, you will have to include each extension
|
including <glm/ext.hpp>. Otherwise, you will have to include each extension
|
||||||
by including a specific file.
|
by including a specific file.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
|
|||||||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||||
# by quotes) that should identify the project.
|
# 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.
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# 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
|
# 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
|
# 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.
|
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
|
||||||
# Doxygen will copy the logo to the output directory.
|
# 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)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
Loading…
Reference in New Issue
Block a user