From ca91a97826ad5de23855d0fe9a219f4889a8cd9e Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 Sep 2009 15:17:47 +0000 Subject: (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary --- src/depot_gui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index 9dba83ad4..60365f7ae 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -262,8 +262,7 @@ struct DepotWindow : Window { } /** Draw a vehicle in the depot window in the box with the top left corner at x,y - * @param *w Window to draw in - * @param *v Vehicle to draw + * @param v Vehicle to draw * @param x Left side of the box to draw in * @param y Top of the box to draw in */ -- cgit v1.2.3-54-g00ecf