aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-12-18 23:35:41 +0100
committerAndreas Schneider <mail@cynapses.org>2009-12-18 23:35:41 +0100
commit1b7877f6edb4ec5d4de2dc66b604445e1847b3b8 (patch)
tree66f69d01206d0eba5991751c29935b6c7643810b
parent7500b0564cb4ddbaad060fbb362b840977b4593a (diff)
downloadlibssh-1b7877f6edb4ec5d4de2dc66b604445e1847b3b8.tar.gz
libssh-1b7877f6edb4ec5d4de2dc66b604445e1847b3b8.tar.xz
libssh-1b7877f6edb4ec5d4de2dc66b604445e1847b3b8.zip
Moved the doxygen mainpage to doc/mainpage.dox
-rw-r--r--doc/documentation.dox5
-rw-r--r--doc/mainpage.dox12
-rw-r--r--include/libssh/priv.h12
3 files changed, 12 insertions, 17 deletions
diff --git a/doc/documentation.dox b/doc/documentation.dox
deleted file mode 100644
index b3dbe721..00000000
--- a/doc/documentation.dox
+++ /dev/null
@@ -1,5 +0,0 @@
-/**
-@mainpage libssh main documentation
-@section Introduction
-
-*/
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
+ * <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...
+ */
+
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 42d0daa7..1b751842 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -30,18 +30,6 @@
#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