Move some top comments to above the class.
The original attempt was not working for doxygen purposes.
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
/* InputMapper - Holds user-chosen input preferences and saves it between sessions. */
|
||||
|
||||
#ifndef INPUT_MAPPER_H
|
||||
#define INPUT_MAPPER_H
|
||||
|
||||
@@ -151,7 +149,7 @@ public:
|
||||
void ClearFromInputMap( const DeviceInput &DeviceI );
|
||||
bool ClearFromInputMap( const GameInput &GameI, int iSlotIndex );
|
||||
};
|
||||
|
||||
/** @brief Holds user-chosen input preferences and saves it between sessions. */
|
||||
class InputMapper
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user