1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

Added a mainpage to doxygen.

This commit is contained in:
Andreas Schneider
2009-12-18 23:11:25 +01:00
parent e124249a8b
commit 0c992ece3b

View File

@@ -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
* <a href="http://dev.libssh.org/wiki/Tutorial" target="_blank">tutorial</a>
* and the specification; those can be found at the <a
* href="http://www.libssh.org/" target="_blank">libssh website</a>.
*
* To be continued...
*/
#include "config.h"
#ifdef _MSC_VER