diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-18 01:22:16 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-19 09:33:44 +0100 |
commit | c5d7c7d33bb90223a057a3b7909681e34890b43e (patch) | |
tree | 63d5a520d17bd359dff7001a2e78f45921ab8c9d /doc/libavformat.texi | |
parent | 9b323a9b952897ca96818b84dbce7cba9e2d51de (diff) | |
download | ffmpeg-c5d7c7d33bb90223a057a3b7909681e34890b43e.tar.gz |
doc: extend "See Also" chapters in library manuals
In particular, make "See Also" chapter rendered in HTML output.
Diffstat (limited to 'doc/libavformat.texi')
-rw-r--r-- | doc/libavformat.texi | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/libavformat.texi b/doc/libavformat.texi index 349a925b96..85e49cb952 100644 --- a/doc/libavformat.texi +++ b/doc/libavformat.texi @@ -22,6 +22,20 @@ resource. @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-formats.html,ffmpeg-formats}, @url{ffmpeg-protocols.html,ffmpeg-protocols}, +@url{libavutil.html,libavutil}, @url{libavcodec.html,libavcodec} +@end ifhtml + +@ifnothtml +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), +ffmpeg-formats(1), ffmpeg-protocols(1), +libavutil(3), libavcodec(3) +@end ifnothtml + @include authors.texi @ignore @@ -29,10 +43,6 @@ resource. @setfilename libavformat @settitle multimedia muxing and demuxing library -@c man begin SEEALSO -ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1), ffmpeg-protocols(1) -@c man end - @end ignore @bye |