aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-15 22:12:27 +0000
committerGabor X Toth <*@tg-x.net>2016-01-15 22:12:27 +0000
commit61e8794662ce2fc6ca669906822840a3743b4b78 (patch)
tree1d774b5430a744416ab46b0d50245770da791bfe /src/include
parent50eaf8d7de763d25b7dae7ffdee8d7c6b5fe71ea (diff)
downloadgnunet-61e8794662ce2fc6ca669906822840a3743b4b78.tar.gz
gnunet-61e8794662ce2fc6ca669906822840a3743b4b78.zip
doxygen: add documentation links
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_arm_service.h3
-rw-r--r--src/include/gnunet_ats_service.h3
-rw-r--r--src/include/gnunet_cadet_service.h5
-rw-r--r--src/include/gnunet_client_lib.h3
-rw-r--r--src/include/gnunet_common.h2
-rw-r--r--src/include/gnunet_container_lib.h4
-rw-r--r--src/include/gnunet_core_service.h3
-rw-r--r--src/include/gnunet_crypto_lib.h7
-rw-r--r--src/include/gnunet_dht_service.h3
-rw-r--r--src/include/gnunet_dns_service.h3
-rw-r--r--src/include/gnunet_fs_service.h3
-rw-r--r--src/include/gnunet_gns_service.h3
-rw-r--r--src/include/gnunet_gnsrecord_lib.h3
-rw-r--r--src/include/gnunet_gnsrecord_plugin.h3
-rw-r--r--src/include/gnunet_hello_lib.h3
-rw-r--r--src/include/gnunet_identity_service.h2
-rw-r--r--src/include/gnunet_mq_lib.h3
-rw-r--r--src/include/gnunet_namecache_plugin.h3
-rw-r--r--src/include/gnunet_namecache_service.h2
-rw-r--r--src/include/gnunet_namestore_service.h2
-rw-r--r--src/include/gnunet_nse_service.h2
-rw-r--r--src/include/gnunet_peerinfo_service.h2
-rw-r--r--src/include/gnunet_peerstore_service.h2
-rw-r--r--src/include/gnunet_protocols.h3
-rw-r--r--src/include/gnunet_regex_service.h2
-rw-r--r--src/include/gnunet_revocation_service.h3
-rw-r--r--src/include/gnunet_server_lib.h2
-rw-r--r--src/include/gnunet_service_lib.h3
-rw-r--r--src/include/gnunet_set_service.h3
-rw-r--r--src/include/gnunet_statistics_service.h2
-rw-r--r--src/include/gnunet_testbed_service.h3
-rw-r--r--src/include/gnunet_testing_lib.h2
-rw-r--r--src/include/gnunet_transport_service.h3
-rw-r--r--src/include/gnunet_util_lib.h2
34 files changed, 93 insertions, 4 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index d9712d57e..1c089497f 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup arm ARM service 27 * @defgroup arm ARM service
28 * Automatic Restart Manager 28 * Automatic Restart Manager
29 *
30 * @see [Documentation](https://gnunet.org/arm)
31 *
29 * @{ 32 * @{
30 */ 33 */
31 34
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 9f57b57e1..f5363ff0e 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup ats ATS service 27 * @defgroup ats ATS service
28 * Automatic Transport Selection and outbound bandwidth determination 28 * Automatic Transport Selection and outbound bandwidth determination
29 *
30 * @see [Documentation](https://gnunet.org/ats-subsystem)
31 *
29 * @{ 32 * @{
30 */ 33 */
31#ifndef GNUNET_ATS_SERVICE_H 34#ifndef GNUNET_ATS_SERVICE_H
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 554bc1fdc..922dc0403 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -27,9 +27,8 @@
27 * @defgroup cadet CADET service 27 * @defgroup cadet CADET service
28 * Confidential Ad-hoc Decentralized End-to-End Transport 28 * Confidential Ad-hoc Decentralized End-to-End Transport
29 * 29 *
30 * See also: 30 * @see [Documentation](https://gnunet.org/cadet-subsystem)
31 * - [CADET documentation](https://gnunet.org/cadet-subsystem) 31 * @see [Paper](https://gnunet.org/cadet)
32 * - [CADET paper](https://gnunet.org/cadet)
33 * 32 *
34 * @{ 33 * @{
35 */ 34 */
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index cdc184d06..9b3a8c7fe 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -26,6 +26,9 @@
26 26
27 * @defgroup client Client library 27 * @defgroup client Client library
28 * Generic client-side communication with services 28 * Generic client-side communication with services
29 *
30 * @see [Documentation](https://gnunet.org/ipc)
31 *
29 * @{ 32 * @{
30 */ 33 */
31 34
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index e455f2082..b69469be1 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -28,6 +28,8 @@
28 * @author Nils Durner 28 * @author Nils Durner
29 * 29 *
30 * @defgroup logging Logging 30 * @defgroup logging Logging
31 * @see [Documentation](https://gnunet.org/logging)
32 *
31 * @defgroup memory Memory management 33 * @defgroup memory Memory management
32 */ 34 */
33#ifndef GNUNET_COMMON_H 35#ifndef GNUNET_COMMON_H
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 3ef64fbb7..6f21be75b 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -28,6 +28,8 @@
28 * @defgroup hashmap Container library: MultiHashMap 28 * @defgroup hashmap Container library: MultiHashMap
29 * Hash map with multiple values per key. 29 * Hash map with multiple values per key.
30 * 30 *
31 * @see [Documentation](https://gnunet.org/util_multihashmap)
32 *
31 * @defgroup heap Container library: Heap 33 * @defgroup heap Container library: Heap
32 * Min- or max-heap with arbitrary element removal 34 * Min- or max-heap with arbitrary element removal
33 * 35 *
@@ -36,6 +38,8 @@
36 * 38 *
37 * @defgroup dll Container library: Doubly-linked list 39 * @defgroup dll Container library: Doubly-linked list
38 * 40 *
41 * @see [Documentation](https://gnunet.org/mdll-api)
42 *
39 * @defgroup metadata Container library: Metadata 43 * @defgroup metadata Container library: Metadata
40 * GNU libextractor key-value pairs 44 * GNU libextractor key-value pairs
41 */ 45 */
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index c7a0bd5e9..8adb5d3d7 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -25,6 +25,9 @@
25 * 25 *
26 * @defgroup core Core service 26 * @defgroup core Core service
27 * Encrypted direct communication between peers 27 * Encrypted direct communication between peers
28 *
29 * @see [Documentation](https://gnunet.org/gnunet-core-subsystem)
30 *
28 * @{ 31 * @{
29 */ 32 */
30#ifndef GNUNET_CORE_SERVICE_H 33#ifndef GNUNET_CORE_SERVICE_H
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 4e6dc93ab..77b4d0452 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -29,9 +29,14 @@
29 * @author Tzvetan Horozov 29 * @author Tzvetan Horozov
30 * 30 *
31 * @defgroup crypto Crypto library: cryptographic operations 31 * @defgroup crypto Crypto library: cryptographic operations
32 * Provides cryptographic primitives.
33 *
34 * @see [Documentation](https://gnunet.org/crypto-api)
32 * 35 *
33 * @defgroup hash Crypto library: hash operations 36 * @defgroup hash Crypto library: hash operations
34 * Hashing and operations on hashes 37 * Provides hashing and operations on hashes.
38 *
39 * @see [Documentation](https://gnunet.org/crypto-api)
35 */ 40 */
36 41
37#ifndef GNUNET_CRYPTO_LIB_H 42#ifndef GNUNET_CRYPTO_LIB_H
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index b8337fe54..e31db9491 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup dht DHT service 27 * @defgroup dht DHT service
28 * Distributed Hash Table 28 * Distributed Hash Table
29 *
30 * @see [Documentation](https://gnunet.org/developer-handbook-dht)
31 *
29 * @{ 32 * @{
30 */ 33 */
31 34
diff --git a/src/include/gnunet_dns_service.h b/src/include/gnunet_dns_service.h
index 973964764..4e8efb488 100644
--- a/src/include/gnunet_dns_service.h
+++ b/src/include/gnunet_dns_service.h
@@ -25,6 +25,9 @@
25 * API to access the DNS service. 25 * API to access the DNS service.
26 * 26 *
27 * @defgroup dns DNS service 27 * @defgroup dns DNS service
28 *
29 * @see [Documentation](https://gnunet.org/gnunet-service-dns)
30 *
28 * @{ 31 * @{
29 */ 32 */
30#ifndef GNUNET_DNS_SERVICE_H 33#ifndef GNUNET_DNS_SERVICE_H
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 9dfd1bad3..6064dedba 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -25,6 +25,9 @@
25 * 25 *
26 * @defgroup fs FS service 26 * @defgroup fs FS service
27 * File sharing 27 * File sharing
28 *
29 * @see [Documentation](https://gnunet.org/file-sharing-service)
30 *
28 * @{ 31 * @{
29 */ 32 */
30#ifndef GNUNET_FS_LIB_H 33#ifndef GNUNET_FS_LIB_H
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 2d511755e..3593b70d0 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup gns GNS service 27 * @defgroup gns GNS service
28 * GNU Name System 28 * GNU Name System
29 *
30 * @see [Documentation](https://gnunet.org/gns-implementation)
31 *
29 * @{ 32 * @{
30 */ 33 */
31#ifndef GNUNET_GNS_SERVICE_H 34#ifndef GNUNET_GNS_SERVICE_H
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 2a025b3ac..83e3df374 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup gnsrecord GNS Record library 27 * @defgroup gnsrecord GNS Record library
28 * Manipulate GNS record data 28 * Manipulate GNS record data
29 *
30 * @see [Documentation](https://gnunet.org/gns-plugins)
31 *
29 * @{ 32 * @{
30 */ 33 */
31#ifndef GNUNET_GNSRECORD_LIB_H 34#ifndef GNUNET_GNSRECORD_LIB_H
diff --git a/src/include/gnunet_gnsrecord_plugin.h b/src/include/gnunet_gnsrecord_plugin.h
index e35e0997b..abcab59bd 100644
--- a/src/include/gnunet_gnsrecord_plugin.h
+++ b/src/include/gnunet_gnsrecord_plugin.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup gnsrecord-plugin GNS Record plugin API 27 * @defgroup gnsrecord-plugin GNS Record plugin API
28 * To be implemented by applications defining new record types. 28 * To be implemented by applications defining new record types.
29 *
30 * @see [Documentation](https://gnunet.org/gns-plugins)
31 *
29 * @{ 32 * @{
30 */ 33 */
31#ifndef GNUNET_GNSRECORD_PLUGIN_H 34#ifndef GNUNET_GNSRECORD_PLUGIN_H
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index 81beaa75e..5c1dcc98c 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -25,6 +25,9 @@
25 * 25 *
26 * @defgroup hello Hello library 26 * @defgroup hello Hello library
27 * Helper library for handling HELLOs 27 * Helper library for handling HELLOs
28 *
29 * @see [Documentation](https://gnunet.org/gnunets-hostlist-subsystem)
30 *
28 * @{ 31 * @{
29 */ 32 */
30 33
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index fa39a33d7..43b84f281 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -35,6 +35,8 @@
35 * (public keys). For giving names to other users and manage their 35 * (public keys). For giving names to other users and manage their
36 * public keys securely, we use GNS. 36 * public keys securely, we use GNS.
37 * 37 *
38 * @see [Documentation](https://gnunet.org/identity-subsystem)
39 *
38 * @{ 40 * @{
39 */ 41 */
40#ifndef GNUNET_IDENTITY_SERVICE_H 42#ifndef GNUNET_IDENTITY_SERVICE_H
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 54559a77d..81ddc4bb8 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup mq MQ library 27 * @defgroup mq MQ library
28 * General-purpose message queue 28 * General-purpose message queue
29 *
30 * @see [Documentation](https://gnunet.org/message-queue-api)
31 *
29 * @{ 32 * @{
30 */ 33 */
31#ifndef GNUNET_MQ_H 34#ifndef GNUNET_MQ_H
diff --git a/src/include/gnunet_namecache_plugin.h b/src/include/gnunet_namecache_plugin.h
index 31a235b66..c2892cd67 100644
--- a/src/include/gnunet_namecache_plugin.h
+++ b/src/include/gnunet_namecache_plugin.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup namecache-plugin Name Cache service plugin API 27 * @defgroup namecache-plugin Name Cache service plugin API
28 * Plugin API for the namecache database backend. 28 * Plugin API for the namecache database backend.
29 *
30 * @see [Documentation](https://gnunet.org/namecache-plugin-api)
31 *
29 * @{ 32 * @{
30 */ 33 */
31#ifndef GNUNET_NAMECACHE_PLUGIN_H 34#ifndef GNUNET_NAMECACHE_PLUGIN_H
diff --git a/src/include/gnunet_namecache_service.h b/src/include/gnunet_namecache_service.h
index da0e53859..5cb06199f 100644
--- a/src/include/gnunet_namecache_service.h
+++ b/src/include/gnunet_namecache_service.h
@@ -31,6 +31,8 @@
31 * authoritative, or blocks which are cached, encrypted naming data from other 31 * authoritative, or blocks which are cached, encrypted naming data from other
32 * peers. 32 * peers.
33 * 33 *
34 * @see [Documentation](https://gnunet.org/namecache-subsystem)
35 *
34 * @{ 36 * @{
35 */ 37 */
36#ifndef GNUNET_NAMECACHE_SERVICE_H 38#ifndef GNUNET_NAMECACHE_SERVICE_H
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index b1cb81240..5cfe4d08a 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -31,6 +31,8 @@
31 * authoritative, or blocks which are cached, encrypted naming data from other 31 * authoritative, or blocks which are cached, encrypted naming data from other
32 * peers. 32 * peers.
33 * 33 *
34 * @see [Documentation](https://gnunet.org/namestore-subsystem)
35 *
34 * @{ 36 * @{
35 */ 37 */
36#ifndef GNUNET_NAMESTORE_SERVICE_H 38#ifndef GNUNET_NAMESTORE_SERVICE_H
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 91a185992..3b8cb975e 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -34,6 +34,8 @@
34 * also to register for notifications whenever a new 34 * also to register for notifications whenever a new
35 * network size estimate is calculated. 35 * network size estimate is calculated.
36 * 36 *
37 * @see [Documentation](https://gnunet.org/gnunet-nse-subsystem)
38 *
37 * @{ 39 * @{
38 */ 40 */
39 41
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index b1996b3e6..35ef54d5e 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -28,6 +28,8 @@
28 * 28 *
29 * Holds an in-memory structure of data/hosts. 29 * Holds an in-memory structure of data/hosts.
30 * 30 *
31 * @see [Documentation](https://gnunet.org/gnunets-peerinfo-subsystem)
32 *
31 * @{ 33 * @{
32 */ 34 */
33 35
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index 7520efad1..63ec0167b 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -26,6 +26,8 @@
26 * 26 *
27 * @defgroup peerstore Peer Store service 27 * @defgroup peerstore Peer Store service
28 * 28 *
29 * @see [Documentation](https://gnunet.org/gnunets-peerstore-subsystem)
30 *
29 * @{ 31 * @{
30 */ 32 */
31#ifndef GNUNET_PEERSTORE_SERVICE_H 33#ifndef GNUNET_PEERSTORE_SERVICE_H
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index de029aeae..0251c57fe 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup protocols Network protocol definitions 27 * @defgroup protocols Network protocol definitions
28 * Types of messages used in GNUnet. 28 * Types of messages used in GNUnet.
29 *
30 * @see [Documentation](https://gnunet.org/ipc)
31 *
29 * @{ 32 * @{
30 */ 33 */
31 34
diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h
index 67cf2106f..b8ada6950 100644
--- a/src/include/gnunet_regex_service.h
+++ b/src/include/gnunet_regex_service.h
@@ -29,6 +29,8 @@
29 * Advertise capabilities via RegEx and discover 29 * Advertise capabilities via RegEx and discover
30 * respective peers using matching strings. 30 * respective peers using matching strings.
31 * 31 *
32 * @see [Documentation](https://gnunet.org/regex)
33 *
32 * @{ 34 * @{
33 */ 35 */
34#ifndef GNUNET_REGEX_SERVICE_H 36#ifndef GNUNET_REGEX_SERVICE_H
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index d25e95404..afb8ccc6f 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -29,6 +29,9 @@
29 * 29 *
30 * @defgroup revocation Revocation service 30 * @defgroup revocation Revocation service
31 * Perform and access key revocations. 31 * Perform and access key revocations.
32 *
33 * @see [Documentation](https://gnunet.org/revocation-subsystem)
34 *
32 * @{ 35 * @{
33 */ 36 */
34 37
diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h
index 86b2d9de7..821305c5a 100644
--- a/src/include/gnunet_server_lib.h
+++ b/src/include/gnunet_server_lib.h
@@ -29,6 +29,8 @@
29 * 29 *
30 * Provides functions for a server that communicates with clients. 30 * Provides functions for a server that communicates with clients.
31 * 31 *
32 * @see [Documentation](https://gnunet.org/ipc)
33 *
32 * @{ 34 * @{
33 */ 35 */
34 36
diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h
index 589ea0270..bf05293a2 100644
--- a/src/include/gnunet_service_lib.h
+++ b/src/include/gnunet_service_lib.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup service Service library 27 * @defgroup service Service library
28 * Start service processes. 28 * Start service processes.
29 *
30 * @see [Documentation](https://gnunet.org/developer-handbook-util-services)
31 *
29 * @{ 32 * @{
30 */ 33 */
31 34
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 75dc6049e..b734657be 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -27,6 +27,9 @@
27 * 27 *
28 * @defgroup set Set service 28 * @defgroup set Set service
29 * Two-peer set operations 29 * Two-peer set operations
30 *
31 * @see [Documentation](https://gnunet.org/set-subsystem)
32 *
30 * @{ 33 * @{
31 */ 34 */
32 35
diff --git a/src/include/gnunet_statistics_service.h b/src/include/gnunet_statistics_service.h
index 7e6b969e2..2f33d29bd 100644
--- a/src/include/gnunet_statistics_service.h
+++ b/src/include/gnunet_statistics_service.h
@@ -31,6 +31,8 @@
31 * 31 *
32 * All statistical values must be of type `unsigned long long`. 32 * All statistical values must be of type `unsigned long long`.
33 * 33 *
34 * @see [Documentation](https://gnunet.org/gnunet-statistics-subsystem)
35 *
34 * @{ 36 * @{
35 */ 37 */
36 38
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 04d7e93d6..4fbda3667 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup testbed Testbed service 27 * @defgroup testbed Testbed service
28 * Writing tests and creating large-scale emulation testbeds for GNUnet. 28 * Writing tests and creating large-scale emulation testbeds for GNUnet.
29 *
30 * @see [Documentation](https://gnunet.org/gnunet-testbed-subsystem)
31 *
29 * @{ 32 * @{
30 */ 33 */
31 34
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 616125adc..3cb371b71 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -33,6 +33,8 @@
33 * management or distributed testbed maintenance (those are provided by the 33 * management or distributed testbed maintenance (those are provided by the
34 * [Testbed service](@ref testbed)) 34 * [Testbed service](@ref testbed))
35 * 35 *
36 * @see [Documentation](https://gnunet.org/writing_testcases)
37 *
36 * @{ 38 * @{
37 */ 39 */
38 40
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 750330665..09651052e 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -26,6 +26,9 @@
26 * 26 *
27 * @defgroup transport Transport service 27 * @defgroup transport Transport service
28 * Low-level P2P IO 28 * Low-level P2P IO
29 *
30 * @see [Documentation](https://gnunet.org/transport-service)
31 *
29 * @{ 32 * @{
30 */ 33 */
31 34
diff --git a/src/include/gnunet_util_lib.h b/src/include/gnunet_util_lib.h
index c2e18dd7c..b886953e7 100644
--- a/src/include/gnunet_util_lib.h
+++ b/src/include/gnunet_util_lib.h
@@ -23,6 +23,8 @@
23 * 23 *
24 * @file 24 * @file
25 * Convenience header including all headers of subsystems in the gnunet_util library 25 * Convenience header including all headers of subsystems in the gnunet_util library
26 *
27 * @see [Documentation](https://gnunet.org/libgnuneutil)
26 */ 28 */
27 29
28#ifndef GNUNET_UTIL_LIB_H 30#ifndef GNUNET_UTIL_LIB_H