From d978f9b58a3a2bb2769f2ce61af6116f84ad2979 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Dec 2009 23:35:41 +0100 Subject: Moved the doxygen mainpage to doc/mainpage.dox --- doc/mainpage.dox | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/mainpage.dox (limited to 'doc') diff --git a/doc/mainpage.dox b/doc/mainpage.dox new file mode 100644 index 00000000..95f6529f --- /dev/null +++ b/doc/mainpage.dox @@ -0,0 +1,12 @@ +/** + * @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... + */ + -- cgit