* src/misc/escape.hh: Fix Doxygen documentation.
* src/misc/intvcomp.hh: Likewise.
This commit is contained in:
parent
4ec936387e
commit
cdede3d134
3 changed files with 10 additions and 5 deletions
|
|
@ -32,12 +32,12 @@ namespace spot
|
|||
/// \addtogroup misc_tools
|
||||
/// @{
|
||||
|
||||
/// Escape <code>"</code>, <code>\</code>, and <code>\n</code>
|
||||
/// characters in \a str.
|
||||
/// \brief Escape characters <code>"</code>, <code>\\</code>, and
|
||||
/// <code>\\n</code> in \a str.
|
||||
std::ostream& escape_str(std::ostream& os, const std::string& str);
|
||||
|
||||
/// Escape <code>"</code>, <code>\</code>, and <code>\n</code>
|
||||
/// characters in \a str.
|
||||
/// \brief Escape characters <code>"</code>, <code>\\</code>, and
|
||||
/// <code>\\n</code> in \a str.
|
||||
std::string escape_str(const std::string& str);
|
||||
|
||||
/// @}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue