Add missing namespace comments
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
+2
-2
@@ -272,5 +272,5 @@ namespace TestImpact
|
||||
return ReturnCode::UnknownError;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace Console
|
||||
} // namespace TestImpact
|
||||
|
||||
Reference in New Issue
Block a user