From 2af90136f0a28f879db6843197da832bf5e684ed Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 26 Feb 2011 12:31:12 -0500 Subject: [PATCH] Small doc. --- src/InputEventPlus.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/InputEventPlus.h b/src/InputEventPlus.h index 5110f93fee..fc1bea127f 100644 --- a/src/InputEventPlus.h +++ b/src/InputEventPlus.h @@ -1,12 +1,10 @@ -/* InputEventPlus - Holds a device input plus Game/Menu translations. */ - #ifndef INPUT_EVENT_PLUS_H #define INPUT_EVENT_PLUS_H #include "InputFilter.h" #include "GameInput.h" #include "PlayerNumber.h" - +/** @brief Holds a device input plus Game/Menu translations. */ class InputEventPlus { public: @@ -32,8 +30,10 @@ struct AlternateMapping #endif -/* - * (c) 2001-2004 Chris Danford +/** + * @file + * @author Chris Danford (c) 2001-2004 + * @section LICENSE * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a