summaryrefslogtreecommitdiff
path: root/modules/snapshot
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-11-29 21:56:07 +0100
committerAlfred E. Heggestad <aeh@db.org>2015-11-29 21:56:07 +0100
commitd94d4acbc9c5c5cb77700a873a0208540ea8e8e8 (patch)
treeb4a3989c7f06691ce9ce9440a58fe25e9a2e52a0 /modules/snapshot
parent82dd23761e6b2631987bf10e167bb37552fd60cb (diff)
modules: add documentation blocks
Diffstat (limited to 'modules/snapshot')
-rw-r--r--modules/snapshot/snapshot.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/snapshot/snapshot.c b/modules/snapshot/snapshot.c
index d22806e..b71edbd 100644
--- a/modules/snapshot/snapshot.c
+++ b/modules/snapshot/snapshot.c
@@ -10,6 +10,20 @@
#include "png_vf.h"
+/**
+ * @defgroup snapshot snapshot
+ *
+ * Take snapshot of the video stream and save it as PNG-files
+ *
+ *
+ * Commands:
+ *
+ \verbatim
+ O Take video snapshot
+ \endverbatim
+ */
+
+
static bool flag_enc, flag_dec;