summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2010-08-25 20:33:27 +0100
committerRobert Bragg <robert@linux.intel.com>2010-09-23 15:53:29 +0100
commite5e892fe47ee727df10330d32d9bd4569068e70a (patch)
treedd902f2f0f1fd74dc39b6ee225f0006fb3e4150e /doc
parent6f0f964e12f61e1afd34330988a7decee20e2e17 (diff)
downloadcogl-e5e892fe47ee727df10330d32d9bd4569068e70a.tar.gz
docs: Use "Cogl" not "COGL" in Cogl API reference
Cogl isn't an acronym so we should use "Cogl" instead of "COGL" in our documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/cogl/cogl-docs.xml.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/reference/cogl/cogl-docs.xml.in b/doc/reference/cogl/cogl-docs.xml.in
index 3cf387e6..a22ff3fa 100644
--- a/doc/reference/cogl/cogl-docs.xml.in
+++ b/doc/reference/cogl/cogl-docs.xml.in
@@ -6,8 +6,8 @@
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
- <title>COGL Reference Manual</title>
- <releaseinfo>for COGL &version;</releaseinfo>
+ <title>Cogl Reference Manual</title>
+ <releaseinfo>for Cogl &version;</releaseinfo>
<copyright>
<year>2008</year>
@@ -45,12 +45,12 @@
</bookinfo>
<chapter>
- <title>COGL - GL Abstraction API</title>
+ <title>Cogl - GL Abstraction API</title>
<section id="cogl-intro">
- <title>About COGL</title>
+ <title>About Cogl</title>
- <para>COGL is a low level OpenGL abstraction library developed for (and
+ <para>Cogl is a low level OpenGL abstraction library developed for (and
part of) Clutter. It is used primarily by Clutter to provide a common
rendering API that works transparently across OpenGL >=1.4,
OpenGL ES 1.1 and OpenGL ES 2.0.</para>
@@ -75,12 +75,12 @@
</chapter>
<chapter>
- <title>COGL experimental API</title>
+ <title>Cogl experimental API</title>
<section id="cogl-experimental">
<title>About the experimental API</title>
- <para>COGL has some experimental API developers are welcomed to play
+ <para>Cogl has some experimental API developers are welcomed to play
with. The main drawback when using those is that there is no API
stability guarantee, functions flagged as experimental could be changed
or removed in future versions of the library. To use this experimental