aboutsummaryrefslogtreecommitdiffstats
path: root/tempfile.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-26 20:31:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-26 20:31:09 +0000
commitd4e0b348cf6794a4337d917b339c4ac62abb5786 (patch)
treea18eb17af0e0705b45369bebb11a5b495e1073b4 /tempfile.c
parent6d5dfbffb30adc442c9e0d03a3b0db1af56d6827 (diff)
Doxygen fixes.
svn path=/trunk/; revision=33942
Diffstat (limited to 'tempfile.c')
-rw-r--r--tempfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tempfile.c b/tempfile.c
index 7a6b5656f9..2b5dfa878a 100644
--- a/tempfile.c
+++ b/tempfile.c
@@ -207,6 +207,7 @@ create_tempfile(char **namebuf, const char *pfx)
* Create a directory with the given prefix (e.g. "wireshark"). The path
* is created using g_get_tmp_dir and mkdtemp.
*
+ * @param namebuf
* @param pfx A prefix for the temporary directory.
* @return The temporary directory path on success, or NULL on failure.
* Must NOT be freed.