X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=adu.c;fp=adu.c;h=f907cf476a9cf7a062623488bb4f8afbc5d29173;hp=cd77fd9f9f4741b7c9f805072737bc4216f1f36e;hb=6928432da745f3dadea85855bbc3be3012ea6f7c;hpb=d2ce6e60cb915dff3a0920a0b48f786435bd4ec8 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