diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 98bbb5d6..cac82aee 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,6 +1,6 @@ set(NAME glm-doc) -file(GLOB ROOT_TXT doxyfile *.doxy ../*.txt) +file(GLOB ROOT_TXT *.doxy ../*.txt) file(GLOB ROOT_CPP src/*.cpp) file(GLOB ROOT_XML src/*.xml) file(GLOB ROOT_XSL src/*.xsl) diff --git a/doc/gtc.doxy b/doc/gtcModules.doxy similarity index 100% rename from doc/gtc.doxy rename to doc/gtcModules.doxy diff --git a/doc/gtx.doxy b/doc/gtxModules.doxy similarity index 100% rename from doc/gtx.doxy rename to doc/gtxModules.doxy diff --git a/doc/pages.doxy b/doc/pages.doxy index cdecc442..81fe6d45 100644 --- a/doc/pages.doxy +++ b/doc/pages.doxy @@ -16,7 +16,7 @@ GLM is written as a platform independent library with no dependence and officially supports the following compilers: 1. GCC 3.4 and higher - 2. LLVM 2.3 and higher + 2. LLVM 2.3 through GCC 4.2 front-end and higher 3. Visual Studio 2005 and higher The source code is licenced under the MIT licence.