From 6b6663be8836957ef95ba82f7b4960b8ccfee144 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Fri, 26 Dec 2008 12:24:18 +0000 Subject: [PATCH] don't use dot in brackets as doxygen renders dot with a line break git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/dynlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/dynlib.h b/interface/wx/dynlib.h index 1651721c91..a1803e1067 100644 --- a/interface/wx/dynlib.h +++ b/interface/wx/dynlib.h @@ -81,7 +81,7 @@ enum wxPluginCategory @class wxDynamicLibrary wxDynamicLibrary is a class representing dynamically loadable library - (Windows DLL, shared library under Unix etc.). Just create an object of + (Windows DLL, shared library under Unix etc). Just create an object of this class to load a library and don't worry about unloading it -- it will be done in the objects destructor automatically. -- 2.50.0