]> git.pld-linux.org Git - packages/cogl.git/blame - cogl-fix-experimental-doc-build.patch
Fixes docs build
[packages/cogl.git] / cogl-fix-experimental-doc-build.patch
CommitLineData
e952df78
MB
1--- a/cogl/cogl-context.h 2012-09-18 02:06:20.000000000 +0400
2+++ b/cogl/cogl-context.h 2012-09-24 20:13:48.193019200 +0400
3@@ -72,19 +72,19 @@
4 * help applications control the lifetime a context without us needing to
5 * introduce special api to handle the breakup of internal circular
6 * references due to internal resources and caches associated with the
7- * context.
8+ * context.</note>
9 *
10- * One a context has been destroyed then all directly or indirectly
11+ * <note>One a context has been destroyed then all directly or indirectly
12 * dependant resources will be in an inconsistent state and should not
13- * be manipulated or queried in any way.
14+ * be manipulated or queried in any way.</note>
15 *
16- * For applications that rely on the operating system to clean up
17+ * <note>For applications that rely on the operating system to clean up
18 * resources this policy shouldn't affect them, but for applications
19 * that need to carefully destroy and re-create Cogl contexts multiple
20 * times throughout their lifetime (such as Android applications) they
21 * should be careful to destroy all context dependant resources, such as
22 * framebuffers or textures etc before unrefing and destroying the
23- * context.<note>
24+ * context.</note>
25 */
26
27 #ifdef COGL_ENABLE_EXPERIMENTAL_API
This page took 0.085706 seconds and 4 git commands to generate.