Fix source code not in sync with doxygen doc

refs #544
This commit is contained in:
Roland Winklmeier
2016-02-07 18:40:28 +01:00
parent 794bf0cd74
commit 055e4aae17
14 changed files with 22 additions and 22 deletions

View File

@@ -345,8 +345,8 @@ namespace BlackMisc
//! \copydoc IWebDataServicesProvider::getMetars
BlackMisc::Weather::CMetarSet getMetars() const;
int getMetarCount() const;
//! \copydoc IWebDataServicesProvider::getMetarsCount
int getMetarsCount() const;
//! \copydoc IWebDataServicesProvider::updateWithVatsimDataFileData
void updateWithVatsimDataFileData(BlackMisc::Simulation::CSimulatedAircraft &aircraftToBeUdpated) const;