From 4eb13a60413aa628b6c6e36b03bbffd8a92bfe3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Thu, 10 Dec 2015 23:18:57 +0200 Subject: [PATCH] Cross-link wxToolTip and wxTipWindow in the documentation Closes https://github.com/wxWidgets/wxWidgets/pull/150 --- interface/wx/tipwin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/tipwin.h b/interface/wx/tipwin.h index eafb7a80e1..3254864101 100644 --- a/interface/wx/tipwin.h +++ b/interface/wx/tipwin.h @@ -18,6 +18,8 @@ @library{wxcore} @category{managedwnd} + + @see @ref wxToolTip */ class wxTipWindow : public wxWindow {