diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-01-15 02:57:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-02-11 17:49:01 +0100 |
commit | 34ff361921ef3698d18626a7b7e1e9a48821c69a (patch) | |
tree | e3ebaa1f074f747dc02d843108a4825701b3bc11 /doc/examples/avio_http_serve_files.c | |
parent | 3d4dc6aa778e60073f608d379139b46051da2302 (diff) | |
download | ffmpeg-34ff361921ef3698d18626a7b7e1e9a48821c69a.tar.gz |
examples: apply doxy entries consistency fixes
Use consistent format for the @file field and file description.
Diffstat (limited to 'doc/examples/avio_http_serve_files.c')
-rw-r--r-- | doc/examples/avio_http_serve_files.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/examples/avio_http_serve_files.c b/doc/examples/avio_http_serve_files.c index d6a1d146f3..2aae3870c2 100644 --- a/doc/examples/avio_http_serve_files.c +++ b/doc/examples/avio_http_serve_files.c @@ -21,12 +21,11 @@ */ /** - * @file - * libavformat multi-client network API usage example. - * + * @file libavformat multi-client network API usage example * @example avio_http_serve_files.c - * This example will serve a file without decoding or demuxing it over http. - * Multiple clients can connect and will receive the same file. + * + * Serve a file without decoding or demuxing it over the HTTP protocol. Multiple + * clients can connect and will receive the same file. */ #include <libavformat/avformat.h> |