X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/7751df38d656c9cf06fa8b545420303e69e72528..59cf25c47fbda22f3f4e14399f0436cc6ed2c56f:/lib/filepart.c diff --git a/lib/filepart.c b/lib/filepart.c index 7e6f30c..20889af 100644 --- a/lib/filepart.c +++ b/lib/filepart.c @@ -26,8 +26,8 @@ /** @brief Parse a filename * @param path Filename to parse - * @param Where to put directory name, or NULL - * @param Where to put basename, or NULL + * @param dirnamep Where to put directory name, or NULL + * @param basenamep Where to put basename, or NULL */ static void parse_filename(const char *path, char **dirnamep, @@ -102,7 +102,7 @@ char *d_dirname(const char *path) { } /** @brief Return the basename part of @p path - * @param Path to parse + * @param path Path to parse * @return Base part of @p path * * Extracts the base part of @p path. This is a simple lexical transformation