Improved doxygen comments for CSimulatorInternals.

This commit is contained in:
Mat Sutcliffe
2019-06-29 15:34:00 +01:00
parent 73d3a341da
commit f95df7455b
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ namespace BlackMisc
namespace Simulation
{
//! Simulator internals for flight simulators.
//! Those are set up at runtime and represent information about the simulator (like a small registry)
//! Those are obtained from a running simulator and represent information about the simulator (like a small registry)
class BLACKMISC_EXPORT CSimulatorInternals : public CValueObject<CSimulatorInternals>
{
public: