From f8c514bef6ffe521a06eac410664228792ef2ba1 Mon Sep 17 00:00:00 2001 From: thor Date: Fri, 16 Apr 2021 11:56:27 +0000 Subject: [PATCH] doc: more doxygen git-svn-id: svn://scm.orgis.org/mpg123/trunk@4839 35dc7657-300d-0410-a2e5-dc2837fedb53 --- doc/examples/extract_frames.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/examples/extract_frames.c b/doc/examples/extract_frames.c index c20ff514..6fd523f8 100644 --- a/doc/examples/extract_frames.c +++ b/doc/examples/extract_frames.c @@ -18,8 +18,10 @@ #include #include +/** The actual work on the existing handle. */ int do_work(mpg123_handle *m); +/** The main program. */ int main(int argc, char **argv) { int ret = 0;