aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:13 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:13 +0000
commit1e53d26243bc986844a7b5b53bedeefb61dd7960 (patch)
tree6cc5f88c8db9ce7faf8be67a044ffa9ebf87e71a /doc/doc.h
parent65c06e4a6d06d943d085bd7a0792831982cbf555 (diff)
downloadgnunet-1e53d26243bc986844a7b5b53bedeefb61dd7960.tar.gz
gnunet-1e53d26243bc986844a7b5b53bedeefb61dd7960.zip
doxygen config
Diffstat (limited to 'doc/doc.h')
-rw-r--r--doc/doc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/doc.h b/doc/doc.h
new file mode 100644
index 000000000..df8fe6c0c
--- /dev/null
+++ b/doc/doc.h
@@ -0,0 +1,11 @@
1/**
2 * @mainpage GNUnet documentation
3 *
4 * @section Introduction
5 *
6 * See the [Modules](modules.html) section for documentation of the various services, APIs and libraries of GNUnet.
7 *
8 * Some additional documentation can be found under [Files](files.html), in the src/include/ directory.
9 *
10 * See also the [handbooks](https://gnunet.org/handbooks) for installation, users, and developers.
11 */