From bf7e799c9e83f6f6718866841d3169a91ef6b07e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 6 Jun 2009 09:35:15 +0000 Subject: Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/internal.h') diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 0466318acb..89045fcb10 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -33,7 +33,7 @@ * a pointer to an AVClass struct * @param[in] feature string containing the name of the missing feature * @param[in] want_sample indicates if samples are wanted which exhibit this feature. - * If \p want_sample is non-zero, additional verbage will be added to the log + * If want_sample is non-zero, additional verbage will be added to the log * message which tells the user how to report samples to the development * mailing list. */ @@ -48,13 +48,13 @@ void ff_log_missing_feature(void *avc, const char *feature, int want_sample); void ff_log_ask_for_sample(void *avc, const char *msg); /** - * Determines whether \p pix_fmt is a hardware accelerated format. + * Determines whether pix_fmt is a hardware accelerated format. */ int ff_is_hwaccel_pix_fmt(enum PixelFormat pix_fmt); /** - * Returns the hardware accelerated codec for codec \p codec_id and - * pixel format \p pix_fmt. + * Returns the hardware accelerated codec for codec codec_id and + * pixel format pix_fmt. * * @param codec_id the codec to match * @param pix_fmt the pixel format to match -- cgit v1.2.3