--- parser3/src/include/pa_table.h 2001/03/19 19:17:43 1.16 +++ parser3/src/include/pa_table.h 2001/03/19 20:07:37 1.17 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_table.h,v 1.16 2001/03/19 19:17:43 paf Exp $ + $Id: pa_table.h,v 1.17 2001/03/19 20:07:37 paf Exp $ */ #ifndef PA_TABLE_H @@ -45,10 +45,10 @@ public: /// moves \a current pointer void set_current(int acurrent) { fcurrent=acurrent; } - /// \return current pointer + /// @return current pointer int get_current() { return fcurrent; } - /// \return item from \a column_name + /// @return item from \a column_name const String *item(const String& column_name); private: