changeset 32645:715c9997201e

Add brief description for mp_basename.
author cboesch
date Fri, 24 Dec 2010 23:13:37 +0000
parents a6431ff5481f
children 651299b70463
files path.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/path.c	Fri Dec 24 23:09:08 2010 +0000
+++ b/path.c	Fri Dec 24 23:13:37 2010 +0000
@@ -194,6 +194,9 @@
     needs_free = 1;
 }
 
+/**
+ * @brief Returns the basename substring of a path.
+ */
 const char *mp_basename(const char *path)
 {
     char *s;