From 68847ff91314bfe901a82288a1d6e3ca154f0267 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 8 Feb 2011 16:09:05 +0000 Subject: [PATCH] For doxygen doc refactoring --- doc/CMakeLists.txt | 2 +- doc/{gtc.doxy => gtcModules.doxy} | 0 doc/{gtx.doxy => gtxModules.doxy} | 0 doc/pages.doxy | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename doc/{gtc.doxy => gtcModules.doxy} (100%) rename doc/{gtx.doxy => gtxModules.doxy} (100%) 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.