From e56eeb4ef9902262cc9ed1b5fdafb96edef025cf Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 1 May 2014 19:40:03 +0200 Subject: [PATCH] Typo --- src/blacksim/simulatorsetup.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/blacksim/simulatorsetup.h b/src/blacksim/simulatorsetup.h index b1c58d26f..2251b9bfb 100644 --- a/src/blacksim/simulatorsetup.h +++ b/src/blacksim/simulatorsetup.h @@ -13,7 +13,9 @@ namespace BlackSim { /*! - * \brief Simulator settings for MS Flight sims + * \brief Simulator settings for flight simulators + * \details Represents the generic part of a simulator setup ("common denominator"), + * details kept in specialized classes */ class CSimulatorSetup {