summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.