From 58c42af722cebecd86e340dc3ed9ec44b1fe4a55 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 7 Dec 2011 13:03:53 +0100 Subject: doxygen: misc consistency, spelling and wording fixes --- libpostproc/postprocess.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libpostproc/postprocess.h') diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index fe8c9b96ce..4cc6925924 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -77,9 +77,10 @@ void pp_postprocess(const uint8_t * src[3], const int srcStride[3], /** - * returns a pp_mode or NULL if an error occurred - * name is the string after "-pp" on the command line - * quality is a number from 0 to PP_QUALITY_MAX + * Return a pp_mode or NULL if an error occurred. + * + * @param name the string after "-pp" on the command line + * @param quality a number from 0 to PP_QUALITY_MAX */ pp_mode *pp_get_mode_by_name_and_quality(const char *name, int quality); void pp_free_mode(pp_mode *mode); -- cgit v1.2.3