From 705a5d46e66d18fe3a50072b12e5245a01fd2ed2 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 18 Nov 2010 13:14:20 +0100 Subject: Add doxygen documentation support. Adds automagically generating libvncserver/libvncclient API documentation using doxygen. This gives a nice overview on both APIs, include dependencies and function call/caller dependencies. TODO: Modify all the explaining comments in the .c files for use with doxygen as well. This patch only changes comments, no functional changes at all! Signed-off-by: Christian Beier --- examples/example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/example.c') diff --git a/examples/example.c b/examples/example.c index 871ab0c..31bc38d 100644 --- a/examples/example.c +++ b/examples/example.c @@ -1,5 +1,5 @@ -/* - * +/** + * @example example.c * This is an example of how to use libvncserver. * * libvncserver example -- cgit v1.2.3