Browse Source

For doxygen doc refactoring

Christophe Riccio 15 years ago
parent
commit
68847ff913
4 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/CMakeLists.txt
  2. 0 0
      doc/gtcModules.doxy
  3. 0 0
      doc/gtxModules.doxy
  4. 1 1
      doc/pages.doxy

+ 1 - 1
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)

+ 0 - 0
doc/gtc.doxy → doc/gtcModules.doxy


+ 0 - 0
doc/gtx.doxy → doc/gtxModules.doxy


+ 1 - 1
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 <a href="http://www.opensource.org/licenses/mit-license.php">MIT licence</a>.