summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Antonio Felix <ricoantoniofelix@yahoo.com>2015-06-23 23:55:47 -0400
committerRico Antonio Felix <ricoantoniofelix@yahoo.com>2015-06-23 23:55:47 -0400
commitf9c1034c789d69a63e7e5ffc387cc776b0a3c2f0 (patch)
tree51f59b32e59a47647ed7867a40225d65c0cbbeea
parent7a12643e1b754970649e2f51ccfcbfe21d6dcd1a (diff)
Adjusted the file description header
-rw-r--r--include/argument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/argument.h b/include/argument.h
index 747f7a8..ab4faf7 100644
--- a/include/argument.h
+++ b/include/argument.h
@@ -1,5 +1,5 @@
/**
- * Argument.h
+ * @file argument.h
*
* Class holds information about an argument that is passed to a function.
* You'll need this class when you're defining your own functions.