summaryrefslogtreecommitdiff
path: root/libavcodec/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/eval.c')
-rw-r--r--libavcodec/eval.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/eval.c b/libavcodec/eval.c
index 1a9cce6add..28a492cd4b 100644
--- a/libavcodec/eval.c
+++ b/libavcodec/eval.c
@@ -19,7 +19,10 @@
*
*/
- /*
+/**
+ * @file eval.c
+ * simple arithmetic expression evaluator.
+ *
* see http://joe.hotchkiss.com/programming/eval/eval.html
*/