Doxygen annotation update
This commit is contained in:
parent
f735bd5bee
commit
7e6eaefd42
@ -42,8 +42,8 @@ public:
|
|||||||
/// Called when application initializes.
|
/// Called when application initializes.
|
||||||
///
|
///
|
||||||
/// \returns
|
/// \returns
|
||||||
/// - true if initialization succeeded
|
/// - \c true if initialization succeeded
|
||||||
/// - false otherwise
|
/// - \c false otherwise
|
||||||
///
|
///
|
||||||
virtual bool OnInit();
|
virtual bool OnInit();
|
||||||
|
|
||||||
|
@ -180,8 +180,8 @@ namespace ZRCola {
|
|||||||
/// \param[out] end Index of the first non-matching element found
|
/// \param[out] end Index of the first non-matching element found
|
||||||
///
|
///
|
||||||
/// \returns
|
/// \returns
|
||||||
/// - true if found
|
/// - \c true if found
|
||||||
/// - false otherwise
|
/// - \c false otherwise
|
||||||
///
|
///
|
||||||
bool find(_In_ const T_data &el, _Out_ size_type &start, _Out_ size_type &end) const
|
bool find(_In_ const T_data &el, _Out_ size_type &start, _Out_ size_type &end) const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user