aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-02-15 14:31:32 +0100
committert3sserakt <t3ss@posteo.de>2023-02-15 14:31:32 +0100
commit200be13896d919f1f86cd6d46be6c4efea365b70 (patch)
tree28f1b4126fd90d2018a4453700b5dc6c22e5badd
parent6b83e9a453ffc9ea0347a7e725c3a9b6d2a32517 (diff)
downloadgnunet-200be13896d919f1f86cd6d46be6c4efea365b70.tar.gz
gnunet-200be13896d919f1f86cd6d46be6c4efea365b70.zip
TNG: Added seperate doxygen group for TNG.
-rw-r--r--src/include/gnunet_transport_application_service.h2
-rw-r--r--src/include/gnunet_transport_communication_service.h2
-rw-r--r--src/include/gnunet_transport_core_service.h2
-rw-r--r--src/include/gnunet_transport_monitor_service.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_transport_application_service.h b/src/include/gnunet_transport_application_service.h
index 6ec1aa578..47f07a5f8 100644
--- a/src/include/gnunet_transport_application_service.h
+++ b/src/include/gnunet_transport_application_service.h
@@ -27,7 +27,7 @@
27 * @author Christian Grothoff 27 * @author Christian Grothoff
28 * @author Matthias Wachs 28 * @author Matthias Wachs
29 * 29 *
30 * @defgroup transport Transport service 30 * @defgroup TNG Transport Next Generation service
31 * @{ 31 * @{
32 */ 32 */
33#ifndef GNUNET_TRANSPORT_APPLICATION_SERVICE_H 33#ifndef GNUNET_TRANSPORT_APPLICATION_SERVICE_H
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index b523f1536..a705b1970 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -27,7 +27,7 @@
27 * @file 27 * @file
28 * API of the transport service towards the communicator processes. 28 * API of the transport service towards the communicator processes.
29 * 29 *
30 * @defgroup transport TRANSPORT service 30 * @defgroup TNG Transport Next Generation service
31 * Low-level communication with other peers 31 * Low-level communication with other peers
32 * 32 *
33 * @see [Documentation](https://gnunet.org/transport-service) 33 * @see [Documentation](https://gnunet.org/transport-service)
diff --git a/src/include/gnunet_transport_core_service.h b/src/include/gnunet_transport_core_service.h
index 9153161d3..f7907a12d 100644
--- a/src/include/gnunet_transport_core_service.h
+++ b/src/include/gnunet_transport_core_service.h
@@ -26,7 +26,7 @@
26 * @file 26 * @file
27 * API of the transport service towards the CORE service (TNG version) 27 * API of the transport service towards the CORE service (TNG version)
28 * 28 *
29 * @defgroup transport TRANSPORT service 29 * @defgroup TNG Transport Next Generation service
30 * Communication with other peers 30 * Communication with other peers
31 * 31 *
32 * @see [Documentation](https://gnunet.org/transport-service) 32 * @see [Documentation](https://gnunet.org/transport-service)
diff --git a/src/include/gnunet_transport_monitor_service.h b/src/include/gnunet_transport_monitor_service.h
index acf7ade69..6b9eb8076 100644
--- a/src/include/gnunet_transport_monitor_service.h
+++ b/src/include/gnunet_transport_monitor_service.h
@@ -27,7 +27,7 @@
27 * @file 27 * @file
28 * Monitoring / diagnostics API for the transport service 28 * Monitoring / diagnostics API for the transport service
29 * 29 *
30 * @defgroup transport TRANSPORT service 30 * @defgroup TNG Transport Next Generation service
31 * Communication with other peers 31 * Communication with other peers
32 * 32 *
33 * @see [Documentation](https://gnunet.org/transport-service) 33 * @see [Documentation](https://gnunet.org/transport-service)