For doxygen doc refactoring

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 952d472689
commit 68847ff913
  1. 2
      doc/CMakeLists.txt
  2. 0
      doc/gtcModules.doxy
  3. 0
      doc/gtxModules.doxy
  4. 2
      doc/pages.doxy

@ -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)

@ -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>.

Loading…
Cancel
Save