comparison 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
comparison
equal deleted inserted replaced
1303:78637257f547 1304:82fab0c689bf
21 21
22 /** 22 /**
23 * @brief portable version of dirname 23 * @brief portable version of dirname
24 * @details return the directory component of the given path. 24 * @details return the directory component of the given path.
25 * The argument path may be altered by the function. 25 * The argument path may be altered by the function.
26 * @param[inout] path the pathname 26 * @param[in,out] path the pathname
27 * @returns a pointer to the string containing the directory component 27 * @returns a pointer to the string containing the directory component
28 */ 28 */
29 char *port_dirname(char *path); 29 char *port_dirname(char *path);
30 30
31 /** 31 /**

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