# HG changeset patch # User cboesch # Date 1293231949 0 # Node ID d68c55785751725d335d27e48cd7cf99da938c39 # Parent 7b135236a44a8da3fe869cf59c9a9f95a82d42e5 Change Doxygen syntax for mp_dirname. diff -r 7b135236a44a -r d68c55785751 path.c --- a/path.c Fri Dec 24 23:02:24 2010 +0000 +++ b/path.c Fri Dec 24 23:05:49 2010 +0000 @@ -211,12 +211,12 @@ } /** - * \brief Allocates a new buffer containing the directory name - * \param path Original path. Must be a valid string. + * @brief Allocates a new buffer containing the directory name + * @param path Original path. Must be a valid string. * - * The path returned always contains a trailing slash '/'. - * On systems supporting DOS paths, '\' is also considered as a directory - * separator in addition to the '/'. + * @note The path returned always contains a trailing slash '/'. + * On systems supporting DOS paths, '\' is also considered as a directory + * separator in addition to the '/'. */ char *mp_dirname(const char *path) {