* src/misc/escape.hh: Fix Doxygen documentation.

* src/misc/intvcomp.hh: Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2011-04-10 09:25:10 +02:00
parent 4ec936387e
commit cdede3d134
3 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/escape.hh: Fix Doxygen documentation.
* src/misc/intvcomp.hh: Likewise.
2011-04-09 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2011-04-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Move the compression routines into their own *.cc file. Move the compression routines into their own *.cc file.

View file

@ -32,12 +32,12 @@ namespace spot
/// \addtogroup misc_tools /// \addtogroup misc_tools
/// @{ /// @{
/// Escape <code>"</code>, <code>\</code>, and <code>\n</code> /// \brief Escape characters <code>"</code>, <code>\\</code>, and
/// characters in \a str. /// <code>\\n</code> in \a str.
std::ostream& escape_str(std::ostream& os, const std::string& str); std::ostream& escape_str(std::ostream& os, const std::string& str);
/// Escape <code>"</code>, <code>\</code>, and <code>\n</code> /// \brief Escape characters <code>"</code>, <code>\\</code>, and
/// characters in \a str. /// <code>\\n</code> in \a str.
std::string escape_str(const std::string& str); std::string escape_str(const std::string& str);
/// @} /// @}

View file

@ -51,7 +51,7 @@ namespace spot
int* dest, size_t& dest_size); int* dest, size_t& dest_size);
/// \brief Uncompress an int array of size \a array_size into a int /// \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. /// \a size must be the exact expected size of uncompressed array.
void void