Skip to content
Snippets Groups Projects
Commit bd60eab6 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix documentation of FileSchema public function interface

parent 990dc0cf
No related branches found
No related tags found
No related merge requests found
...@@ -43,12 +43,13 @@ class FileSchema { ...@@ -43,12 +43,13 @@ class FileSchema {
*/ */
int get_record_number() { return num_records; } int get_record_number() { return num_records; }
/*! \brief Get a copy of the record types. /*! \brief Get a copy of the record names.
* *
* \return rec_types: `string *` A new vector of strings with description of records. * \return rec_types: `string *` A new vector of strings with description of records.
*/ */
std::string *get_record_names(); std::string *get_record_names();
/*! \brief Get a copy of the record names.
/*! \brief Get a copy of the record types.
* *
* \return rec_names: `string *` A new vector of strings with record names. * \return rec_names: `string *` A new vector of strings with record names.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment