Formatting, doxygen, typo aircrafts (to aircraft),

removed some debug output, {} in if statements
This commit is contained in:
Klaus Basan
2014-12-15 00:52:58 +01:00
parent ca19ee8053
commit 366769a6b8
43 changed files with 189 additions and 163 deletions

View File

@@ -25,9 +25,7 @@ namespace BlackMisc
{
namespace Aviation
{
/*!
* Value object encapsulating a list of aircrafts.
*/
//! Value object encapsulating a list of aircrafts.
class CAircraftList : public CSequence<CAircraft>
{
public: