No changes, just remove functions bodies from interface docs.
Omit the implementations, even trivial ones, from the documentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -968,7 +968,7 @@ public:
|
||||
Returns the name of the key which was passed to the ctor.
|
||||
The "name" is just anything which follows the last slash of the string given to the ctor.
|
||||
*/
|
||||
const wxString& Name() const { return m_strName; }
|
||||
const wxString& Name() const;
|
||||
|
||||
/**
|
||||
This method must be called if the original path inside the wxConfig object
|
||||
|
Reference in New Issue
Block a user