X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..5e57438cb616e2da147c5365330872c424cca02e:/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