]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Arguments.h
removed stupid file headers that eclipse put in
[l2e.git] / src / app / Arguments.h
index 7c51b7fb612eaee9d0e44abbe2bbe819c05b191a..524d3b6e394ed15c85ec2406ebd49f79af0e1a0b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Arguments.h
- *
- *  Created on: Sep 15, 2012
- *      Author: holy
- */
-
 #ifndef APP_ARGUMENTS_H_
 #define APP_ARGUMENTS_H_
 
@@ -12,6 +5,8 @@
 
 namespace app {
 
+/// Specialized argument interpreter.
+/// Reads command line arguments via Read(int, char**) function.
 class Arguments {
 
 public: