From bd60eab6b95523af89e899a099a7466ee3ebbd9d Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Tue, 23 Apr 2024 13:02:02 +0200
Subject: [PATCH] Fix documentation of FileSchema public function interface

---
 src/include/file_io.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/include/file_io.h b/src/include/file_io.h
index a8e31783..e5c99008 100644
--- a/src/include/file_io.h
+++ b/src/include/file_io.h
@@ -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.
    */
-- 
GitLab