]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Arguments.h
commented headers in app/ directory
[l2e.git] / src / app / Arguments.h
index 7c51b7fb612eaee9d0e44abbe2bbe819c05b191a..ace8cda2e77e9764fcba61816c6d215758e606d6 100644 (file)
@@ -12,6 +12,8 @@
 
 namespace app {
 
+/// Specialized argument interpreter.
+/// Reads command line arguments via Read(int, char**) function.
 class Arguments {
 
 public: