From 3b0217d2a2d4e345a31a68948dfb0feaec4a8a2a Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 17 Aug 2013 16:49:43 +0800 Subject: more doc --- builtin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtin.h') diff --git a/builtin.h b/builtin.h index b3053cd..1dac99a 100644 --- a/builtin.h +++ b/builtin.h @@ -69,8 +69,8 @@ class SpecialOptSet: public SpecialOptObj {/*{{{*/ Continuation * &cont, EvalObj ** &top_ptr, Pair *pc); };/*}}}*/ -/** @class SpecialOptLambda - * The implementation of `lambda` operator +/** @class SpecialOptQuote + * The implementation of `quote` operator */ class SpecialOptQuote: public SpecialOptObj {/*{{{*/ public: -- cgit v1.2.3