瀏覽代碼

Doxygen doc udpated, clean up, fixes and stuff

Christophe Riccio 15 年之前
父節點
當前提交
952d472689
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      doc/gtx.doxy
  2. 3 3
      doc/man.doxy

+ 3 - 3
doc/gtx.doxy

@@ -1,5 +1,5 @@
 /*!
-	\defgroup gtx GLM Experimental Extensions
+	\defgroup gtx GTX Extensions (Experimental)
 	
 	\brief Functions and types that GLSL does not provide, but are useful to have.
 	
@@ -7,8 +7,8 @@
 	their API and functionality is not necessarily stable. They can change substantially
 	between versions. Backwards compatibility is not much of an issue for them.
 	
-	You can bring all of the extensions, core or experimental, in by
-	including <glm/ext.hpp> Otherwise, you will have to include each extension
+	Even if it's highly unrecommended, you can bring all of the extensions, by
+	including <glm/ext.hpp>. Otherwise, you will have to include each extension
 	by including a specific file.
 **/
 

+ 3 - 3
doc/man.doxy

@@ -25,13 +25,13 @@ DOXYFILE_ENCODING      = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = GLM
+PROJECT_NAME           = 
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = "Version 0.9.1"
+PROJECT_NUMBER         = 0.9.1
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer
@@ -44,7 +44,7 @@ PROJECT_BRIEF          =
 # exceed 55 pixels and the maximum width should not exceed 200 pixels. 
 # Doxygen will copy the logo to the output directory.
 
-PROJECT_LOGO           = 
+PROJECT_LOGO           = D:/g-truc/git/ogl-math/doc/image/logo-mini.png
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.