--- parser3/src/include/Attic/code.h 2001/03/19 15:29:37 1.24 +++ parser3/src/include/Attic/code.h 2001/03/19 17:42:11 1.26 @@ -1,9 +1,11 @@ /** @file - Parser + Parser: compiled code related decls. + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: code.h,v 1.24 2001/03/19 15:29:37 paf Exp $ + $Id: code.h,v 1.26 2001/03/19 17:42:11 paf Exp $ */ #ifndef CODE_H @@ -53,7 +55,7 @@ enum OPCODE { //@} }; -/** @brief +/** Parser source code got compiled into intermediate form of Operation-s, which is executed afterwards.