STYLE: remove erroneous section-label on doxygen @endcond

This commit is contained in:
Mark Olesen
2010-05-07 15:30:27 +02:00
parent 3dd66066a7
commit 5087125424
19 changed files with 23 additions and 25 deletions

View File

@ -204,8 +204,6 @@ void Parser::importDir(const std::string& name)
//! @cond fileScope
//
//
// Create by copying str - only used locally
inline static wchar_t* coco_string_create(const wchar_t* str)
@ -225,7 +223,7 @@ inline static void coco_string_delete(wchar_t* &str)
str = NULL;
}
//
//! @endcond fileScope
//! @endcond
// ----------------------------------------------------------------------------