From f54c646fb0561e54bca0ee2c17847bb9e7123304 Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Wed, 21 Aug 2013 15:20:28 +0000 Subject: [PATCH] Fix html documentation warnings. See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/html/helpctrl.h | 2 +- interface/wx/html/htmlcell.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/wx/html/helpctrl.h b/interface/wx/html/helpctrl.h index c7d74e5913..9cbea267c5 100644 --- a/interface/wx/html/helpctrl.h +++ b/interface/wx/html/helpctrl.h @@ -194,7 +194,7 @@ public: Sets whether the help frame should prevent application from exiting if it's the only remaining top level window. - @enable + @param enable If @true, the application will not quit unless the help frame is closed. Default is @false, i.e. the application does exit if only the help window remains opened. diff --git a/interface/wx/html/htmlcell.h b/interface/wx/html/htmlcell.h index aa542d657b..9abac27be7 100644 --- a/interface/wx/html/htmlcell.h +++ b/interface/wx/html/htmlcell.h @@ -332,6 +332,8 @@ public: @param window interface to the parent HTML window + @param rePos + Position to show cursor. @since 3.0 */ -- 2.45.2