doc: minor update. The [BR] is not working as I thought
This commit is contained in:
parent
9b2b14a608
commit
169cfc1324
|
@ -79,7 +79,7 @@ private:
|
||||||
std::string classInfo() const
|
std::string classInfo() const
|
||||||
{
|
{
|
||||||
return "Auto variables are deallocated when they go out of scope. "
|
return "Auto variables are deallocated when they go out of scope. "
|
||||||
"A pointer to an auto variable is therefore only valid as long as the auto variable is in scope.[BR]\n"
|
"A pointer to an auto variable is therefore only valid as long as the auto variable is in scope.\n"
|
||||||
"Check:\n"
|
"Check:\n"
|
||||||
" * returning a pointer to auto variable\n"
|
" * returning a pointer to auto variable\n"
|
||||||
" * assignment of an auto-variable to an effective parameter of a function\n";
|
" * assignment of an auto-variable to an effective parameter of a function\n";
|
||||||
|
|
Loading…
Reference in New Issue