aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/libgamma-facade.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-02 22:20:01 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-02 22:20:01 +0200
commit87ccf1db0a58613cccb64b4ad80584342f0c0ea7 (patch)
tree24f387f94bec2d71e70015caa713e438a1978809 /src/lib/libgamma-facade.h
parentinfo: doc states + reorder sections (diff)
downloadlibgamma-87ccf1db0a58613cccb64b4ad80584342f0c0ea7.tar.gz
libgamma-87ccf1db0a58613cccb64b4ad80584342f0c0ea7.tar.bz2
libgamma-87ccf1db0a58613cccb64b4ad80584342f0c0ea7.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/libgamma-facade.h')
-rw-r--r--src/lib/libgamma-facade.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h
index 90019b3..87d853b 100644
--- a/src/lib/libgamma-facade.h
+++ b/src/lib/libgamma-facade.h
@@ -115,7 +115,7 @@ void libgamma_method_capabilities(libgamma_method_capabilities_t* restrict this,
* @param method The adjustment method (display server and protocol.)
* @return The default site, `NULL` if it cannot be determined or
* if multiple sites are not supported by the adjustment
- * method. This value should not be free:d.
+ * method. This value should not be `free`:d.
*/
char* libgamma_method_default_site(int method);
@@ -126,7 +126,7 @@ char* libgamma_method_default_site(int method);
* @return The environ variables that is used to determine the
* default site. `NULL` if there is none, that is, if
* the method does not support multiple sites.
- * This value should not be free:d.
+ * This value should not be `free`:d.
*/
const char* libgamma_method_default_site_variable(int method) __attribute__((const));
@@ -141,7 +141,7 @@ const char* libgamma_method_default_site_variable(int method) __attribute__((con
* will attempt to free it. There you should not free
* it yourself, and it must not be a string constant
* or allocate on the stack. Note however that it will
- * not be free:d if this function fails.
+ * not be `free`:d if this function fails.
* @return Zero on success, otherwise (negative) the value of an
* error identifier provided by this library.
*/