ReflowComments: true
CommentPragmas: '( \| |\*--|<li>|@ref | @p |@param |@name |@returns |@warning |@ingroup |@author |@date |@related |@relates |@relatesalso |@deprecated |@image |@return |@brief |@attention |@copydoc |@addtogroup |@todo |@tparam |@see |@note |@skip |@skipline |@until |@line |@dontinclude |@include)'
+QualifierAlignment: Left
+
SortIncludes: true
SortUsingDeclarations: true
// determine whether a given substring at position #pos and length #length
// in the string #text is a real token, i.e. not just part of another word
bool
-is_real_token(const std::string & text,
+is_real_token(const std::string &text,
const std::string::size_type pos,
const std::string::size_type length)
{
// produce all combinations of substitutions of the tokens given in the
// #substitutions list in #text and output it to std::cout
void
-substitute(const std::string & text,
+substitute(const std::string &text,
const std::list<std::pair<std::string, std::string>> &substitutions)
{
// do things recursively: if the list of substitutions has a single
PointerAlignment: Right
+QualifierAlignment: Left
+
ReflowComments: true
CommentPragmas: '( \| |\*--|<li>|@ref | @p |@param |@name |@returns |@warning |@ingroup |@author |@date |@related |@relates |@relatesalso |@deprecated |@image |@return |@brief |@attention |@copydoc |@addtogroup |@todo |@tparam |@see |@note |@skip |@skipline |@until |@line |@dontinclude |@include|@sect1|@sect2|@sect3|@sect4)'