From 1a175fd10f43aa6a128b91207a9048a826147a0b Mon Sep 17 00:00:00 2001 From: skyjake Date: Fri, 19 Oct 2012 10:45:18 +0300 Subject: [PATCH] Documentation: Cleanup --- doomsday/libdeng2/include/de/core/commandline.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doomsday/libdeng2/include/de/core/commandline.h b/doomsday/libdeng2/include/de/core/commandline.h index 27da4a3260..2913eafe0b 100644 --- a/doomsday/libdeng2/include/de/core/commandline.h +++ b/doomsday/libdeng2/include/de/core/commandline.h @@ -98,7 +98,9 @@ namespace de * * @param arg Argument to look for. Don't use aliases here. * @param count Number of parameters (non-option arguments) that follow - * the located argument.* @see isOption() + * the located argument. + * + * @see isOption() * * @return Index of the argument, if found. Otherwise zero. */