diff --git a/include/MantleAPI/Common/unit_definitions.h b/include/MantleAPI/Common/unit_definitions.h
index efc274c7c8c5ee535fb7089ecac0eed35c585bc6..d3b227fdc78c052793500575bed93d02d4efbe27 100644
--- a/include/MantleAPI/Common/unit_definitions.h
+++ b/include/MantleAPI/Common/unit_definitions.h
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2024, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+ * Copyright (c) 2024-2025, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
  *
  * This program and the accompanying materials are made
  * available under the terms of the Eclipse Public License 2.0
@@ -17,9 +17,9 @@
 
 #include <units.h>
 
+/// @cond
 namespace units
 {
-
 /// Adds a single new unit to the given namespace, as well as a literal definition and `cout` support based on the given
 /// `abbreviation`.
 UNIT_ADD(angular_acceleration,
@@ -86,4 +86,6 @@ UNIT_ADD_CATEGORY_TRAIT(curve)
 
 }  // namespace units
 
+/// @endcond
+
 #endif  // MANTLEAPI_COMMON_UNIT_DEFINITIONS_H