* src/misc/bareword.hh, src/misc/bddalloc.hh, src/misc/bddlt.hh,
src/misc/escape.hh, src/misc/freelist.hh, src/misc/hash.hh, src/misc/hashfunc.hh, src/misc/minato.hh, src/misc/modgray.hh, src/misc/random.hh, src/misc/version.hh, src/tgba/state.hh: More Doxygen groups.
This commit is contained in:
parent
9bea364e40
commit
2a3d638a50
13 changed files with 52 additions and 10 deletions
|
|
@ -23,7 +23,16 @@
|
|||
|
||||
namespace spot
|
||||
{
|
||||
/// \addtogroup misc_tools Miscellaneous helper algorithms
|
||||
/// @{
|
||||
/// \brief Whether a word is bare.
|
||||
///
|
||||
/// Bare words should start with a letter or an underscore, and
|
||||
/// consist solely of alphanumeric characters and underscores.
|
||||
bool is_bare_word(const char* str);
|
||||
|
||||
/// \brief Double-quote words that are not bare.
|
||||
/// \see is_bare_word
|
||||
std::string quote_unless_bare_word(const std::string& str);
|
||||
/// @}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue