clang-modernize: Fixing doxygen warnings

llvm-svn: 192100
This commit is contained in:
Edwin Vane 2013-10-07 13:40:19 +00:00
parent e90fd9c5e0
commit c669a8ea7c
1 changed files with 3 additions and 1 deletions

View File

@ -106,7 +106,9 @@ public:
/// \brief Helper to create a temporary directory name.
///
/// \param[out] Resulting name is placed here.
/// \post The directory named by the returned string exists.
///
/// \returns A temp directory name.
static std::string generateTempDir();
private: