Doxygen annotation update

This commit is contained in:
Simon Rozman 2016-04-11 13:52:57 +02:00
parent f735bd5bee
commit 7e6eaefd42
2 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@ public:
/// Called when application initializes.
///
/// \returns
/// - true if initialization succeeded
/// - false otherwise
/// - \c true if initialization succeeded
/// - \c false otherwise
///
virtual bool OnInit();

View File

@ -180,8 +180,8 @@ namespace ZRCola {
/// \param[out] end Index of the first non-matching element found
///
/// \returns
/// - true if found
/// - false otherwise
/// - \c true if found
/// - \c false otherwise
///
bool find(_In_ const T_data &el, _Out_ size_type &start, _Out_ size_type &end) const
{