From fd0192652580535fa2eef25af517a735e42b4434 Mon Sep 17 00:00:00 2001 From: kristof <Kristof.Szabados@ericsson.com> Date: Sat, 15 Apr 2017 12:38:56 +0200 Subject: [PATCH] add some missing comments Signed-off-by: kristof <Kristof.Szabados@ericsson.com> --- compiler2/Setting.hh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compiler2/Setting.hh b/compiler2/Setting.hh index 3a1a11c61..11e8721f9 100644 --- a/compiler2/Setting.hh +++ b/compiler2/Setting.hh @@ -144,7 +144,8 @@ namespace Common { /** Constructor with filename and two location info. * - * @param p_filename + * @param p_filename contains the name of the file + * Stores pointer \p p_filename into \c filename. * @param p_firstloc holds the location of the beginning. * Its \p first_line and \p first_column are copied into * \c yyloc.first_line and \c yyloc.first_column. @@ -175,7 +176,8 @@ namespace Common { void set_location(const char *p_filename, const YYLTYPE& p_yyloc); /** Setter with filename and two location info. * - * @param p_filename + * @param p_filename contains the name of the file + * Stores pointer \p p_filename into \c filename. * @param p_firstloc holds the location of the beginning. * Its \p first_line and \p first_column are copied into * \c yyloc.first_line and \c yyloc.first_column. @@ -765,7 +767,8 @@ public: public: /** Constructor. * - * @param p_loc + * @param p_loc the location to report the error to + * stores \p p_loc into \c my_loc * @param p_str string describing the operation being performed */ ReferenceChain(const Location *p_loc, const char *p_str=0); -- GitLab