Mercurial > mplayer.hg
changeset 32643:d68c55785751
Change Doxygen syntax for mp_dirname.
author | cboesch |
---|---|
date | Fri, 24 Dec 2010 23:05:49 +0000 |
parents | 7b135236a44a |
children | a6431ff5481f |
files | path.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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) {