diff options
author | Gabor X Toth <*@tg-x.net> | 2016-01-11 21:23:13 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2016-01-11 21:23:13 +0000 |
commit | 1e53d26243bc986844a7b5b53bedeefb61dd7960 (patch) | |
tree | 6cc5f88c8db9ce7faf8be67a044ffa9ebf87e71a /doc/doc.h | |
parent | 65c06e4a6d06d943d085bd7a0792831982cbf555 (diff) |
doxygen config
Diffstat (limited to 'doc/doc.h')
-rw-r--r-- | doc/doc.h | 11 |
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 @@ +/** + * @mainpage GNUnet documentation + * + * @section Introduction + * + * See the [Modules](modules.html) section for documentation of the various services, APIs and libraries of GNUnet. + * + * Some additional documentation can be found under [Files](files.html), in the src/include/ directory. + * + * See also the [handbooks](https://gnunet.org/handbooks) for installation, users, and developers. + */ |