Add missing namespace comments

This commit is contained in:
jonawals
2021-05-28 15:55:13 +01:00
parent 5fd23cef35
commit f21794b193
2 changed files with 5 additions and 4 deletions
@@ -29,6 +29,7 @@ namespace TestImpact
Timeout //!< The test sequence runtime exceeded the global timeout value.
};
//! Entry point for the console front end application.
[[nodiscard]] ReturnCode Main(int argc, char** argv);
}
}
} // namespace Console
} // namespace TestImpact
@@ -272,5 +272,5 @@ namespace TestImpact
return ReturnCode::UnknownError;
}
}
}
}
} // namespace Console
} // namespace TestImpact