From ff8036df5c5575503dc30d255dfbe99cc637c510 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Thu, 30 Jan 2014 02:23:42 +1100 Subject: Doxygen warnings corrected MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Doxygen spits out a lot of warnings about not being able to find match function signatures, etc. This is because in some headers we have a using namespace statement, in others it gets confused between ::Window and Window (!). * Wrong use of tags: + Lots of @seealso - should be @see + Wrong usage of @overload - corrected with the right function signature + HTML tags that doxygen doesn't recognize removed Conflicts: include/vcl/toolbox.hxx Change-Id: I687f45e426280d411ef3cb6d8d5993a829f2f324 Reviewed-on: https://gerrit.libreoffice.org/7725 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/virdev.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/virdev.hxx') diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx index a15e0573ccf6..d668bcb01d23 100644 --- a/include/vcl/virdev.hxx +++ b/include/vcl/virdev.hxx @@ -51,7 +51,7 @@ private: /** Used for alpha VDev, to set areas to opaque - @since #i32109# + @since \#i32109# */ SAL_DLLPRIVATE void ImplFillOpaqueRectangle( const Rectangle& rRect ); -- cgit