diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2014-04-16 17:08:25 -0700 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2014-04-17 11:48:20 -0700 |
commit | 8e98e46acf63da78f11df4bf92de37c57e16aa0f (patch) | |
tree | c15e2488d072b994419f335418500532707a924f /doxygen/Doxyfile | |
parent | 92bed23a27ff39ad4446fc3bda389cbaf1564cff (diff) |
This replaced cases of GL with OpenGL in documents, comments
and printed strings.
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Cc: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'doxygen/Doxyfile')
-rw-r--r-- | doxygen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index 009a899..1d3f0cc 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer # a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "a library for selecting GL API and window system at runtime" +PROJECT_BRIEF = "a library for selecting an OpenGL API and window system at runtime" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not |