aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-23 21:05:07 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-24 04:08:19 +0700
commitf36b76211f8bae3f372f7202827a718e125706f1 (patch)
tree0e6a6b321fc2d8ad9c3274bd501bbac08cb8aa39
parentb904e428aa03c806a39b11bcda296bf63fec494e (diff)
application: do not document unrelated forward-declarations
-rw-r--r--include/osmocom/core/application.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/osmocom/core/application.h b/include/osmocom/core/application.h
index edf59ed4..67a59088 100644
--- a/include/osmocom/core/application.h
+++ b/include/osmocom/core/application.h
@@ -2,17 +2,14 @@
#include <osmocom/core/defs.h>
+struct log_info;
+struct log_target;
+
/*!
* \file application.h
* Routines for helping with the osmocom application setup.
*/
-/*! information containing the available logging subsystems */
-struct log_info;
-
-/*! one instance of a logging target (file, stderr, ...) */
-struct log_target;
-
/*! the default logging target, logging to stderr */
extern struct log_target *osmo_stderr_target;