Bring Doxygen comment syntax in sync with LLVM coding style.

This changes '@' prefix to '\'.

llvm-svn: 355841
This commit is contained in:
Adrian Prantl
2019-03-11 17:09:29 +00:00
parent 5ccb339107
commit f05b42e960
221 changed files with 3561 additions and 3561 deletions

View File

@@ -32,10 +32,10 @@ using namespace lldb;
//------------------------------------------------------------------
/// Constructor
///
/// @param[in] text
/// \param[in] text
/// The text of the function. Must be a full translation unit.
///
/// @param[in] name
/// \param[in] name
/// The name of the function, as used in the text.
//------------------------------------------------------------------
UtilityFunction::UtilityFunction(ExecutionContextScope &exe_scope,