mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
For doxygen doc refactoring
This commit is contained in:
parent
952d472689
commit
68847ff913
@ -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…
Reference in New Issue
Block a user