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

cboesch subversion at mplayerhq.hu
Sat Dec 25 00:13:37 CET 2010


Author: cboesch
Date: Sat Dec 25 00:13:37 2010
New Revision: 32732

Log:
Add brief description for mp_basename.

Modified:
   trunk/path.c

Modified: trunk/path.c
==============================================================================
--- trunk/path.c	Sat Dec 25 00:09:08 2010	(r32731)
+++ trunk/path.c	Sat Dec 25 00:13:37 2010	(r32732)
@@ -194,6 +194,9 @@ void set_codec_path(const char *path)
     needs_free = 1;
 }
 
+/**
+ * @brief Returns the basename substring of a path.
+ */
 const char *mp_basename(const char *path)
 {
     char *s;


More information about the MPlayer-cvslog mailing list