From d64db6bad79e10f92c56e5572d6ae9072d62b3a3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 1 Feb 2019 00:04:33 -0500 Subject: Add some documentation comments --- eval.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'eval.h') diff --git a/eval.h b/eval.h index 89bf421..91cc944 100644 --- a/eval.h +++ b/eval.h @@ -14,6 +14,11 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ +/** + * The evaluation functions that implement literal expressions like -name, + * -print, etc. + */ + #ifndef BFS_EVAL_H #define BFS_EVAL_H -- cgit v1.2.3