diff --git a/doc/gtx.doxy b/doc/gtx.doxy index 5f9d1dd5..f16a2849 100644 --- a/doc/gtx.doxy +++ b/doc/gtx.doxy @@ -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. @@ -7,8 +7,8 @@ their API and functionality is not necessarily stable. They can change substantially between versions. Backwards compatibility is not much of an issue for them. - You can bring all of the extensions, core or experimental, in by - including Otherwise, you will have to include each extension + Even if it's highly unrecommended, you can bring all of the extensions, by + including . Otherwise, you will have to include each extension by including a specific file. **/ diff --git a/doc/man.doxy b/doc/man.doxy index 5f25b83a..c7a4ddef 100644 --- a/doc/man.doxy +++ b/doc/man.doxy @@ -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.