From 7e6eaefd4243d08bdb2506f179f268d4a88ffa04 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 11 Apr 2016 13:52:57 +0200 Subject: [PATCH] Doxygen annotation update --- ZRCola/zrcolaapp.h | 4 ++-- lib/libZRCola/include/zrcola/common.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZRCola/zrcolaapp.h b/ZRCola/zrcolaapp.h index 8f03176..26d15e1 100644 --- a/ZRCola/zrcolaapp.h +++ b/ZRCola/zrcolaapp.h @@ -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(); diff --git a/lib/libZRCola/include/zrcola/common.h b/lib/libZRCola/include/zrcola/common.h index 639c7ec..0d33fe7 100644 --- a/lib/libZRCola/include/zrcola/common.h +++ b/lib/libZRCola/include/zrcola/common.h @@ -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 {