diff common/portpath.h @ 1304:82fab0c689bf 0.9.3

Fix doxygen syntax error. Change inout to in,out
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 29 Sep 2014 16:42:06 +0200
parents fd7d04bb37cb
children
line wrap: on
line diff
--- a/common/portpath.h	Mon Sep 29 16:38:09 2014 +0200
+++ b/common/portpath.h	Mon Sep 29 16:42:06 2014 +0200
@@ -23,7 +23,7 @@
  * @brief portable version of dirname
  * @details return the directory component of the given path.
  * The argument path may be altered by the function.
- * @param[inout] path the pathname
+ * @param[in,out] path the pathname
  * @returns a pointer to the string containing the directory component
  */
 char *port_dirname(char *path);

http://wald.intevation.org/projects/trustbridge/