From 0c992ece3b3d4a69d1238fba7d09f6d7ddb19f7e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Dec 2009 23:11:25 +0100 Subject: Added a mainpage to doxygen. --- include/libssh/priv.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 1b751842..42d0daa7 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -30,6 +30,18 @@ #ifndef _LIBSSH_PRIV_H #define _LIBSSH_PRIV_H +/** + * @mainpage + * This manual documents the libssh C API. + * + * There are several other places to look for libssh information, such as the + * tutorial + * and the specification; those can be found at the libssh website. + * + * To be continued... + */ + #include "config.h" #ifdef _MSC_VER -- cgit