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 --- expr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'expr.h') diff --git a/expr.h b/expr.h index b7c5c15..0251d6b 100644 --- a/expr.h +++ b/expr.h @@ -14,6 +14,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * ****************************************************************************/ +/** + * The expression tree representation. + */ + #ifndef BFS_EXPR_H #define BFS_EXPR_H -- cgit v1.2.3