]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - string.c
Reformat gui.ggo.
[paraslash.git] / string.c
index 2b361aee8372e3fd58bb1aab1523acc98b33926b..7d8c8707d9e60fc1c322f280bff13118f0d5f768 100644 (file)
--- a/string.c
+++ b/string.c
@@ -163,13 +163,13 @@ __must_check __malloc char *para_strcat(char *a, const char *b)
 }
 
 /**
- * paraslash's version of dirname()
+ * Paraslash's version of dirname().
  *
- * \param name pointer to the full path
+ * \param name Pointer to the full path.
  *
- * Compute the directory component of \p name
+ * Compute the directory component of \p name.
  *
- * \return If \p name is \รพ NULL or the empty string, return \p NULL.
+ * \return If \p name is \p NULL or the empty string, return \p NULL.
  * Otherwise, Make a copy of \p name and return its directory component. Caller
  * is responsible to free the result.
  */