From d8b92580bce602e1aee088a37eb8a9e7a739d132 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Apr 2016 17:38:36 +0200 Subject: [PATCH] Remove @since annotations for new Scintilla GetDirectXXX() methods This partially undoes 0a3057b83c58ca7261d56167e134ef5c14e14e08 which wrongly modified the generated interface/wx/stc/stc.h file, as these changes were lost after regenerating it again. Unfortunately it doesn't seem possible to have @since annotations for the Scintilla methods currently, ideally the generator script should be modified to allow this, somehow. See #17481. --- interface/wx/stc/stc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interface/wx/stc/stc.h b/interface/wx/stc/stc.h index bfc63b2534..d599ddd46b 100644 --- a/interface/wx/stc/stc.h +++ b/interface/wx/stc/stc.h @@ -4021,16 +4021,12 @@ public: /** Retrieve a pointer to a function that processes messages for this Scintilla. - - @since 3.1.1 */ void* GetDirectFunction() const; /** Retrieve a pointer value to use as the first argument when calling the function returned by GetDirectFunction. - - @since 3.1.1 */ void* GetDirectPointer() const;