From c5d7c7d33bb90223a057a3b7909681e34890b43e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 18 Dec 2012 01:22:16 +0100 Subject: doc: extend "See Also" chapters in library manuals In particular, make "See Also" chapter rendered in HTML output. --- doc/libavcodec.texi | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'doc/libavcodec.texi') diff --git a/doc/libavcodec.texi b/doc/libavcodec.texi index 928c40b..618f9f6 100644 --- a/doc/libavcodec.texi +++ b/doc/libavcodec.texi @@ -22,6 +22,20 @@ implementing robust and fast codecs as well as for experimentation. @c man end DESCRIPTION +@chapter See Also + +@ifhtml +@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver}, +@url{ffmpeg-codecs.html,ffmpeg-codecs}, @url{ffmpeg-bitstream-filters.html,bitstream-filters}, +@url{libavutil.html,libavutil} +@end ifhtml + +@ifnothtml +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), +ffmpeg-codecs(1), ffmpeg-bitstream-filters(1), +libavutil(3) +@end ifnothtml + @include authors.texi @ignore @@ -29,11 +43,6 @@ implementing robust and fast codecs as well as for experimentation. @setfilename libavcodec @settitle media streams decoding and encoding library -@c man begin SEEALSO -ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1), -ffmpeg-bitstream-filters(1), libavutil(3) -@c man end - @end ignore @bye -- cgit v1.1