Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
428b2155
Commit
428b2155
authored
Feb 21, 2011
by
Alexandre Duret-Lutz
Browse files
* src/misc/escape.hh: Correct documentation.
parent
94d1c57e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
428b2155
2011-02-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/escape.hh: Correct documentation.
2011-02-14 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Correct tgba_explicit::compute_support_conditions.
...
...
src/misc/escape.hh
View file @
428b2155
// Copyright (C) 2011 Laboratoire de Recherche et Developpement de
// l'Epita (LRDE).
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
...
...
@@ -30,9 +32,12 @@ namespace spot
/// \addtogroup misc_tools
/// @{
/// Escape " and \ characters in \a str.
/// Escape <code>"</code>, <code>\</code>, and <code>\n</code>
/// characters in \a str.
std
::
ostream
&
escape_str
(
std
::
ostream
&
os
,
const
std
::
string
&
str
);
/// Escape " and \ characters in \a str.
/// Escape <code>"</code>, <code>\</code>, and <code>\n</code>
/// characters in \a str.
std
::
string
escape_str
(
const
std
::
string
&
str
);
/// @}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment