# HG changeset patch # User stefano # Date 1262348898 0 # Node ID 2bcd7a44350f60c69ade4d180b1dee1991212f11 # Parent f108c5d107930e277e4575c5a2d8e01d08e51d09 Remove residual use of the doxygen markup which is deprecated, consistent with r19122. diff -r f108c5d10793 -r 2bcd7a44350f h263.c --- a/h263.c Thu Dec 31 01:27:47 2009 +0000 +++ b/h263.c Fri Jan 01 12:28:18 2010 +0000 @@ -3420,7 +3420,7 @@ * finds the next resync_marker * @param p pointer to buffer to scan * @param end pointer to the end of the buffer - * @return pointer to the next resync_marker, or \p end if none was found + * @return pointer to the next resync_marker, or end if none was found */ const uint8_t *ff_h263_find_resync_marker(const uint8_t *restrict p, const uint8_t * restrict end) {