[MPlayer-cvslog] r32730 - trunk/path.c

cboesch subversion at mplayerhq.hu
Sat Dec 25 00:05:50 CET 2010


Author: cboesch
Date: Sat Dec 25 00:05:49 2010
New Revision: 32730

Log:
Change Doxygen syntax for mp_dirname.

Modified:
   trunk/path.c

Modified: trunk/path.c
==============================================================================
--- trunk/path.c	Sat Dec 25 00:02:24 2010	(r32729)
+++ trunk/path.c	Sat Dec 25 00:05:49 2010	(r32730)
@@ -211,12 +211,12 @@ const char *mp_basename(const char *path
 }
 
 /**
- * \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)
 {


More information about the MPlayer-cvslog mailing list