Skip to content
Snippets Groups Projects

Fix Doxygen warnings

Merged Naida Goro requested to merge feature/MantleAPI-Doxygen into develop
9 files
+ 85
20
Compare changes
  • Side-by-side
  • Inline
Files
9
/*******************************************************************************
* Copyright (c) 2021 in-tech GmbH
* 2022-2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* 2022-2024 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
@@ -45,6 +45,9 @@ public:
//! @return System of an agent
const System& GetSystem() const { return system; }
//! @brief Adds an entity to the controller
//!
//! @param entity The entity to be manipulated by the controller
void AddEntity(Entity* entity)
{
entity->SetSystem(system);
Loading