mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Moved the doxygen mainpage to doc/mainpage.dox
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
/**
|
|
||||||
@mainpage libssh main documentation
|
|
||||||
@section Introduction
|
|
||||||
|
|
||||||
*/
|
|
||||||
12
doc/mainpage.dox
Normal file
12
doc/mainpage.dox
Normal file
@@ -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
|
||||||
|
* <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...
|
||||||
|
*/
|
||||||
|
|
||||||
@@ -30,18 +30,6 @@
|
|||||||
#ifndef _LIBSSH_PRIV_H
|
#ifndef _LIBSSH_PRIV_H
|
||||||
#define _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"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|||||||
Reference in New Issue
Block a user