From b9a50b9f5621055299e8fc9d9bf153181f8ddbe2 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Mon, 20 Apr 2009 16:18:10 +0000 Subject: [PATCH] Api doxygen fixes. SVN_SILENT svn path=/trunk/KDE/kdebase/apps/konsole/; revision=956790 --- src/ViewManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ViewManager.h b/src/ViewManager.h index 5cd0f724..5db825a4 100644 --- a/src/ViewManager.h +++ b/src/ViewManager.h @@ -210,8 +210,8 @@ public slots: int currentSession(); /** DBus slot that creates a new session in the current view. - * @param the name of the profile to be used - * @param directory is the working directory, where the session gets + * @param profile the name of the profile to be used + * @param directory the working directory where the session is * started. */ int newSession(QString profile, QString directory);