doc: minor update. The [BR] is not working as I thought

This commit is contained in:
Daniel Marjamäki 2009-06-12 15:30:29 +02:00
parent 9b2b14a608
commit 169cfc1324
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ private:
std::string classInfo() const
{
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"
" * returning a pointer to auto variable\n"
" * assignment of an auto-variable to an effective parameter of a function\n";