From 6928432da745f3dadea85855bbc3be3012ea6f7c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 11 Nov 2008 23:39:06 +0100 Subject: [PATCH] Start writing the mainpage for the API reference. This should also contain a general overview.. --- adu.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/adu.c b/adu.c index cd77fd9..f907cf4 100644 --- a/adu.c +++ b/adu.c @@ -5,6 +5,17 @@ */ /** \file adu.c \brief The main functions used by all modes of operation. */ + +/** + * \mainpage adu API reference + * + * - Modes of operation: \ref select.c, \ref create.c, \ref interactive.c + * - User handling: \ref user.c + * - Error handling: \ref error.h + * - Library-type functions: \ref fd.c, \ref format.c, \ref string.c, \ref portable_io.h + * - Generated files: \ref cmdline.h, \ref select.cmdline.h + */ + #include "adu.h" #include /* readdir() */ #include -- 2.39.2