summaryrefslogtreecommitdiffstats
path: root/examples/camera.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/camera.c')
-rw-r--r--examples/camera.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/camera.c b/examples/camera.c
index 23cb91a..7077790 100644
--- a/examples/camera.c
+++ b/examples/camera.c
@@ -1,5 +1,6 @@
-/*
+/**
+ * @example camera.c
* Question: I need to display a live camera image via VNC. Until now I just
* grab an image, set the rect to modified and do a 0.1 s sleep to give the
* system time to transfer the data.