Skip to content
Snippets Groups Projects
Commit fd019265 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

add some missing comments


Signed-off-by: default avatarkristof <Kristof.Szabados@ericsson.com>
parent 803970f8
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,8 @@ namespace Common { ...@@ -144,7 +144,8 @@ namespace Common {
/** Constructor with filename and two location info. /** 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. * @param p_firstloc holds the location of the beginning.
* Its \p first_line and \p first_column are copied into * Its \p first_line and \p first_column are copied into
* \c yyloc.first_line and \c yyloc.first_column. * \c yyloc.first_line and \c yyloc.first_column.
...@@ -175,7 +176,8 @@ namespace Common { ...@@ -175,7 +176,8 @@ namespace Common {
void set_location(const char *p_filename, const YYLTYPE& p_yyloc); void set_location(const char *p_filename, const YYLTYPE& p_yyloc);
/** Setter with filename and two location info. /** 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. * @param p_firstloc holds the location of the beginning.
* Its \p first_line and \p first_column are copied into * Its \p first_line and \p first_column are copied into
* \c yyloc.first_line and \c yyloc.first_column. * \c yyloc.first_line and \c yyloc.first_column.
...@@ -765,7 +767,8 @@ public: ...@@ -765,7 +767,8 @@ public:
public: public:
/** Constructor. /** 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 * @param p_str string describing the operation being performed
*/ */
ReferenceChain(const Location *p_loc, const char *p_str=0); ReferenceChain(const Location *p_loc, const char *p_str=0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment