From 0c2e2cae681cb29ccbd1086458dde75b2141a8b3 Mon Sep 17 00:00:00 2001 From: Martin Koch Date: Wed, 16 Oct 2019 16:22:46 +0200 Subject: add a documentation to the global namespace 'am' - the presence of this documentation enables doxygen (as of version 1.8.11) to resolve \ref links not only for classes, but also for documented enums, typedefs and defines. --- include/audiomanagertypes.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/audiomanagertypes.h b/include/audiomanagertypes.h index 8651185..99e01e2 100755 --- a/include/audiomanagertypes.h +++ b/include/audiomanagertypes.h @@ -37,6 +37,9 @@ #endif +/** + * Container to host all types and classes related to the GenIVI Audio-Manager + */ namespace am { /** -- cgit v1.2.1