diff options
Diffstat (limited to 'client_examples/ppmtest.c')
-rw-r--r-- | client_examples/ppmtest.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client_examples/ppmtest.c b/client_examples/ppmtest.c index 0422937..b8602f0 100644 --- a/client_examples/ppmtest.c +++ b/client_examples/ppmtest.c @@ -1,4 +1,7 @@ -/* A simple example of an RFB client */ +/** + * @example ppmtest.c + * A simple example of an RFB client + */ #include <stdio.h> #include <stdlib.h> |