Commit bd60eab6 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix documentation of FileSchema public function interface

parent 990dc0cf
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -43,12 +43,13 @@ class FileSchema {
   */
  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.
   */
  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.
   */