summaryrefslogtreecommitdiffstats
path: root/src/pulse/proplist.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-27 02:37:13 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-27 02:37:13 +0100
commitdf8ad5d18fe67b93393fb6f81d7598a95d021680 (patch)
treed735df6ad1afeb051d3e368458b01158193bda4d /src/pulse/proplist.h
parent605853057114892c8e6b2e1ef1b5f745d36f88a4 (diff)
add a few missing doxygen comments
Diffstat (limited to 'src/pulse/proplist.h')
-rw-r--r--src/pulse/proplist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h
index 984a6566..203a28c5 100644
--- a/src/pulse/proplist.h
+++ b/src/pulse/proplist.h
@@ -162,7 +162,7 @@ int pa_proplist_setf(pa_proplist *p, const char *key, const char *format, ...) P
* internal copy of the data passed is made. \since 0.9.11 */
int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nbytes);
-/* Return a string entry for the specified key. Will return NULL if
+/** Return a string entry for the specified key. Will return NULL if
* the data is not valid UTF-8. Will return a NUL-terminated string in
* an internally allocated buffer. The caller should make a copy of
* the data before accessing the property list again. \since 0.9.11 */