diff options
Diffstat (limited to 'examples/backchannel.c')
-rw-r--r-- | examples/backchannel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/backchannel.c b/examples/backchannel.c index 6a21390..7aa0fa1 100644 --- a/examples/backchannel.c +++ b/examples/backchannel.c @@ -1,6 +1,7 @@ #include <rfb/rfb.h> -/* +/** + * @example backchannel.c * This is a simple example demonstrating a protocol extension. * * The "back channel" permits sending commands between client and server. |