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