From 82ad5a6d9c4adb8d65d690cffd53783c87f9e2bf Mon Sep 17 00:00:00 2001 From: belugas Date: Mon, 9 Apr 2007 15:06:24 +0000 Subject: (svn r9580) -Documentation: Correction of doxygen function declarations --- src/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewport.cpp') diff --git a/src/viewport.cpp b/src/viewport.cpp index 6986cc534..70f45c613 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -397,7 +397,7 @@ Point GetTileZoomCenterWindow(bool in, Window * w) /** Update the status of the zoom-buttons according to the zoom-level * of the viewport. This will update their status and invalidate accordingly - * @param window pointer to the window that has the zoom buttons + * @param w Window pointer to the window that has the zoom buttons * @param vp pointer to the viewport whose zoom-level the buttons represent * @param widget_zoom_in widget index for window with zoom-in button * @param widget_zoom_out widget index for window with zoom-out button */ -- cgit v1.2.3-54-g00ecf