diff --git a/ChangeLog b/ChangeLog index e8e4d876b..75ccc538b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-10 Alexandre Duret-Lutz + + * src/misc/escape.hh: Fix Doxygen documentation. + * src/misc/intvcomp.hh: Likewise. + 2011-04-09 Alexandre Duret-Lutz Move the compression routines into their own *.cc file. diff --git a/src/misc/escape.hh b/src/misc/escape.hh index 18945bb93..3b9ba16b4 100644 --- a/src/misc/escape.hh +++ b/src/misc/escape.hh @@ -32,12 +32,12 @@ namespace spot /// \addtogroup misc_tools /// @{ - /// Escape ", \, and \n - /// characters in \a str. + /// \brief Escape characters ", \\, and + /// \\n in \a str. std::ostream& escape_str(std::ostream& os, const std::string& str); - /// Escape ", \, and \n - /// characters in \a str. + /// \brief Escape characters ", \\, and + /// \\n in \a str. std::string escape_str(const std::string& str); /// @} diff --git a/src/misc/intvcomp.hh b/src/misc/intvcomp.hh index 056274478..4a2d59a53 100644 --- a/src/misc/intvcomp.hh +++ b/src/misc/intvcomp.hh @@ -51,7 +51,7 @@ namespace spot int* dest, size_t& dest_size); /// \brief Uncompress an int array of size \a array_size into a int - /// array of size \size. + /// array of size \a size. /// /// \a size must be the exact expected size of uncompressed array. void