[Lldb-commits] [lldb] r355841 - Bring Doxygen comment syntax in sync with LLVM coding style.

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 11 10:09:30 PDT 2019


Author: adrian
Date: Mon Mar 11 10:09:29 2019
New Revision: 355841

URL: http://llvm.org/viewvc/llvm-project?rev=355841&view=rev
Log:
Bring Doxygen comment syntax in sync with LLVM coding style.
This changes '@' prefix to '\'.

Modified:
    lldb/trunk/examples/interposing/darwin/fd_interposing/FDInterposing.cpp
    lldb/trunk/include/lldb/API/SBAttachInfo.h
    lldb/trunk/include/lldb/API/SBBlock.h
    lldb/trunk/include/lldb/API/SBCommandInterpreter.h
    lldb/trunk/include/lldb/API/SBCompileUnit.h
    lldb/trunk/include/lldb/API/SBDebugger.h
    lldb/trunk/include/lldb/API/SBLaunchInfo.h
    lldb/trunk/include/lldb/API/SBMemoryRegionInfo.h
    lldb/trunk/include/lldb/API/SBModule.h
    lldb/trunk/include/lldb/API/SBModuleSpec.h
    lldb/trunk/include/lldb/API/SBProcess.h
    lldb/trunk/include/lldb/API/SBSection.h
    lldb/trunk/include/lldb/API/SBStructuredData.h
    lldb/trunk/include/lldb/API/SBTarget.h
    lldb/trunk/include/lldb/API/SBTrace.h
    lldb/trunk/include/lldb/API/SBValue.h
    lldb/trunk/include/lldb/Breakpoint/Breakpoint.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointID.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointList.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointLocation.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointLocationCollection.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointLocationList.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointOptions.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointResolver.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointResolverAddress.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileLine.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointResolverName.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointResolverScripted.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointSite.h
    lldb/trunk/include/lldb/Breakpoint/BreakpointSiteList.h
    lldb/trunk/include/lldb/Breakpoint/StoppointCallbackContext.h
    lldb/trunk/include/lldb/Breakpoint/Watchpoint.h
    lldb/trunk/include/lldb/Breakpoint/WatchpointList.h
    lldb/trunk/include/lldb/Breakpoint/WatchpointOptions.h
    lldb/trunk/include/lldb/Core/Address.h
    lldb/trunk/include/lldb/Core/AddressRange.h
    lldb/trunk/include/lldb/Core/AddressResolver.h
    lldb/trunk/include/lldb/Core/AddressResolverFileLine.h
    lldb/trunk/include/lldb/Core/AddressResolverName.h
    lldb/trunk/include/lldb/Core/Communication.h
    lldb/trunk/include/lldb/Core/Debugger.h
    lldb/trunk/include/lldb/Core/Disassembler.h
    lldb/trunk/include/lldb/Core/DumpDataExtractor.h
    lldb/trunk/include/lldb/Core/EmulateInstruction.h
    lldb/trunk/include/lldb/Core/FileLineResolver.h
    lldb/trunk/include/lldb/Core/FileSpecList.h
    lldb/trunk/include/lldb/Core/Highlighter.h
    lldb/trunk/include/lldb/Core/IOHandler.h
    lldb/trunk/include/lldb/Core/Mangled.h
    lldb/trunk/include/lldb/Core/Module.h
    lldb/trunk/include/lldb/Core/ModuleChild.h
    lldb/trunk/include/lldb/Core/ModuleList.h
    lldb/trunk/include/lldb/Core/PluginManager.h
    lldb/trunk/include/lldb/Core/SearchFilter.h
    lldb/trunk/include/lldb/Core/Section.h
    lldb/trunk/include/lldb/Core/ValueObject.h
    lldb/trunk/include/lldb/Expression/DWARFExpression.h
    lldb/trunk/include/lldb/Expression/Expression.h
    lldb/trunk/include/lldb/Expression/ExpressionParser.h
    lldb/trunk/include/lldb/Expression/ExpressionTypeSystemHelper.h
    lldb/trunk/include/lldb/Expression/ExpressionVariable.h
    lldb/trunk/include/lldb/Expression/FunctionCaller.h
    lldb/trunk/include/lldb/Expression/IRDynamicChecks.h
    lldb/trunk/include/lldb/Expression/IRExecutionUnit.h
    lldb/trunk/include/lldb/Expression/IRInterpreter.h
    lldb/trunk/include/lldb/Expression/IRMemoryMap.h
    lldb/trunk/include/lldb/Expression/LLVMUserExpression.h
    lldb/trunk/include/lldb/Expression/REPL.h
    lldb/trunk/include/lldb/Expression/UserExpression.h
    lldb/trunk/include/lldb/Expression/UtilityFunction.h
    lldb/trunk/include/lldb/Host/File.h
    lldb/trunk/include/lldb/Host/FileSystem.h
    lldb/trunk/include/lldb/Host/Host.h
    lldb/trunk/include/lldb/Host/HostInfo.h
    lldb/trunk/include/lldb/Host/HostInfoBase.h
    lldb/trunk/include/lldb/Host/HostProcess.h
    lldb/trunk/include/lldb/Host/HostThread.h
    lldb/trunk/include/lldb/Host/ProcessRunLock.h
    lldb/trunk/include/lldb/Host/PseudoTerminal.h
    lldb/trunk/include/lldb/Host/StringConvert.h
    lldb/trunk/include/lldb/Host/Terminal.h
    lldb/trunk/include/lldb/Host/common/NativeProcessProtocol.h
    lldb/trunk/include/lldb/Host/posix/PipePosix.h
    lldb/trunk/include/lldb/Host/windows/PipeWindows.h
    lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h
    lldb/trunk/include/lldb/Interpreter/CommandObject.h
    lldb/trunk/include/lldb/Interpreter/OptionValueBoolean.h
    lldb/trunk/include/lldb/Interpreter/Options.h
    lldb/trunk/include/lldb/Symbol/Block.h
    lldb/trunk/include/lldb/Symbol/CompileUnit.h
    lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h
    lldb/trunk/include/lldb/Symbol/DWARFCallFrameInfo.h
    lldb/trunk/include/lldb/Symbol/DeclVendor.h
    lldb/trunk/include/lldb/Symbol/Declaration.h
    lldb/trunk/include/lldb/Symbol/Function.h
    lldb/trunk/include/lldb/Symbol/LineEntry.h
    lldb/trunk/include/lldb/Symbol/LineTable.h
    lldb/trunk/include/lldb/Symbol/ObjectContainer.h
    lldb/trunk/include/lldb/Symbol/ObjectFile.h
    lldb/trunk/include/lldb/Symbol/Symbol.h
    lldb/trunk/include/lldb/Symbol/SymbolContext.h
    lldb/trunk/include/lldb/Symbol/SymbolContextScope.h
    lldb/trunk/include/lldb/Symbol/SymbolFile.h
    lldb/trunk/include/lldb/Target/CPPLanguageRuntime.h
    lldb/trunk/include/lldb/Target/DynamicLoader.h
    lldb/trunk/include/lldb/Target/ExecutionContext.h
    lldb/trunk/include/lldb/Target/ExecutionContextScope.h
    lldb/trunk/include/lldb/Target/JITLoader.h
    lldb/trunk/include/lldb/Target/JITLoaderList.h
    lldb/trunk/include/lldb/Target/ModuleCache.h
    lldb/trunk/include/lldb/Target/OperatingSystem.h
    lldb/trunk/include/lldb/Target/PathMappingList.h
    lldb/trunk/include/lldb/Target/Platform.h
    lldb/trunk/include/lldb/Target/Process.h
    lldb/trunk/include/lldb/Target/Queue.h
    lldb/trunk/include/lldb/Target/QueueItem.h
    lldb/trunk/include/lldb/Target/QueueList.h
    lldb/trunk/include/lldb/Target/RegisterContext.h
    lldb/trunk/include/lldb/Target/StackFrame.h
    lldb/trunk/include/lldb/Target/StackFrameRecognizer.h
    lldb/trunk/include/lldb/Target/StructuredDataPlugin.h
    lldb/trunk/include/lldb/Target/SystemRuntime.h
    lldb/trunk/include/lldb/Target/Target.h
    lldb/trunk/include/lldb/Target/TargetList.h
    lldb/trunk/include/lldb/Target/Thread.h
    lldb/trunk/include/lldb/Target/ThreadList.h
    lldb/trunk/include/lldb/Target/ThreadPlan.h
    lldb/trunk/include/lldb/Utility/ArchSpec.h
    lldb/trunk/include/lldb/Utility/Args.h
    lldb/trunk/include/lldb/Utility/Baton.h
    lldb/trunk/include/lldb/Utility/Broadcaster.h
    lldb/trunk/include/lldb/Utility/CompletionRequest.h
    lldb/trunk/include/lldb/Utility/Connection.h
    lldb/trunk/include/lldb/Utility/ConstString.h
    lldb/trunk/include/lldb/Utility/DataBuffer.h
    lldb/trunk/include/lldb/Utility/DataBufferHeap.h
    lldb/trunk/include/lldb/Utility/DataEncoder.h
    lldb/trunk/include/lldb/Utility/DataExtractor.h
    lldb/trunk/include/lldb/Utility/FileSpec.h
    lldb/trunk/include/lldb/Utility/Flags.h
    lldb/trunk/include/lldb/Utility/Predicate.h
    lldb/trunk/include/lldb/Utility/RegularExpression.h
    lldb/trunk/include/lldb/Utility/State.h
    lldb/trunk/include/lldb/Utility/Status.h
    lldb/trunk/include/lldb/Utility/Stream.h
    lldb/trunk/include/lldb/Utility/StreamGDBRemote.h
    lldb/trunk/include/lldb/Utility/StructuredData.h
    lldb/trunk/include/lldb/Utility/Timer.h
    lldb/trunk/include/lldb/Utility/UUID.h
    lldb/trunk/include/lldb/Utility/UserID.h
    lldb/trunk/include/lldb/lldb-defines.h
    lldb/trunk/packages/Python/lldbsuite/test/lang/objc/real-definition/Bar.m
    lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py
    lldb/trunk/source/Expression/IRDynamicChecks.cpp
    lldb/trunk/source/Expression/UtilityFunction.cpp
    lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
    lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
    lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
    lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
    lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
    lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
    lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.h
    lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.h
    lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
    lldb/trunk/source/Plugins/Process/Darwin/DarwinProcessLauncher.h
    lldb/trunk/source/Plugins/Process/Darwin/NativeProcessDarwin.h
    lldb/trunk/source/Plugins/Process/Darwin/NativeThreadDarwin.h
    lldb/trunk/source/Plugins/Process/FreeBSD/POSIXStopInfo.h
    lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
    lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.h
    lldb/trunk/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h
    lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.h
    lldb/trunk/source/Plugins/Process/Linux/NativeThreadLinux.h
    lldb/trunk/source/Plugins/Process/Linux/ProcessorTrace.h
    lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
    lldb/trunk/source/Plugins/Process/POSIX/ProcessMessage.h
    lldb/trunk/source/Plugins/Process/Utility/HistoryThread.h
    lldb/trunk/source/Plugins/Process/Utility/RegisterContextLLDB.h
    lldb/trunk/source/Plugins/Process/Utility/RegisterInfoInterface.h
    lldb/trunk/source/Plugins/Process/Utility/UnwindLLDB.h
    lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
    lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
    lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
    lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
    lldb/trunk/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
    lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
    lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
    lldb/trunk/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
    lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h
    lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h
    lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h
    lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h
    lldb/trunk/source/Target/StackFrame.cpp
    lldb/trunk/source/Utility/FileSpec.cpp
    lldb/trunk/source/Utility/Status.cpp
    lldb/trunk/tools/debugserver/source/JSON.h
    lldb/trunk/tools/debugserver/source/JSONGenerator.h
    lldb/trunk/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h
    lldb/trunk/tools/driver/Driver.h
    lldb/trunk/tools/intel-features/intel-pt/Decoder.h
    lldb/trunk/tools/intel-features/intel-pt/PTDecoder.h
    lldb/trunk/tools/lldb-vscode/JSONUtils.h
    lldb/trunk/tools/lldb-vscode/LLDBUtils.h

Modified: lldb/trunk/examples/interposing/darwin/fd_interposing/FDInterposing.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/interposing/darwin/fd_interposing/FDInterposing.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/examples/interposing/darwin/fd_interposing/FDInterposing.cpp (original)
+++ lldb/trunk/examples/interposing/darwin/fd_interposing/FDInterposing.cpp Mon Mar 11 10:09:29 2019
@@ -69,7 +69,7 @@
 #include <vector>
 
 //----------------------------------------------------------------------
-/// @def DISALLOW_COPY_AND_ASSIGN(TypeName)
+/// \def DISALLOW_COPY_AND_ASSIGN(TypeName)
 ///     Macro definition for easily disallowing copy constructor and
 ///     assignment operators in C++ classes.
 //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/API/SBAttachInfo.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBAttachInfo.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBAttachInfo.h (original)
+++ lldb/trunk/include/lldb/API/SBAttachInfo.h Mon Mar 11 10:09:29 2019
@@ -27,10 +27,10 @@ public:
   /// This function implies that a future call to SBTarget::Attach(...)
   /// will be synchronous.
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     A full or partial name for the process to attach to.
   ///
-  /// @param[in] wait_for
+  /// \param[in] wait_for
   ///     If \b false, attach to an existing process whose name matches.
   ///     If \b true, then wait for the next process whose name matches.
   //------------------------------------------------------------------
@@ -42,14 +42,14 @@ public:
   /// Future calls to SBTarget::Attach(...) will be synchronous or
   /// asynchronous depending on the \a async argument.
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     A full or partial name for the process to attach to.
   ///
-  /// @param[in] wait_for
+  /// \param[in] wait_for
   ///     If \b false, attach to an existing process whose name matches.
   ///     If \b true, then wait for the next process whose name matches.
   ///
-  /// @param[in] async
+  /// \param[in] async
   ///     If \b false, then the SBTarget::Attach(...) call will be a
   ///     synchronous call with no way to cancel the attach in
   ///     progress.
@@ -85,7 +85,7 @@ public:
   /// This function implies that a call to SBTarget::Attach(...) will
   /// be synchronous.
   ///
-  /// @param[in] b
+  /// \param[in] b
   ///     If \b false, attach to an existing process whose name matches.
   ///     If \b true, then wait for the next process whose name matches.
   //------------------------------------------------------------------
@@ -98,11 +98,11 @@ public:
   /// Future calls to SBTarget::Attach(...) will be synchronous or
   /// asynchronous depending on the \a async argument.
   ///
-  /// @param[in] b
+  /// \param[in] b
   ///     If \b false, attach to an existing process whose name matches.
   ///     If \b true, then wait for the next process whose name matches.
   ///
-  /// @param[in] async
+  /// \param[in] async
   ///     If \b false, then the SBTarget::Attach(...) call will be a
   ///     synchronous call with no way to cancel the attach in
   ///     progress.

Modified: lldb/trunk/include/lldb/API/SBBlock.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBBlock.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBBlock.h (original)
+++ lldb/trunk/include/lldb/API/SBBlock.h Mon Mar 11 10:09:29 2019
@@ -63,7 +63,7 @@ public:
   //------------------------------------------------------------------
   /// Get the inlined block that contains this block.
   ///
-  /// @return
+  /// \return
   ///     If this block is inlined, it will return this block, else
   ///     parent blocks will be searched to see if any contain this
   ///     block and are themselves inlined. An invalid SBBlock will

Modified: lldb/trunk/include/lldb/API/SBCommandInterpreter.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBCommandInterpreter.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBCommandInterpreter.h (original)
+++ lldb/trunk/include/lldb/API/SBCommandInterpreter.h Mon Mar 11 10:09:29 2019
@@ -208,10 +208,10 @@ public:
   /// terminal, so this function allows GUI programs to emulate this
   /// functionality.
   ///
-  /// @param[in] ch
+  /// \param[in] ch
   ///     The character that was typed along with the control key
   ///
-  /// @return
+  /// \return
   ///     The string that should be written into the file handle that is
   ///     feeding the input stream for the debugger, or nullptr if there is
   ///     no string for this control key.

Modified: lldb/trunk/include/lldb/API/SBCompileUnit.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBCompileUnit.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBCompileUnit.h (original)
+++ lldb/trunk/include/lldb/API/SBCompileUnit.h Mon Mar 11 10:09:29 2019
@@ -52,7 +52,7 @@ public:
   /// Get all types matching \a type_mask from debug info in this
   /// compile unit.
   ///
-  /// @param[in] type_mask
+  /// \param[in] type_mask
   ///    A bitfield that consists of one or more bits logically OR'ed
   ///    together from the lldb::TypeClass enumeration. This allows
   ///    you to request only structure types, or only class, struct
@@ -60,7 +60,7 @@ public:
   ///    all types found in the debug information for this compile
   ///    unit.
   ///
-  /// @return
+  /// \return
   ///    A list of types in this compile unit that match \a type_mask
   //------------------------------------------------------------------
   lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);

Modified: lldb/trunk/include/lldb/API/SBDebugger.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBDebugger.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBDebugger.h (original)
+++ lldb/trunk/include/lldb/API/SBDebugger.h Mon Mar 11 10:09:29 2019
@@ -151,7 +151,7 @@ public:
 
   /// Get the name and description of one of the available platforms.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     Zero-based index of the platform for which info should be retrieved,
   ///     must be less than the value returned by GetNumAvailablePlatforms().
   lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx);

Modified: lldb/trunk/include/lldb/API/SBLaunchInfo.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBLaunchInfo.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBLaunchInfo.h (original)
+++ lldb/trunk/include/lldb/API/SBLaunchInfo.h Mon Mar 11 10:09:29 2019
@@ -57,10 +57,10 @@ public:
   /// SBTarget::Launch(...), the target will use the resolved executable
   /// path that was used to create the target.
   ///
-  /// @param[in] exe_file
+  /// \param[in] exe_file
   ///     The override path to use when launching the executable.
   ///
-  /// @param[in] add_as_first_arg
+  /// \param[in] add_as_first_arg
   ///     If true, then the path will be inserted into the argument vector
   ///     prior to launching. Otherwise the argument vector will be left
   ///     alone.

Modified: lldb/trunk/include/lldb/API/SBMemoryRegionInfo.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBMemoryRegionInfo.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBMemoryRegionInfo.h (original)
+++ lldb/trunk/include/lldb/API/SBMemoryRegionInfo.h Mon Mar 11 10:09:29 2019
@@ -30,7 +30,7 @@ public:
   //------------------------------------------------------------------
   /// Get the base address of this memory range.
   ///
-  /// @return
+  /// \return
   ///     The base address of this memory range.
   //------------------------------------------------------------------
   lldb::addr_t GetRegionBase();
@@ -38,7 +38,7 @@ public:
   //------------------------------------------------------------------
   /// Get the end address of this memory range.
   ///
-  /// @return
+  /// \return
   ///     The base address of this memory range.
   //------------------------------------------------------------------
   lldb::addr_t GetRegionEnd();
@@ -46,7 +46,7 @@ public:
   //------------------------------------------------------------------
   /// Check if this memory address is marked readable to the process.
   ///
-  /// @return
+  /// \return
   ///     true if this memory address is marked readable
   //------------------------------------------------------------------
   bool IsReadable();
@@ -54,7 +54,7 @@ public:
   //------------------------------------------------------------------
   /// Check if this memory address is marked writable to the process.
   ///
-  /// @return
+  /// \return
   ///     true if this memory address is marked writable
   //------------------------------------------------------------------
   bool IsWritable();
@@ -62,7 +62,7 @@ public:
   //------------------------------------------------------------------
   /// Check if this memory address is marked executable to the process.
   ///
-  /// @return
+  /// \return
   ///     true if this memory address is marked executable
   //------------------------------------------------------------------
   bool IsExecutable();
@@ -71,7 +71,7 @@ public:
   /// Check if this memory address is mapped into the process address
   /// space.
   ///
-  /// @return
+  /// \return
   ///     true if this memory address is in the process address space.
   //------------------------------------------------------------------
   bool IsMapped();
@@ -80,7 +80,7 @@ public:
   /// Returns the name of the memory region mapped at the given
   /// address.
   ///
-  /// @return
+  /// \return
   ///     In case of memory mapped files it is the absolute path of
   ///     the file otherwise it is a name associated with the memory
   ///     region. If no name can be determined the returns nullptr.

Modified: lldb/trunk/include/lldb/API/SBModule.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBModule.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBModule.h (original)
+++ lldb/trunk/include/lldb/API/SBModule.h Mon Mar 11 10:09:29 2019
@@ -44,7 +44,7 @@ public:
   /// that is running LLDB. This can differ from the path on the
   /// platform since we might be doing remote debugging.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the file specification object.
   //------------------------------------------------------------------
   lldb::SBFileSpec GetFileSpec() const;
@@ -61,7 +61,7 @@ public:
   /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
   /// The file could also be cached in a local developer kit directory.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the file specification object.
   //------------------------------------------------------------------
   lldb::SBFileSpec GetPlatformFileSpec() const;
@@ -77,7 +77,7 @@ public:
   /// the target will install this module on the remote platform prior
   /// to launching.
   ///
-  /// @return
+  /// \return
   ///     A file specification object.
   //------------------------------------------------------------------
   lldb::SBFileSpec GetRemoteInstallFileSpec();
@@ -97,7 +97,7 @@ public:
   /// or "./usr/lib", then the install path will be resolved using
   /// the platform's current working directory as the base path.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///     A file specification object.
   //------------------------------------------------------------------
   bool SetRemoteInstallFileSpec(lldb::SBFileSpec &file);
@@ -134,11 +134,11 @@ public:
   /// Find compile units related to *this module and passed source
   /// file.
   ///
-  /// @param[in] sb_file_spec
+  /// \param[in] sb_file_spec
   ///     A lldb::SBFileSpec object that contains source file
   ///     specification.
   ///
-  /// @return
+  /// \return
   ///     A lldb::SBSymbolContextList that gets filled in with all of
   ///     the symbol contexts for all the matches.
   //------------------------------------------------------------------
@@ -161,17 +161,17 @@ public:
   //------------------------------------------------------------------
   /// Find functions by name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the function we are looking for.
   ///
-  /// @param[in] name_type_mask
+  /// \param[in] name_type_mask
   ///     A logical OR of one or more FunctionNameType enum bits that
   ///     indicate what kind of names should be used when doing the
   ///     lookup. Bits include fully qualified names, base names,
   ///     C++ methods, or ObjC selectors.
   ///     See FunctionNameType for more details.
   ///
-  /// @return
+  /// \return
   ///     A lldb::SBSymbolContextList that gets filled in with all of
   ///     the symbol contexts for all the matches.
   //------------------------------------------------------------------
@@ -182,17 +182,17 @@ public:
   //------------------------------------------------------------------
   /// Find global and static variables by name.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     A valid SBTarget instance representing the debuggee.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the global or static variable we are looking
   ///     for.
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a max_matches.
   ///
-  /// @return
+  /// \return
   ///     A list of matched variables in an SBValueList.
   //------------------------------------------------------------------
   lldb::SBValueList FindGlobalVariables(lldb::SBTarget &target,
@@ -201,14 +201,14 @@ public:
   //------------------------------------------------------------------
   /// Find the first global (or static) variable by name.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     A valid SBTarget instance representing the debuggee.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the global or static variable we are looking
   ///     for.
   ///
-  /// @return
+  /// \return
   ///     An SBValue that gets filled in with the found variable (if any).
   //------------------------------------------------------------------
   lldb::SBValue FindFirstGlobalVariable(lldb::SBTarget &target,
@@ -227,10 +227,10 @@ public:
   ///
   /// For DWARF debug info, the type ID is the DIE offset.
   ///
-  /// @param[in] uid
+  /// \param[in] uid
   ///     The type user ID.
   ///
-  /// @return
+  /// \return
   ///     An SBType for the given type ID, or an empty SBType if the
   ///     type was not found.
   //------------------------------------------------------------------
@@ -242,14 +242,14 @@ public:
   /// Get all types matching \a type_mask from debug info in this
   /// module.
   ///
-  /// @param[in] type_mask
+  /// \param[in] type_mask
   ///     A bitfield that consists of one or more bits logically OR'ed
   ///     together from the lldb::TypeClass enumeration. This allows
   ///     you to request only structure types, or only class, struct
   ///     and union types. Passing in lldb::eTypeClassAny will return
   ///     all types found in the debug information for this module.
   ///
-  /// @return
+  /// \return
   ///     A list of types in this module that match \a type_mask
   //------------------------------------------------------------------
   lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
@@ -268,7 +268,7 @@ public:
   /// function with a value of \a versions and \a num_versions that
   /// has enough storage to store some or all version numbers.
   ///
-  /// @param[out] versions
+  /// \param[out] versions
   ///     A pointer to an array of uint32_t types that is \a num_versions
   ///     long. If this value is NULL, the return value will indicate
   ///     how many version numbers are required for a subsequent call
@@ -279,7 +279,7 @@ public:
   ///     will be filled with \a num_versions UINT32_MAX values
   ///     and zero will be returned.
   ///
-  /// @param[in] num_versions
+  /// \param[in] num_versions
   ///     The maximum number of entries to fill into \a versions. If
   ///     this value is zero, then the return value will indicate
   ///     how many version numbers there are in total so another call
@@ -289,7 +289,7 @@ public:
   ///     numbers in this object file, only \a num_versions will be
   ///     filled into \a versions (if \a versions is non-NULL).
   ///
-  /// @return
+  /// \return
   ///     This function always returns the number of version numbers
   ///     that this object file has regardless of the number of
   ///     version numbers that were copied into \a versions.
@@ -304,7 +304,7 @@ public:
   /// like '/usr/lib/liba.dylib' then debug information can be located
   /// in folder like '/usr/lib/liba.dylib.dSYM/'.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the file specification object.
   //------------------------------------------------------------------
   lldb::SBFileSpec GetSymbolFileSpec() const;

Modified: lldb/trunk/include/lldb/API/SBModuleSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBModuleSpec.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBModuleSpec.h (original)
+++ lldb/trunk/include/lldb/API/SBModuleSpec.h Mon Mar 11 10:09:29 2019
@@ -37,7 +37,7 @@ public:
   /// that is running LLDB. This can differ from the path on the
   /// platform since we might be doing remote debugging.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the file specification object.
   //------------------------------------------------------------------
   lldb::SBFileSpec GetFileSpec();
@@ -56,7 +56,7 @@ public:
   /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
   /// The file could also be cached in a local developer kit directory.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the file specification object.
   //------------------------------------------------------------------
   lldb::SBFileSpec GetPlatformFileSpec();

Modified: lldb/trunk/include/lldb/API/SBProcess.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBProcess.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBProcess.h (original)
+++ lldb/trunk/include/lldb/API/SBProcess.h Mon Mar 11 10:09:29 2019
@@ -137,7 +137,7 @@ public:
   /// this is typically the same as if you called "getpid()" in the
   /// process.
   ///
-  /// @return
+  /// \return
   ///     Returns LLDB_INVALID_PROCESS_ID if this object does not
   ///     contain a valid process object, or if the process has not
   ///     been launched. Returns a valid process ID if the process is
@@ -153,7 +153,7 @@ public:
   /// create a process with the same process ID, there needs to be a
   /// way to tell two process instances apart.
   ///
-  /// @return
+  /// \return
   ///     Returns a non-zero integer ID if this object contains a
   ///     valid process object, zero if this object does not contain
   ///     a valid process object.
@@ -188,10 +188,10 @@ public:
   /// Note that it wasn't fully implemented and tracks only the stop
   /// event for the last natural stop ID.
   ///
-  /// @param [in] stop_id
+  /// \param [in] stop_id
   ///   The ID of the stop event to return.
   ///
-  /// @return
+  /// \return
   ///   The stop event corresponding to stop ID.
   //------------------------------------------------------------------
   lldb::SBEvent GetStopEventForStopID(uint32_t stop_id);
@@ -239,7 +239,7 @@ public:
   //------------------------------------------------------------------
   /// Start Tracing with the given SBTraceOptions.
   ///
-  /// @param[in] options
+  /// \param[in] options
   ///     Class containing trace options like trace buffer size, meta
   ///     data buffer size, TraceType and any custom parameters
   ///     {formatted as a JSON Dictionary}. In case of errors in
@@ -254,10 +254,10 @@ public:
   ///     parameters, only the parameters recognized by the target
   ///     would be used and others would be ignored.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error explaining what went wrong.
   ///
-  /// @return
+  /// \return
   ///     A SBTrace instance, which should be used
   ///     to get the trace data or other trace related operations.
   //------------------------------------------------------------------
@@ -268,15 +268,15 @@ public:
   //------------------------------------------------------------------
   /// Load a shared library into this process.
   ///
-  /// @param[in] remote_image_spec
+  /// \param[in] remote_image_spec
   ///     The path for the shared library on the target what you want
   ///     to load.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error object that gets filled in with any errors that
   ///     might occur when trying to load the shared library.
   ///
-  /// @return
+  /// \return
   ///     A token that represents the shared library that can be
   ///     later used to unload the shared library. A value of
   ///     LLDB_INVALID_IMAGE_TOKEN will be returned if the shared
@@ -287,24 +287,24 @@ public:
   //------------------------------------------------------------------
   /// Load a shared library into this process.
   ///
-  /// @param[in] local_image_spec
+  /// \param[in] local_image_spec
   ///     The file spec that points to the shared library that you
   ///     want to load if the library is located on the host. The
   ///     library will be copied over to the location specified by
   ///     remote_image_spec or into the current working directory with
   ///     the same filename if the remote_image_spec isn't specified.
   ///
-  /// @param[in] remote_image_spec
+  /// \param[in] remote_image_spec
   ///     If local_image_spec is specified then the location where the
   ///     library should be copied over from the host. If
   ///     local_image_spec isn't specified, then the path for the
   ///     shared library on the target what you want to load.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error object that gets filled in with any errors that
   ///     might occur when trying to load the shared library.
   ///
-  /// @return
+  /// \return
   ///     A token that represents the shared library that can be
   ///     later used to unload the shared library. A value of
   ///     LLDB_INVALID_IMAGE_TOKEN will be returned if the shared
@@ -319,25 +319,25 @@ public:
   /// library name and a list of paths, searching along the list of
   /// paths till you find a matching library.
   ///
-  /// @param[in] image_spec
+  /// \param[in] image_spec
   ///     The name of the shared library that you want to load.  
   ///     If image_spec is a relative path, the relative path will be
   ///     appended to the search paths.
   ///     If the image_spec is an absolute path, just the basename is used.
   ///
-  /// @param[in] paths
+  /// \param[in] paths
   ///     A list of paths to search for the library whose basename is 
   ///     local_spec.
   ///
-  /// @param[out] loaded_path
+  /// \param[out] loaded_path
   ///     If the library was found along the paths, this will store the
   ///     full path to the found library.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error object that gets filled in with any errors that
   ///     might occur when trying to search for the shared library.
   ///
-  /// @return
+  /// \return
   ///     A token that represents the shared library that can be
   ///     later passed to UnloadImage. A value of
   ///     LLDB_INVALID_IMAGE_TOKEN will be returned if the shared
@@ -361,7 +361,7 @@ public:
   /// or the work item was enqueued to it (in the case of a libdispatch
   /// queue).
   ///
-  /// @return
+  /// \return
   ///   The number of thread-origin extended backtrace types that may be
   ///   available.
   //------------------------------------------------------------------
@@ -371,13 +371,13 @@ public:
   /// Return the name of one of the thread-origin extended backtrace
   /// methods.
   ///
-  /// @param [in] idx
+  /// \param [in] idx
   ///   The index of the name to return.  They will be returned in
   ///   the order that the user will most likely want to see them.
   ///   e.g. if the type at index 0 is not available for a thread,
   ///   see if the type at index 1 provides an extended backtrace.
   ///
-  /// @return
+  /// \return
   ///   The name at that index.
   //------------------------------------------------------------------
   const char *GetExtendedBacktraceTypeAtIndex(uint32_t idx);
@@ -394,14 +394,14 @@ public:
   /// region that contains it in the supplied SBMemoryRegionInfo object.
   /// To iterate over all memory regions use GetMemoryRegionList.
   ///
-  /// @param[in] load_addr
+  /// \param[in] load_addr
   ///     The address to be queried.
   ///
-  /// @param[out] region_info
+  /// \param[out] region_info
   ///     A reference to an SBMemoryRegionInfo object that will contain
   ///     the details of the memory region containing load_addr.
   ///
-  /// @return
+  /// \return
   ///     An error object describes any errors that occurred while
   ///     querying load_addr.
   //------------------------------------------------------------------
@@ -411,7 +411,7 @@ public:
   //------------------------------------------------------------------
   /// Return the list of memory regions within the process.
   ///
-  /// @return
+  /// \return
   ///     A list of all witin the process memory regions.
   //------------------------------------------------------------------
   lldb::SBMemoryRegionInfoList GetMemoryRegions();

Modified: lldb/trunk/include/lldb/API/SBSection.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBSection.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBSection.h (original)
+++ lldb/trunk/include/lldb/API/SBSection.h Mon Mar 11 10:09:29 2019
@@ -63,7 +63,7 @@ public:
   /// i.e. for a section having read and execute permissions, the value
   /// returned is 6
   ///
-  /// @return
+  /// \return
   ///     Returns an unsigned value for Permissions for the section.
   //------------------------------------------------------------------
   uint32_t
@@ -75,7 +75,7 @@ public:
   /// varying minimum addressable unit (i.e. byte) size for their
   /// CODE or DATA buses.
   ///
-  /// @return
+  /// \return
   ///     The number of host (8-bit) bytes needed to hold a target byte
   //------------------------------------------------------------------
   uint32_t GetTargetByteSize();

Modified: lldb/trunk/include/lldb/API/SBStructuredData.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBStructuredData.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBStructuredData.h (original)
+++ lldb/trunk/include/lldb/API/SBStructuredData.h Mon Mar 11 10:09:29 2019
@@ -89,17 +89,17 @@ public:
   //------------------------------------------------------------------
   /// Provides the string value if this data structure is a string type.
   ///
-  /// @param[out] dst
+  /// \param[out] dst
   ///     pointer where the string value will be written. In case it is null,
   ///     nothing will be written at @dst.
   ///
-  /// @param[in] dst_len
+  /// \param[in] dst_len
   ///     max number of characters that can be written at @dst. In case it is
   ///     zero, nothing will be written at @dst. If this length is not enough
   ///     to write the complete string value, (dst_len-1) bytes of the string
   ///     value will be written at @dst followed by a null character.
   ///
-  /// @return
+  /// \return
   ///     Returns the byte size needed to completely write the string value at
   ///     @dst in all cases.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/API/SBTarget.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBTarget.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBTarget.h (original)
+++ lldb/trunk/include/lldb/API/SBTarget.h Mon Mar 11 10:09:29 2019
@@ -75,7 +75,7 @@ public:
   //------------------------------------------------------------------
   /// Sets whether we should collect statistics on lldb or not.
   ///
-  /// @param[in] v
+  /// \param[in] v
   ///     A boolean to control the collection.
   //------------------------------------------------------------------
   void SetCollectingStats(bool v);
@@ -83,7 +83,7 @@ public:
   //------------------------------------------------------------------
   /// Returns whether statistics collection are enabled.
   ///
-  /// @return
+  /// \return
   ///     true if statistics are currently being collected, false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -92,7 +92,7 @@ public:
   //------------------------------------------------------------------
   /// Returns a dump of the collected statistics.
   ///
-  /// @return
+  /// \return
   ///     A SBStructuredData with the statistics collected.
   //------------------------------------------------------------------
   lldb::SBStructuredData GetStatistics();
@@ -103,7 +103,7 @@ public:
   /// After return, the platform object should be checked for
   /// validity.
   ///
-  /// @return
+  /// \return
   ///     A platform object.
   //------------------------------------------------------------------
   lldb::SBPlatform GetPlatform();
@@ -118,7 +118,7 @@ public:
   /// have an install location set, it will be installed in the remote
   /// platform's working directory.
   ///
-  /// @return
+  /// \return
   ///     An error describing anything that went wrong during
   ///     installation.
   //------------------------------------------------------------------
@@ -134,47 +134,47 @@ public:
   /// optionally re-directed to \a stdin_path, \a stdout_path, and
   /// \a stderr_path.
   ///
-  /// @param[in] listener
+  /// \param[in] listener
   ///     An optional listener that will receive all process events.
   ///     If \a listener is valid then \a listener will listen to all
   ///     process events. If not valid, then this target's debugger
   ///     (SBTarget::GetDebugger()) will listen to all process events.
   ///
-  /// @param[in] argv
+  /// \param[in] argv
   ///     The argument array.
   ///
-  /// @param[in] envp
+  /// \param[in] envp
   ///     The environment array.
   ///
-  /// @param[in] stdin_path
+  /// \param[in] stdin_path
   ///     The path to use when re-directing the STDIN of the new
   ///     process. If all stdXX_path arguments are nullptr, a pseudo
   ///     terminal will be used.
   ///
-  /// @param[in] stdout_path
+  /// \param[in] stdout_path
   ///     The path to use when re-directing the STDOUT of the new
   ///     process. If all stdXX_path arguments are nullptr, a pseudo
   ///     terminal will be used.
   ///
-  /// @param[in] stderr_path
+  /// \param[in] stderr_path
   ///     The path to use when re-directing the STDERR of the new
   ///     process. If all stdXX_path arguments are nullptr, a pseudo
   ///     terminal will be used.
   ///
-  /// @param[in] working_directory
+  /// \param[in] working_directory
   ///     The working directory to have the child process run in
   ///
-  /// @param[in] launch_flags
+  /// \param[in] launch_flags
   ///     Some launch options specified by logical OR'ing
   ///     lldb::LaunchFlags enumeration values together.
   ///
-  /// @param[in] stop_at_entry
+  /// \param[in] stop_at_entry
   ///     If false do not stop the inferior at the entry point.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error object. Contains the reason if there is some failure.
   ///
-  /// @return
+  /// \return
   ///      A process object for the newly created process.
   //------------------------------------------------------------------
   lldb::SBProcess Launch(SBListener &listener, char const **argv,
@@ -190,13 +190,13 @@ public:
   //------------------------------------------------------------------
   /// Launch a new process with sensible defaults.
   ///
-  /// @param[in] argv
+  /// \param[in] argv
   ///     The argument array.
   ///
-  /// @param[in] envp
+  /// \param[in] envp
   ///     The environment array.
   ///
-  /// @param[in] working_directory
+  /// \param[in] working_directory
   ///     The working directory to have the child process run in
   ///
   /// Default: listener
@@ -210,7 +210,7 @@ public:
   /// Default: stderr_path
   ///     A pseudo terminal will be used.
   ///
-  /// @return
+  /// \return
   ///      A process object for the newly created process.
   //------------------------------------------------------------------
   SBProcess LaunchSimple(const char **argv, const char **envp,
@@ -223,19 +223,19 @@ public:
   //------------------------------------------------------------------
   /// Attach to process with pid.
   ///
-  /// @param[in] listener
+  /// \param[in] listener
   ///     An optional listener that will receive all process events.
   ///     If \a listener is valid then \a listener will listen to all
   ///     process events. If not valid, then this target's debugger
   ///     (SBTarget::GetDebugger()) will listen to all process events.
   ///
-  /// @param[in] pid
+  /// \param[in] pid
   ///     The process ID to attach to.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error explaining what went wrong if attach fails.
   ///
-  /// @return
+  /// \return
   ///      A process object for the attached process.
   //------------------------------------------------------------------
   lldb::SBProcess AttachToProcessWithID(SBListener &listener, lldb::pid_t pid,
@@ -244,22 +244,22 @@ public:
   //------------------------------------------------------------------
   /// Attach to process with name.
   ///
-  /// @param[in] listener
+  /// \param[in] listener
   ///     An optional listener that will receive all process events.
   ///     If \a listener is valid then \a listener will listen to all
   ///     process events. If not valid, then this target's debugger
   ///     (SBTarget::GetDebugger()) will listen to all process events.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     Basename of process to attach to.
   ///
-  /// @param[in] wait_for
+  /// \param[in] wait_for
   ///     If true wait for a new instance of 'name' to be launched.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error explaining what went wrong if attach fails.
   ///
-  /// @return
+  /// \return
   ///      A process object for the attached process.
   //------------------------------------------------------------------
   lldb::SBProcess AttachToProcessWithName(SBListener &listener,
@@ -269,22 +269,22 @@ public:
   //------------------------------------------------------------------
   /// Connect to a remote debug server with url.
   ///
-  /// @param[in] listener
+  /// \param[in] listener
   ///     An optional listener that will receive all process events.
   ///     If \a listener is valid then \a listener will listen to all
   ///     process events. If not valid, then this target's debugger
   ///     (SBTarget::GetDebugger()) will listen to all process events.
   ///
-  /// @param[in] url
+  /// \param[in] url
   ///     The url to connect to, e.g., 'connect://localhost:12345'.
   ///
-  /// @param[in] plugin_name
+  /// \param[in] plugin_name
   ///     The plugin name to be used; can be nullptr.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error explaining what went wrong if the connect fails.
   ///
-  /// @return
+  /// \return
   ///      A process object for the connected process.
   //------------------------------------------------------------------
   lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
@@ -320,11 +320,11 @@ public:
   /// Find compile units related to *this target and passed source
   /// file.
   ///
-  /// @param[in] sb_file_spec
+  /// \param[in] sb_file_spec
   ///     A lldb::SBFileSpec object that contains source file
   ///     specification.
   ///
-  /// @return
+  /// \return
   ///     A lldb::SBSymbolContextList that gets filled in with all of
   ///     the symbol contexts for all the matches.
   //------------------------------------------------------------------
@@ -340,7 +340,7 @@ public:
   //------------------------------------------------------------------
   /// Architecture data byte width accessor
   ///
-  /// @return
+  /// \return
   /// The size in 8-bit (host) bytes of a minimum addressable
   /// unit from the Architecture's data bus
   //------------------------------------------------------------------
@@ -349,7 +349,7 @@ public:
   //------------------------------------------------------------------
   /// Architecture code byte width accessor
   ///
-  /// @return
+  /// \return
   /// The size in 8-bit (host) bytes of a minimum addressable
   /// unit from the Architecture's code bus
   //------------------------------------------------------------------
@@ -358,14 +358,14 @@ public:
   //------------------------------------------------------------------
   /// Set the base load address for a module section.
   ///
-  /// @param[in] section
+  /// \param[in] section
   ///     The section whose base load address will be set within this
   ///     target.
   ///
-  /// @param[in] section_base_addr
+  /// \param[in] section_base_addr
   ///     The base address for the section.
   ///
-  /// @return
+  /// \return
   ///      An error to indicate success, fail, and any reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -375,11 +375,11 @@ public:
   //------------------------------------------------------------------
   /// Clear the base load address for a module section.
   ///
-  /// @param[in] section
+  /// \param[in] section
   ///     The section whose base load address will be cleared within
   ///     this target.
   ///
-  /// @return
+  /// \return
   ///      An error to indicate success, fail, and any reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -394,14 +394,14 @@ public:
   /// this function will allow you to easily and quickly slide all
   /// module sections.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module to load.
   ///
-  /// @param[in] sections_offset
+  /// \param[in] sections_offset
   ///     An offset that will be applied to all section file addresses
   ///     (the virtual addresses found in the object file itself).
   ///
-  /// @return
+  /// \return
   ///     An error to indicate success, fail, and any reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -411,10 +411,10 @@ public:
   //------------------------------------------------------------------
   /// Clear the section base load addresses for all sections in a module.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module to unload.
   ///
-  /// @return
+  /// \return
   ///     An error to indicate success, fail, and any reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -423,17 +423,17 @@ public:
   //------------------------------------------------------------------
   /// Find functions by name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the function we are looking for.
   ///
-  /// @param[in] name_type_mask
+  /// \param[in] name_type_mask
   ///     A logical OR of one or more FunctionNameType enum bits that
   ///     indicate what kind of names should be used when doing the
   ///     lookup. Bits include fully qualified names, base names,
   ///     C++ methods, or ObjC selectors.
   ///     See FunctionNameType for more details.
   ///
-  /// @return
+  /// \return
   ///     A lldb::SBSymbolContextList that gets filled in with all of
   ///     the symbol contexts for all the matches.
   //------------------------------------------------------------------
@@ -444,14 +444,14 @@ public:
   //------------------------------------------------------------------
   /// Find global and static variables by name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the global or static variable we are looking
   ///     for.
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a max_matches.
   ///
-  /// @return
+  /// \return
   ///     A list of matched variables in an SBValueList.
   //------------------------------------------------------------------
   lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches);
@@ -459,11 +459,11 @@ public:
   //------------------------------------------------------------------
   /// Find the first global (or static) variable by name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the global or static variable we are looking
   ///     for.
   ///
-  /// @return
+  /// \return
   ///     An SBValue that gets filled in with the found variable (if any).
   //------------------------------------------------------------------
   lldb::SBValue FindFirstGlobalVariable(const char *name);
@@ -471,16 +471,16 @@ public:
   //------------------------------------------------------------------
   /// Find global and static variables by pattern.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The pattern to search for global or static variables
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a max_matches.
   ///
-  /// @param[in] matchtype
+  /// \param[in] matchtype
   ///     The match type to use.
   ///
-  /// @return
+  /// \return
   ///     A list of matched variables in an SBValueList.
   //------------------------------------------------------------------
   lldb::SBValueList FindGlobalVariables(const char *name, uint32_t max_matches,
@@ -489,16 +489,16 @@ public:
   //------------------------------------------------------------------
   /// Find global functions by their name with pattern matching.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The pattern to search for global or static variables
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a max_matches.
   ///
-  /// @param[in] matchtype
+  /// \param[in] matchtype
   ///     The match type to use.
   ///
-  /// @return
+  /// \return
   ///     A list of matched variables in an SBValueList.
   //------------------------------------------------------------------
   lldb::SBSymbolContextList FindGlobalFunctions(const char *name,
@@ -510,10 +510,10 @@ public:
   //------------------------------------------------------------------
   /// Resolve a current file address into a section offset address.
   ///
-  /// @param[in] file_addr
+  /// \param[in] file_addr
   ///     The file address to resolve.
   ///
-  /// @return
+  /// \return
   ///     An SBAddress which will be valid if...
   //------------------------------------------------------------------
   lldb::SBAddress ResolveFileAddress(lldb::addr_t file_addr);
@@ -521,11 +521,11 @@ public:
   //------------------------------------------------------------------
   /// Resolve a current load address into a section offset address.
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     A virtual address from the current process state that is to
   ///     be translated into a section offset address.
   ///
-  /// @return
+  /// \return
   ///     An SBAddress which will be valid if \a vm_addr was
   ///     successfully resolved into a section offset address, or an
   ///     invalid SBAddress if \a vm_addr doesn't resolve to a section
@@ -537,7 +537,7 @@ public:
   /// Resolve a current load address into a section offset address
   /// using the process stop ID to identify a time in the past.
   ///
-  /// @param[in] stop_id
+  /// \param[in] stop_id
   ///     Each time a process stops, the process stop ID integer gets
   ///     incremented. These stop IDs are used to identify past times
   ///     and can be used in history objects as a cheap way to store
@@ -545,11 +545,11 @@ public:
   ///     UINT32_MAX will always resolve the address using the
   ///     currently loaded sections.
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     A virtual address from the current process state that is to
   ///     be translated into a section offset address.
   ///
-  /// @return
+  /// \return
   ///     An SBAddress which will be valid if \a vm_addr was
   ///     successfully resolved into a section offset address, or an
   ///     invalid SBAddress if \a vm_addr doesn't resolve to a section
@@ -567,20 +567,20 @@ public:
   /// files. For a target whose bytes are sized as a multiple of host
   /// bytes, the data read back will preserve the target's byte order.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     A target address to read from.
   ///
-  /// @param[out] buf
+  /// \param[out] buf
   ///     The buffer to read memory into.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The maximum number of host bytes to read in the buffer passed
   ///     into this call
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     Status information is written here if the memory read fails.
   ///
-  /// @return
+  /// \return
   ///     The amount of data read in host bytes.
   //------------------------------------------------------------------
   size_t ReadMemory(const SBAddress addr, void *buf, size_t size,
@@ -686,24 +686,24 @@ public:
   //------------------------------------------------------------------
   /// Create a breakpoint using a scripted resolver.
   ///
-  /// @param[in] class_name
+  /// \param[in] class_name
   ///    This is the name of the class that implements a scripted resolver.
   ///
-  /// @param[in] extra_args
+  /// \param[in] extra_args
   ///    This is an SBStructuredData object that will get passed to the
   ///    constructor of the class in class_name.  You can use this to 
   ///    reuse the same class, parametrizing with entries from this 
   ///    dictionary.
   ///
-  /// @param module_list
+  /// \param module_list
   ///    If this is non-empty, this will be used as the module filter in the 
   ///    SearchFilter created for this breakpoint.
   ///
-  /// @param file_list
+  /// \param file_list
   ///    If this is non-empty, this will be used as the comp unit filter in the 
   ///    SearchFilter created for this breakpoint.
   ///
-  /// @return
+  /// \return
   ///     An SBBreakpoint that will set locations based on the logic in the
   ///     resolver's search callback.
   //------------------------------------------------------------------
@@ -718,13 +718,13 @@ public:
   /// Read breakpoints from source_file and return the newly created
   /// breakpoints in bkpt_list.
   ///
-  /// @param[in] source_file
+  /// \param[in] source_file
   ///    The file from which to read the breakpoints.
   ///
-  /// @param[out] new_bps
+  /// \param[out] new_bps
   ///    A list of the newly created breakpoints.
   ///
-  /// @return
+  /// \return
   ///     An SBError detailing any errors in reading in the breakpoints.
   //------------------------------------------------------------------
   lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file,
@@ -734,17 +734,17 @@ public:
   /// Read breakpoints from source_file and return the newly created
   /// breakpoints in bkpt_list.
   ///
-  /// @param[in] source_file
+  /// \param[in] source_file
   ///    The file from which to read the breakpoints.
   ///
-  /// @param[in] matching_names
+  /// \param[in] matching_names
   ///    Only read in breakpoints whose names match one of the names in this
   ///    list.
   ///
-  /// @param[out] new_bps
+  /// \param[out] new_bps
   ///    A list of the newly created breakpoints.
   ///
-  /// @return
+  /// \return
   ///     An SBError detailing any errors in reading in the breakpoints.
   //------------------------------------------------------------------
   lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file,
@@ -754,10 +754,10 @@ public:
   //------------------------------------------------------------------
   /// Write breakpoints to dest_file.
   ///
-  /// @param[in] dest_file
+  /// \param[in] dest_file
   ///    The file to which to write the breakpoints.
   ///
-  /// @return
+  /// \return
   ///     An SBError detailing any errors in writing in the breakpoints.
   //------------------------------------------------------------------
   lldb::SBError BreakpointsWriteToFile(SBFileSpec &dest_file);
@@ -765,18 +765,18 @@ public:
   //------------------------------------------------------------------
   /// Write breakpoints listed in bkpt_list to dest_file.
   ///
-  /// @param[in] dest_file
+  /// \param[in] dest_file
   ///    The file to which to write the breakpoints.
   ///
-  /// @param[in] bkpt_list
+  /// \param[in] bkpt_list
   ///    Only write breakpoints from this list.
   ///
-  /// @param[in] append
+  /// \param[in] append
   ///    If \btrue, append the breakpoints in bkpt_list to the others
   ///    serialized in dest_file.  If dest_file doesn't exist, then a new
   ///    file will be created and the breakpoints in bkpt_list written to it.
   ///
-  /// @return
+  /// \return
   ///     An SBError detailing any errors in writing in the breakpoints.
   //------------------------------------------------------------------
   lldb::SBError BreakpointsWriteToFile(SBFileSpec &dest_file,

Modified: lldb/trunk/include/lldb/API/SBTrace.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBTrace.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBTrace.h (original)
+++ lldb/trunk/include/lldb/API/SBTrace.h Mon Mar 11 10:09:29 2019
@@ -22,22 +22,22 @@ public:
   //------------------------------------------------------------------
   /// Obtain the trace data as raw bytes.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error explaining what went wrong.
   ///
-  /// @param[in] buf
+  /// \param[in] buf
   ///     Buffer to write the trace data to.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The size of the buffer used to read the data. This is
   ///     also the size of the data intended to read. It is also
   ///     possible to partially read the trace data for some trace
   ///     technologies by specifying a smaller buffer.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The start offset to begin reading the trace data.
   ///
-  /// @param[in] thread_id
+  /// \param[in] thread_id
   ///     Tracing could be started for the complete process or a
   ///     single thread, in the first case the traceid obtained would
   ///     map to all the threads existing within the process and the
@@ -45,7 +45,7 @@ public:
   ///     such a scenario to select the trace data for a specific
   ///     thread.
   ///
-  /// @return
+  /// \return
   ///     The size of the trace data effectively read by the API call.
   //------------------------------------------------------------------
   size_t GetTraceData(SBError &error, void *buf, size_t size, size_t offset = 0,
@@ -63,10 +63,10 @@ public:
   /// Stop the tracing instance. Stopping the trace will also
   /// lead to deletion of any gathered trace data.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error explaining what went wrong.
   ///
-  /// @param[in] thread_id
+  /// \param[in] thread_id
   ///     The trace id could map to a tracing instance for a thread
   ///     or could also map to a group of threads being traced with
   ///     the same trace options. A thread_id is normally optional
@@ -89,11 +89,11 @@ public:
   /// The threadid in the SBTraceOptions needs to be set when the
   /// configuration used by a specific thread is being requested.
   ///
-  /// @param[out] options
+  /// \param[out] options
   ///     The trace options actually used by the trace instance
   ///     would be filled by the API.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error explaining what went wrong.
   //------------------------------------------------------------------
   void GetTraceConfig(SBTraceOptions &options, SBError &error);

Modified: lldb/trunk/include/lldb/API/SBValue.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBValue.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBValue.h (original)
+++ lldb/trunk/include/lldb/API/SBValue.h Mon Mar 11 10:09:29 2019
@@ -177,20 +177,20 @@ public:
   /// that aren't in the array bounds using positive or negative
   /// indexes.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     The index of the child value to get
   ///
-  /// @param[in] use_dynamic
+  /// \param[in] use_dynamic
   ///     An enumeration that specifies whether to get dynamic values,
   ///     and also if the target can be run to figure out the dynamic
   ///     type of the child value.
   ///
-  /// @param[in] can_create_synthetic
+  /// \param[in] can_create_synthetic
   ///     If \b true, then allow child values to be created by index
   ///     for pointers and arrays for indexes that normally wouldn't
   ///     be allowed.
   ///
-  /// @return
+  /// \return
   ///     A new SBValue object that represents the child member value.
   //------------------------------------------------------------------
   lldb::SBValue GetChildAtIndex(uint32_t idx,
@@ -226,17 +226,17 @@ public:
   /// data type is a T* or T[], and extract item_count elements
   /// of type T from it, copying their contents in an SBData.
   ///
-  /// @param[in] item_idx
+  /// \param[in] item_idx
   ///     The index of the first item to retrieve. For an array
   ///     this is equivalent to array[item_idx], for a pointer
   ///     to *(pointer + item_idx). In either case, the measurement
   ///     unit for item_idx is the sizeof(T) rather than the byte
   ///
-  /// @param[in] item_count
+  /// \param[in] item_count
   ///     How many items should be copied into the output. By default
   ///     only one item is copied, but more can be asked for.
   ///
-  /// @return
+  /// \return
   ///     An SBData with the contents of the copied items, on success.
   ///     An empty SBData otherwise.
   //------------------------------------------------------------------
@@ -248,7 +248,7 @@ public:
   /// This method will read the contents of this object in memory
   /// and copy them into an SBData for future use.
   ///
-  /// @return
+  /// \return
   ///     An SBData with the contents of this SBValue, on success.
   ///     An empty SBData otherwise.
   //------------------------------------------------------------------
@@ -270,7 +270,7 @@ public:
   /// pointers, references, arrays and more. Again, it does so without
   /// doing any expensive type completion.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the SBValue might have children, or \b
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -322,22 +322,22 @@ public:
   ///
   /// Sets a watchpoint on the value.
   ///
-  /// @param[in] resolve_location
+  /// \param[in] resolve_location
   ///     Resolve the location of this value once and watch its address.
   ///     This value must currently be set to \b true as watching all
   ///     locations of a variable or a variable path is not yet supported,
   ///     though we plan to support it in the future.
   ///
-  /// @param[in] read
+  /// \param[in] read
   ///     Stop when this value is accessed.
   ///
-  /// @param[in] write
+  /// \param[in] write
   ///     Stop when this value is modified
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error object. Contains the reason if there is some failure.
   ///
-  /// @return
+  /// \return
   ///     An SBWatchpoint object. This object might not be valid upon
   ///     return due to a value not being contained in memory, too
   ///     large, or watchpoint resources are not available or all in
@@ -354,22 +354,22 @@ public:
   ///
   /// Sets a watchpoint on the value.
   ///
-  /// @param[in] resolve_location
+  /// \param[in] resolve_location
   ///     Resolve the location of this value once and watch its address.
   ///     This value must currently be set to \b true as watching all
   ///     locations of a variable or a variable path is not yet supported,
   ///     though we plan to support it in the future.
   ///
-  /// @param[in] read
+  /// \param[in] read
   ///     Stop when this value is accessed.
   ///
-  /// @param[in] write
+  /// \param[in] write
   ///     Stop when this value is modified
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error object. Contains the reason if there is some failure.
   ///
-  /// @return
+  /// \return
   ///     An SBWatchpoint object. This object might not be valid upon
   ///     return due to a value not being contained in memory, too
   ///     large, or watchpoint resources are not available or all in
@@ -387,7 +387,7 @@ public:
   /// already
   /// holding the two above-mentioned locks.
   ///
-  /// @return
+  /// \return
   ///     A ValueObjectSP of the best kind (static, dynamic or synthetic) we
   ///     can cons up, in accordance with the SBValue's settings.
   //------------------------------------------------------------------
@@ -415,13 +415,13 @@ protected:
   /// ValueObject.h/cpp or somewhere else convenient.  We haven't needed to so
   /// far.
   ///
-  /// @param[in] value_locker
+  /// \param[in] value_locker
   ///     An object that will hold the Target API, and Process RunLocks, and
   ///     auto-destroy them when it goes out of scope.  Currently this is only
   ///     useful in
   ///     SBValue.cpp.
   ///
-  /// @return
+  /// \return
   ///     A ValueObjectSP of the best kind (static, dynamic or synthetic) we
   ///     can cons up, in accordance with the SBValue's settings.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Breakpoint/Breakpoint.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/Breakpoint.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/Breakpoint.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/Breakpoint.h Mon Mar 11 10:09:29 2019
@@ -28,7 +28,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Breakpoint Breakpoint.h "lldb/Breakpoint/Breakpoint.h" Class that
+/// \class Breakpoint Breakpoint.h "lldb/Breakpoint/Breakpoint.h" Class that
 /// manages logical breakpoint setting.
 //----------------------------------------------------------------------
 
@@ -184,7 +184,7 @@ public:
   //------------------------------------------------------------------
 
   //------------------------------------------------------------------
-  /// Tell whether this breakpoint is an "internal" breakpoint. @return
+  /// Tell whether this breakpoint is an "internal" breakpoint. \return
   ///     Returns \b true if this is an internal breakpoint, \b false otherwise.
   //------------------------------------------------------------------
   bool IsInternal() const;
@@ -215,10 +215,10 @@ public:
   /// Tell this breakpoint to scan a given module list and resolve any new
   /// locations that match the breakpoint's specifications.
   ///
-  /// @param[in] module_list
+  /// \param[in] module_list
   ///    The list of modules to look in for new locations.
   ///
-  /// @param[in]  send_event
+  /// \param[in]  send_event
   ///     If \b true, send a breakpoint location added event for non-internal
   ///     breakpoints.
   //------------------------------------------------------------------
@@ -229,10 +229,10 @@ public:
   /// Tell this breakpoint to scan a given module list and resolve any new
   /// locations that match the breakpoint's specifications.
   ///
-  /// @param[in] changed_modules
+  /// \param[in] changed_modules
   ///    The list of modules to look in for new locations.
   ///
-  /// @param[in]  new_locations
+  /// \param[in]  new_locations
   ///     Fills new_locations with the new locations that were made.
   //------------------------------------------------------------------
   void ResolveBreakpointInModules(ModuleList &module_list,
@@ -243,11 +243,11 @@ public:
   /// which case we will remove any locations that are in modules that got
   /// unloaded.
   ///
-  /// @param[in] changedModules
+  /// \param[in] changedModules
   ///    The list of modules to look in for new locations.
-  /// @param[in] load_event
+  /// \param[in] load_event
   ///    If \b true then the modules were loaded, if \b false, unloaded.
-  /// @param[in] delete_locations
+  /// \param[in] delete_locations
   ///    If \b true then the modules were unloaded delete any locations in the
   ///    changed modules.
   //------------------------------------------------------------------
@@ -259,9 +259,9 @@ public:
   /// by new_module_sp (usually because the underlying file has been rebuilt,
   /// and the old version is gone.)
   ///
-  /// @param[in] old_module_sp
+  /// \param[in] old_module_sp
   ///    The old module that is going away.
-  /// @param[in] new_module_sp
+  /// \param[in] new_module_sp
   ///    The new module that is replacing it.
   //------------------------------------------------------------------
   void ModuleReplaced(lldb::ModuleSP old_module_sp,
@@ -276,12 +276,12 @@ public:
   /// Add a location to the breakpoint's location list.  This is only meant to
   /// be called by the breakpoint's resolver.  FIXME: how do I ensure that?
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///    The Address specifying the new location.
-  /// @param[out] new_location
+  /// \param[out] new_location
   ///    Set to \b true if a new location was created, to \b false if there
   ///    already was a location at this Address.
-  /// @return
+  /// \return
   ///    Returns a pointer to the new location.
   //------------------------------------------------------------------
   lldb::BreakpointLocationSP AddLocation(const Address &addr,
@@ -290,9 +290,9 @@ public:
   //------------------------------------------------------------------
   /// Find a breakpoint location by Address.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///    The Address specifying the location.
-  /// @return
+  /// \return
   ///    Returns a shared pointer to the location at \a addr.  The pointer
   ///    in the shared pointer will be nullptr if there is no location at that
   ///    address.
@@ -302,9 +302,9 @@ public:
   //------------------------------------------------------------------
   /// Find a breakpoint location ID by Address.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///    The Address specifying the location.
-  /// @return
+  /// \return
   ///    Returns the UID of the location at \a addr, or \b LLDB_INVALID_ID if
   ///    there is no breakpoint location at that address.
   //------------------------------------------------------------------
@@ -313,9 +313,9 @@ public:
   //------------------------------------------------------------------
   /// Find a breakpoint location for a given breakpoint location ID.
   ///
-  /// @param[in] bp_loc_id
+  /// \param[in] bp_loc_id
   ///    The ID specifying the location.
-  /// @return
+  /// \return
   ///    Returns a shared pointer to the location with ID \a bp_loc_id.  The
   ///    pointer
   ///    in the shared pointer will be nullptr if there is no location with that
@@ -326,10 +326,10 @@ public:
   //------------------------------------------------------------------
   /// Get breakpoint locations by index.
   ///
-  /// @param[in] index
+  /// \param[in] index
   ///    The location index.
   ///
-  /// @return
+  /// \return
   ///     Returns a shared pointer to the location with index \a
   ///     index. The shared pointer might contain nullptr if \a index is
   ///     greater than then number of actual locations.
@@ -347,7 +347,7 @@ public:
   /// This is typically used after the process calls exec, or anytime the
   /// architecture of the target changes.
   ///
-  /// @param[in] arch
+  /// \param[in] arch
   ///     If valid, check the module in each breakpoint to make sure
   ///     they are compatible, otherwise, ignore architecture.
   //------------------------------------------------------------------
@@ -364,27 +364,27 @@ public:
 
   //------------------------------------------------------------------
   /// Check the Enable/Disable state.
-  /// @return
+  /// \return
   ///     \b true if the breakpoint is enabled, \b false if disabled.
   //------------------------------------------------------------------
   bool IsEnabled() override;
 
   //------------------------------------------------------------------
   /// Set the breakpoint to ignore the next \a count breakpoint hits.
-  /// @param[in] count
+  /// \param[in] count
   ///    The number of breakpoint hits to ignore.
   //------------------------------------------------------------------
   void SetIgnoreCount(uint32_t count);
 
   //------------------------------------------------------------------
   /// Return the current ignore count/
-  /// @return
+  /// \return
   ///     The number of breakpoint hits to be ignored.
   //------------------------------------------------------------------
   uint32_t GetIgnoreCount() const;
 
   //------------------------------------------------------------------
-  /// Return the current hit count for all locations. @return
+  /// Return the current hit count for all locations. \return
   ///     The current hit count for all locations.
   //------------------------------------------------------------------
   uint32_t GetHitCount() const;
@@ -396,7 +396,7 @@ public:
 
   //------------------------------------------------------------------
   /// Check the OneShot state.
-  /// @return
+  /// \return
   ///     \b true if the breakpoint is one shot, \b false otherwise.
   //------------------------------------------------------------------
   bool IsOneShot() const;
@@ -409,21 +409,21 @@ public:
 
   //------------------------------------------------------------------
   /// Check the AutoContinue state.
-  /// @return
+  /// \return
   ///     \b true if the breakpoint is set to auto-continue, \b false otherwise.
   //------------------------------------------------------------------
   bool IsAutoContinue() const;
 
   //------------------------------------------------------------------
   /// Set the valid thread to be checked when the breakpoint is hit.
-  /// @param[in] thread_id
+  /// \param[in] thread_id
   ///    If this thread hits the breakpoint, we stop, otherwise not.
   //------------------------------------------------------------------
   void SetThreadID(lldb::tid_t thread_id);
 
   //------------------------------------------------------------------
   /// Return the current stop thread value.
-  /// @return
+  /// \return
   ///     The thread id for which the breakpoint hit will stop,
   ///     LLDB_INVALID_THREAD_ID for all threads.
   //------------------------------------------------------------------
@@ -444,16 +444,16 @@ public:
   //------------------------------------------------------------------
   /// Set the callback action invoked when the breakpoint is hit.
   ///
-  /// @param[in] callback
+  /// \param[in] callback
   ///    The method that will get called when the breakpoint is hit.
-  /// @param[in] baton
+  /// \param[in] baton
   ///    A void * pointer that will get passed back to the callback function.
-  /// @param[in] is_synchronous
+  /// \param[in] is_synchronous
   ///    If \b true the callback will be run on the private event thread
   ///    before the stop event gets reported.  If false, the callback will get
   ///    handled on the public event thread after the stop has been posted.
   ///
-  /// @return
+  /// \return
   ///    \b true if the process should stop when you hit the breakpoint.
   ///    \b false if it should continue.
   //------------------------------------------------------------------
@@ -469,7 +469,7 @@ public:
   //------------------------------------------------------------------
   /// Set the breakpoint's condition.
   ///
-  /// @param[in] condition
+  /// \param[in] condition
   ///    The condition expression to evaluate when the breakpoint is hit.
   ///    Pass in nullptr to clear the condition.
   //------------------------------------------------------------------
@@ -478,7 +478,7 @@ public:
   //------------------------------------------------------------------
   /// Return a pointer to the text of the condition expression.
   ///
-  /// @return
+  /// \return
   ///    A pointer to the condition expression text, or nullptr if no
   //     condition has been set.
   //------------------------------------------------------------------
@@ -492,7 +492,7 @@ public:
   /// Return the number of breakpoint locations that have resolved to actual
   /// breakpoint sites.
   ///
-  /// @return
+  /// \return
   ///     The number locations resolved breakpoint sites.
   //------------------------------------------------------------------
   size_t GetNumResolvedLocations() const;
@@ -500,7 +500,7 @@ public:
   //------------------------------------------------------------------
   /// Return whether this breakpoint has any resolved locations.
   ///
-  /// @return
+  /// \return
   ///     True if GetNumResolvedLocations > 0
   //------------------------------------------------------------------
   bool HasResolvedLocations() const;
@@ -508,7 +508,7 @@ public:
   //------------------------------------------------------------------
   /// Return the number of breakpoint locations.
   ///
-  /// @return
+  /// \return
   ///     The number breakpoint locations.
   //------------------------------------------------------------------
   size_t GetNumLocations() const;
@@ -516,14 +516,14 @@ public:
   //------------------------------------------------------------------
   /// Put a description of this breakpoint into the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     Stream into which to dump the description.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The description level that indicates the detail level to
   ///     provide.
   ///
-  /// @see lldb::DescriptionLevel
+  /// \see lldb::DescriptionLevel
   //------------------------------------------------------------------
   void GetDescription(Stream *s, lldb::DescriptionLevel level,
                       bool show_locations = false);
@@ -534,7 +534,7 @@ public:
   /// breakpoint number.  Mostly useful for internal breakpoints, where the
   /// breakpoint number doesn't have meaning to the user.
   ///
-  /// @param[in] kind
+  /// \param[in] kind
   ///     New "kind" description.
   //------------------------------------------------------------------
   void SetBreakpointKind(const char *kind) { m_kind_description.assign(kind); }
@@ -542,14 +542,14 @@ public:
   //------------------------------------------------------------------
   /// Return the "kind" description for a breakpoint.
   ///
-  /// @return
+  /// \return
   ///     The breakpoint kind, or nullptr if none is set.
   //------------------------------------------------------------------
   const char *GetBreakpointKind() const { return m_kind_description.c_str(); }
 
   //------------------------------------------------------------------
   /// Accessor for the breakpoint Target.
-  /// @return
+  /// \return
   ///     This breakpoint's Target.
   //------------------------------------------------------------------
   Target &GetTarget() { return m_target; }
@@ -566,7 +566,7 @@ public:
   /// matching locations. It should be initialized with 0 size by the API
   /// client.
   ///
-  /// @return
+  /// \return
   ///     True if there is a match
   ///
   ///     The locations which match the filename and line_number in loc_coll.
@@ -585,7 +585,7 @@ public:
   ///
   /// Meant to be used by the BreakpointLocation class.
   ///
-  /// @return
+  /// \return
   ///     A pointer to this breakpoint's BreakpointOptions.
   //------------------------------------------------------------------
   BreakpointOptions *GetOptions();
@@ -595,7 +595,7 @@ public:
   ///
   /// Meant to be used by the BreakpointLocation class.
   ///
-  /// @return
+  /// \return
   ///     A pointer to this breakpoint's BreakpointOptions.
   //------------------------------------------------------------------
   const BreakpointOptions *GetOptions() const;
@@ -605,13 +605,13 @@ public:
   ///
   /// Meant to be used by the BreakpointLocation class.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     Described the breakpoint event.
   ///
-  /// @param[in] bp_loc_id
+  /// \param[in] bp_loc_id
   ///     Which breakpoint location hit this breakpoint.
   ///
-  /// @return
+  /// \return
   ///     \b true if the target should stop at this breakpoint and \b false not.
   //------------------------------------------------------------------
   bool InvokeCallback(StoppointCallbackContext *context,
@@ -696,22 +696,22 @@ protected:
   /// there are convenience variants that make breakpoints for some common
   /// cases.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///    The target in which the breakpoint will be set.
   ///
-  /// @param[in] filter_sp
+  /// \param[in] filter_sp
   ///    Shared pointer to the search filter that restricts the search domain of
   ///    the breakpoint.
   ///
-  /// @param[in] resolver_sp
+  /// \param[in] resolver_sp
   ///    Shared pointer to the resolver object that will determine breakpoint
   ///    matches.
   ///
-  /// @param hardware
+  /// \param hardware
   ///    If true, request a hardware breakpoint to be used to implement the
   ///    breakpoint locations.
   ///
-  /// @param resolve_indirect_symbols
+  /// \param resolve_indirect_symbols
   ///    If true, and the address of a given breakpoint location in this
   ///    breakpoint is set on an
   ///    indirect symbol (i.e. Symbol::IsIndirect returns true) then the actual

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointID.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointID.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointID.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointID.h Mon Mar 11 10:09:29 2019
@@ -55,9 +55,9 @@ public:
   /// breakpoint and location and returns a BreakpointID filled out with
   /// the proper id and location.
   ///
-  /// @param[in] input
+  /// \param[in] input
   ///     A string containing JUST the breakpoint description.
-  /// @return
+  /// \return
   ///     If \p input was not a valid breakpoint ID string, returns
   ///     \b llvm::None.  Otherwise returns a BreakpointID with members filled
   ///     out accordingly.
@@ -70,12 +70,12 @@ public:
   /// If it is a mal-formed breakpoint name, error will be set to an appropriate
   /// error string.
   ///
-  /// @param[in] input
+  /// \param[in] input
   ///     A string containing JUST the breakpoint description.
-  /// @param[out] error
+  /// \param[out] error
   ///     If the name is a well-formed breakpoint name, set to success,
   ///     otherwise set to an error.
-  /// @return
+  /// \return
   ///     \b true if the name is a breakpoint name (as opposed to an ID or
   ///     range) false otherwise.
   //------------------------------------------------------------------
@@ -86,10 +86,10 @@ public:
   /// a string containing the canonical description for the breakpoint
   /// or breakpoint location.
   ///
-  /// @param[out] break_id
+  /// \param[out] break_id
   ///     This is the break id.
   ///
-  /// @param[out] break_loc_id
+  /// \param[out] break_loc_id
   ///     This is breakpoint location id, or LLDB_INVALID_BREAK_ID is no
   ///     location is to be specified.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointList.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointList.h Mon Mar 11 10:09:29 2019
@@ -17,7 +17,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointList BreakpointList.h "lldb/Breakpoint/BreakpointList.h"
+/// \class BreakpointList BreakpointList.h "lldb/Breakpoint/BreakpointList.h"
 /// This class manages a list of breakpoints.
 //----------------------------------------------------------------------
 
@@ -35,10 +35,10 @@ public:
   //------------------------------------------------------------------
   /// Add the breakpoint \a bp_sp to the list.
   ///
-  /// @param[in] bp_sp
+  /// \param[in] bp_sp
   ///   Shared pointer to the breakpoint that will get added to the list.
   ///
-  /// @result
+  /// \result
   ///   Returns breakpoint id.
   //------------------------------------------------------------------
   lldb::break_id_t Add(lldb::BreakpointSP &bp_sp, bool notify);
@@ -52,10 +52,10 @@ public:
   /// Returns a shared pointer to the breakpoint with id \a breakID.  Const
   /// version.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///   The breakpoint ID to seek for.
   ///
-  /// @result
+  /// \result
   ///   A shared pointer to the breakpoint.  May contain a NULL pointer if the
   ///   breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -64,10 +64,10 @@ public:
   //------------------------------------------------------------------
   /// Returns a shared pointer to the breakpoint with index \a i.
   ///
-  /// @param[in] i
+  /// \param[in] i
   ///   The breakpoint index to seek for.
   ///
-  /// @result
+  /// \result
   ///   A shared pointer to the breakpoint.  May contain a NULL pointer if the
   ///   breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -76,10 +76,10 @@ public:
   //------------------------------------------------------------------
   /// Find all the breakpoints with a given name
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///   The breakpoint name for which to search.
   ///
-  /// @result
+  /// \result
   ///   \bfalse if the input name was not a legal breakpoint name.
   //------------------------------------------------------------------
   bool FindBreakpointsByName(const char *name, BreakpointList &matching_bps);
@@ -87,7 +87,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the number of elements in this breakpoint list.
   ///
-  /// @result
+  /// \result
   ///   The number of elements.
   //------------------------------------------------------------------
   size_t GetSize() const {
@@ -98,10 +98,10 @@ public:
   //------------------------------------------------------------------
   /// Removes the breakpoint given by \b breakID from this list.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///   The breakpoint index to remove.
   ///
-  /// @result
+  /// \result
   ///   \b true if the breakpoint \a breakID was in the list.
   //------------------------------------------------------------------
   bool Remove(lldb::break_id_t breakID, bool notify);
@@ -117,7 +117,7 @@ public:
   /// This is typically used after the process calls exec, or anytime the
   /// architecture of the target changes.
   ///
-  /// @param[in] arch
+  /// \param[in] arch
   ///     If valid, check the module in each breakpoint to make sure
   ///     they are compatible, otherwise, ignore architecture.
   //------------------------------------------------------------------
@@ -144,13 +144,13 @@ public:
   /// modules in \a module_list.  \a added says whether the module was loaded
   /// or unloaded.
   ///
-  /// @param[in] module_list
+  /// \param[in] module_list
   ///   The module list that has changed.
   ///
-  /// @param[in] load
+  /// \param[in] load
   ///   \b true if the modules are loaded, \b false if unloaded.
   ///
-  /// @param[in] delete_locations
+  /// \param[in] delete_locations
   ///   If \a load is \b false, then delete breakpoint locations when
   ///   when updating breakpoints.
   //------------------------------------------------------------------
@@ -165,7 +165,7 @@ public:
   //------------------------------------------------------------------
   /// Sets the passed in Locker to hold the Breakpoint List mutex.
   ///
-  /// @param[in] locker
+  /// \param[in] locker
   ///   The locker object that is set.
   //------------------------------------------------------------------
   void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointLocation.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointLocation.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointLocation.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointLocation.h Mon Mar 11 10:09:29 2019
@@ -21,7 +21,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointLocation BreakpointLocation.h
+/// \class BreakpointLocation BreakpointLocation.h
 /// "lldb/Breakpoint/BreakpointLocation.h" Class that manages one unique (by
 /// address) instance of a logical breakpoint.
 //----------------------------------------------------------------------
@@ -45,19 +45,19 @@ public:
   ~BreakpointLocation() override;
 
   //------------------------------------------------------------------
-  /// Gets the load address for this breakpoint location @return
+  /// Gets the load address for this breakpoint location \return
   ///     Returns breakpoint location load address, \b
   ///     LLDB_INVALID_ADDRESS if not yet set.
   //------------------------------------------------------------------
   lldb::addr_t GetLoadAddress() const override;
 
   //------------------------------------------------------------------
-  /// Gets the Address for this breakpoint location @return
+  /// Gets the Address for this breakpoint location \return
   ///     Returns breakpoint location Address.
   //------------------------------------------------------------------
   Address &GetAddress();
   //------------------------------------------------------------------
-  /// Gets the Breakpoint that created this breakpoint location @return
+  /// Gets the Breakpoint that created this breakpoint location \return
   ///     Returns the owning breakpoint.
   //------------------------------------------------------------------
   Breakpoint &GetBreakpoint();
@@ -71,7 +71,7 @@ public:
   /// Side Effects: This may evaluate the breakpoint condition, and run the
   /// callback.  So this command may do a considerable amount of work.
   ///
-  /// @return
+  /// \return
   ///     \b true if this breakpoint location thinks we should stop,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -89,7 +89,7 @@ public:
   //------------------------------------------------------------------
   /// Check the Enable/Disable state.
   ///
-  /// @return
+  /// \return
   ///     \b true if the breakpoint is enabled, \b false if disabled.
   //------------------------------------------------------------------
   bool IsEnabled() const;
@@ -102,7 +102,7 @@ public:
   //------------------------------------------------------------------
   /// Check the AutoContinue state.
   ///
-  /// @return
+  /// \return
   ///     \b true if the breakpoint is set to auto-continue, \b false if not.
   //------------------------------------------------------------------
   bool IsAutoContinue() const;
@@ -110,7 +110,7 @@ public:
   //------------------------------------------------------------------
   /// Return the current Ignore Count.
   ///
-  /// @return
+  /// \return
   ///     The number of breakpoint hits to be ignored.
   //------------------------------------------------------------------
   uint32_t GetIgnoreCount();
@@ -118,7 +118,7 @@ public:
   //------------------------------------------------------------------
   /// Set the breakpoint to ignore the next \a count breakpoint hits.
   ///
-  /// @param[in] count
+  /// \param[in] count
   ///    The number of breakpoint hits to ignore.
   //------------------------------------------------------------------
   void SetIgnoreCount(uint32_t n);
@@ -129,14 +129,14 @@ public:
   /// The callback will return a bool indicating whether the target should
   /// stop at this breakpoint or not.
   ///
-  /// @param[in] callback
+  /// \param[in] callback
   ///     The method that will get called when the breakpoint is hit.
   ///
-  /// @param[in] callback_baton_sp
+  /// \param[in] callback_baton_sp
   ///     A shared pointer to a Baton that provides the void * needed
   ///     for the callback.
   ///
-  /// @see lldb_private::Baton
+  /// \see lldb_private::Baton
   //------------------------------------------------------------------
   void SetCallback(BreakpointHitCallback callback,
                    const lldb::BatonSP &callback_baton_sp, bool is_synchronous);
@@ -149,7 +149,7 @@ public:
   //------------------------------------------------------------------
   /// Set the breakpoint location's condition.
   ///
-  /// @param[in] condition
+  /// \param[in] condition
   ///    The condition expression to evaluate when the breakpoint is hit.
   //------------------------------------------------------------------
   void SetCondition(const char *condition);
@@ -157,7 +157,7 @@ public:
   //------------------------------------------------------------------
   /// Return a pointer to the text of the condition expression.
   ///
-  /// @return
+  /// \return
   ///    A pointer to the condition expression text, or nullptr if no
   //     condition has been set.
   //------------------------------------------------------------------
@@ -168,7 +168,7 @@ public:
   //------------------------------------------------------------------
   /// Set the valid thread to be checked when the breakpoint is hit.
   ///
-  /// @param[in] thread_id
+  /// \param[in] thread_id
   ///    If this thread hits the breakpoint, we stop, otherwise not.
   //------------------------------------------------------------------
   void SetThreadID(lldb::tid_t thread_id);
@@ -194,7 +194,7 @@ public:
   //------------------------------------------------------------------
   /// Try to resolve the breakpoint site for this location.
   ///
-  /// @return
+  /// \return
   ///     \b true if we were successful at setting a breakpoint site,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -204,14 +204,14 @@ public:
   /// Clear this breakpoint location's breakpoint site - for instance when
   /// disabling the breakpoint.
   ///
-  /// @return
+  /// \return
   ///     \b true if there was a breakpoint site to be cleared, \b false
   ///     otherwise.
   //------------------------------------------------------------------
   bool ClearBreakpointSite();
 
   //------------------------------------------------------------------
-  /// Return whether this breakpoint location has a breakpoint site. @return
+  /// Return whether this breakpoint location has a breakpoint site. \return
   ///     \b true if there was a breakpoint site for this breakpoint
   ///     location, \b false otherwise.
   //------------------------------------------------------------------
@@ -226,14 +226,14 @@ public:
   //------------------------------------------------------------------
   /// Print a description of this breakpoint location to the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to print the description.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The description level that indicates the detail level to
   ///     provide.
   ///
-  /// @see lldb::DescriptionLevel
+  /// \see lldb::DescriptionLevel
   //------------------------------------------------------------------
   void GetDescription(Stream *s, lldb::DescriptionLevel level);
 
@@ -248,7 +248,7 @@ public:
   /// It will create a copy of the containing breakpoint's options if that
   /// hasn't been done already
   ///
-  /// @return
+  /// \return
   ///    A pointer to the breakpoint options.
   //------------------------------------------------------------------
   BreakpointOptions *GetLocationOptions();
@@ -258,9 +258,9 @@ public:
   /// This will return the options that have a setting for the specified
   /// BreakpointOptions kind.
   ///
-  /// @param[in] kind
+  /// \param[in] kind
   ///     The particular option you are looking up.
-  /// @return
+  /// \return
   ///     A pointer to the containing breakpoint's options if this
   ///     location doesn't have its own copy.
   //------------------------------------------------------------------
@@ -274,13 +274,13 @@ public:
   ///
   /// Meant to be used by the BreakpointLocation class.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    Described the breakpoint event.
   ///
-  /// @param[in] bp_loc_id
+  /// \param[in] bp_loc_id
   ///    Which breakpoint location hit this breakpoint.
   ///
-  /// @return
+  /// \return
   ///     \b true if the target should stop at this breakpoint and \b
   ///     false not.
   //------------------------------------------------------------------
@@ -290,7 +290,7 @@ public:
   /// Returns whether we should resolve Indirect functions in setting the
   /// breakpoint site for this location.
   ///
-  /// @return
+  /// \return
   ///     \b true if the breakpoint SITE for this location should be set on the
   ///     resolved location for Indirect functions.
   //------------------------------------------------------------------
@@ -302,7 +302,7 @@ public:
   /// Returns whether the address set in the breakpoint site for this location
   /// was found by resolving an indirect symbol.
   ///
-  /// @return
+  /// \return
   ///     \b true or \b false as given in the description above.
   //------------------------------------------------------------------
   bool IsIndirect() { return m_is_indirect; }
@@ -313,7 +313,7 @@ public:
   /// Returns whether the address set in the breakpoint location was re-routed
   /// to the target of a re-exported symbol.
   ///
-  /// @return
+  /// \return
   ///     \b true or \b false as given in the description above.
   //------------------------------------------------------------------
   bool IsReExported() { return m_is_reexported; }
@@ -325,10 +325,10 @@ public:
   /// locations". This is used when modules changed to determine if a Location
   /// in the old module might be the "same as" the input location.
   ///
-  /// @param[in] location
+  /// \param[in] location
   ///    The location to compare against.
   ///
-  /// @return
+  /// \return
   ///     \b true or \b false as given in the description above.
   //------------------------------------------------------------------
   bool EquivalentToLocation(BreakpointLocation &location);
@@ -342,10 +342,10 @@ protected:
   //------------------------------------------------------------------
   /// Set the breakpoint site for this location to \a bp_site_sp.
   ///
-  /// @param[in] bp_site_sp
+  /// \param[in] bp_site_sp
   ///      The breakpoint site we are setting for this location.
   ///
-  /// @return
+  /// \return
   ///     \b true if we were successful at setting the breakpoint site,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -371,17 +371,17 @@ private:
   //------------------------------------------------------------------
   /// Constructor.
   ///
-  /// @param[in] owner
+  /// \param[in] owner
   ///     A back pointer to the breakpoint that owns this location.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     The Address defining this location.
   ///
-  /// @param[in] tid
+  /// \param[in] tid
   ///     The thread for which this breakpoint location is valid, or
   ///     LLDB_INVALID_THREAD_ID if it is valid for all threads.
   ///
-  /// @param[in] hardware
+  /// \param[in] hardware
   ///     \b true if a hardware breakpoint is requested.
   //------------------------------------------------------------------
 

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointLocationCollection.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointLocationCollection.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointLocationCollection.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointLocationCollection.h Mon Mar 11 10:09:29 2019
@@ -26,11 +26,11 @@ public:
   //------------------------------------------------------------------
   /// Add the breakpoint \a bp_loc_sp to the list.
   ///
-  /// @param[in] bp_sp
+  /// \param[in] bp_sp
   ///     Shared pointer to the breakpoint location that will get added
   ///     to the list.
   ///
-  /// @result
+  /// \result
   ///     Returns breakpoint location id.
   //------------------------------------------------------------------
   void Add(const lldb::BreakpointLocationSP &bp_loc_sp);
@@ -39,13 +39,13 @@ public:
   /// Removes the breakpoint location given by \b breakID from this
   /// list.
   ///
-  /// @param[in] break_id
+  /// \param[in] break_id
   ///     The breakpoint index to remove.
   ///
-  /// @param[in] break_loc_id
+  /// \param[in] break_loc_id
   ///     The breakpoint location index in break_id to remove.
   ///
-  /// @result
+  /// \result
   ///     \b true if the breakpoint was in the list.
   //------------------------------------------------------------------
   bool Remove(lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
@@ -54,13 +54,13 @@ public:
   /// Returns a shared pointer to the breakpoint location with id \a
   /// breakID.
   ///
-  /// @param[in] break_id
+  /// \param[in] break_id
   ///     The breakpoint  ID to seek for.
   ///
-  /// @param[in] break_loc_id
+  /// \param[in] break_loc_id
   ///     The breakpoint location ID in \a break_id to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint.  May contain a NULL
   ///     pointer if the breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -71,13 +71,13 @@ public:
   /// Returns a shared pointer to the breakpoint location with id \a
   /// breakID, const version.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///     The breakpoint location ID to seek for.
   ///
-  /// @param[in] break_loc_id
+  /// \param[in] break_loc_id
   ///     The breakpoint location ID in \a break_id to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint.  May contain a NULL
   ///     pointer if the breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -88,10 +88,10 @@ public:
   /// Returns a shared pointer to the breakpoint location with index
   /// \a i.
   ///
-  /// @param[in] i
+  /// \param[in] i
   ///     The breakpoint location index to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint.  May contain a NULL
   ///     pointer if the breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -101,10 +101,10 @@ public:
   /// Returns a shared pointer to the breakpoint location with index
   /// \a i, const version.
   ///
-  /// @param[in] i
+  /// \param[in] i
   ///     The breakpoint location index to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint.  May contain a NULL
   ///     pointer if the breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -113,7 +113,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the number of elements in this breakpoint location list.
   ///
-  /// @result
+  /// \result
   ///     The number of elements.
   //------------------------------------------------------------------
   size_t GetSize() const { return m_break_loc_collection.size(); }
@@ -122,13 +122,13 @@ public:
   /// Enquires of all the breakpoint locations in this list whether
   /// we should stop at a hit at \a breakID.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    This contains the information about this stop.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///    This break ID that we hit.
   ///
-  /// @return
+  /// \return
   ///    \b true if we should stop, \b false otherwise.
   //------------------------------------------------------------------
   bool ShouldStop(StoppointCallbackContext *context);
@@ -137,14 +137,14 @@ public:
   /// Print a description of the breakpoint locations in this list
   /// to the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to print the description.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The description level that indicates the detail level to
   ///     provide.
   ///
-  /// @see lldb::DescriptionLevel
+  /// \see lldb::DescriptionLevel
   //------------------------------------------------------------------
   void GetDescription(Stream *s, lldb::DescriptionLevel level);
 
@@ -153,7 +153,7 @@ public:
   /// thread specifiers, and if yes, is \a thread_id contained in any
   /// of these specifiers.
   ///
-  /// @param[in] thread
+  /// \param[in] thread
   ///     The thread against which to test.
   ///
   /// return
@@ -165,7 +165,7 @@ public:
   //------------------------------------------------------------------
   /// Tell whether ALL the breakpoints in the location collection are internal.
   ///
-  /// @result
+  /// \result
   ///     \b true if all breakpoint locations are owned by internal breakpoints,
   ///     \b false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointLocationList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointLocationList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointLocationList.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointLocationList.h Mon Mar 11 10:09:29 2019
@@ -20,7 +20,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointLocationList BreakpointLocationList.h
+/// \class BreakpointLocationList BreakpointLocationList.h
 /// "lldb/Breakpoint/BreakpointLocationList.h" This class is used by
 /// Breakpoint to manage a list of breakpoint locations, each breakpoint
 /// location in the list has a unique ID, and is unique by Address as well.
@@ -45,10 +45,10 @@ public:
   /// Returns a shared pointer to the breakpoint location at address \a addr -
   /// const version.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     The address to look for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint. May contain a nullptr
   ///     pointer if the breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -58,10 +58,10 @@ public:
   /// Returns a shared pointer to the breakpoint location with id \a breakID,
   /// const version.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///     The breakpoint location ID to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint. May contain a nullptr
   ///     pointer if the breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -71,10 +71,10 @@ public:
   /// Returns the breakpoint location id to the breakpoint location at address
   /// \a addr.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     The address to match.
   ///
-  /// @result
+  /// \result
   ///     The ID of the breakpoint location, or LLDB_INVALID_BREAK_ID.
   //------------------------------------------------------------------
   lldb::break_id_t FindIDByAddress(const Address &addr);
@@ -83,14 +83,14 @@ public:
   /// Returns a breakpoint location list of the breakpoint locations in the
   /// module \a module.  This list is allocated, and owned by the caller.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module to seek in.
   ///
-  /// @param[in]
+  /// \param[in]
   ///     A breakpoint collection that gets any breakpoint locations
   ///     that match \a module appended to.
   ///
-  /// @result
+  /// \result
   ///     The number of matches
   //------------------------------------------------------------------
   size_t FindInModule(Module *module,
@@ -99,10 +99,10 @@ public:
   //------------------------------------------------------------------
   /// Returns a shared pointer to the breakpoint location with index \a i.
   ///
-  /// @param[in] i
+  /// \param[in] i
   ///     The breakpoint location index to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint. May contain a nullptr
   ///     pointer if the breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -112,10 +112,10 @@ public:
   /// Returns a shared pointer to the breakpoint location with index \a i,
   /// const version.
   ///
-  /// @param[in] i
+  /// \param[in] i
   ///     The breakpoint location index to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint. May contain a nullptr
   ///     pointer if the breakpoint doesn't exist.
   //------------------------------------------------------------------
@@ -137,7 +137,7 @@ public:
   /// Returns the number of breakpoint locations in this list with resolved
   /// breakpoints.
   ///
-  /// @result
+  /// \result
   ///     Number of qualifying breakpoint locations.
   //------------------------------------------------------------------
   size_t GetNumResolvedLocations() const;
@@ -145,7 +145,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the number hit count of all locations in this list.
   ///
-  /// @result
+  /// \result
   ///     Hit count of all locations in this list.
   //------------------------------------------------------------------
   uint32_t GetHitCount() const;
@@ -154,13 +154,13 @@ public:
   /// Enquires of the breakpoint location in this list with ID \a breakID
   /// whether we should stop.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     This contains the information about this stop.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///     This break ID that we hit.
   ///
-  /// @return
+  /// \return
   ///     \b true if we should stop, \b false otherwise.
   //------------------------------------------------------------------
   bool ShouldStop(StoppointCallbackContext *context, lldb::break_id_t breakID);
@@ -168,7 +168,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the number of elements in this breakpoint location list.
   ///
-  /// @result
+  /// \result
   ///     The number of elements.
   //------------------------------------------------------------------
   size_t GetSize() const { return m_locations.size(); }
@@ -177,14 +177,14 @@ public:
   /// Print a description of the breakpoint locations in this list to the
   /// stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to print the description.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The description level that indicates the detail level to
   ///     provide.
   ///
-  /// @see lldb::DescriptionLevel
+  /// \see lldb::DescriptionLevel
   //------------------------------------------------------------------
   void GetDescription(Stream *s, lldb::DescriptionLevel level);
 
@@ -201,11 +201,11 @@ protected:
   //------------------------------------------------------------------
   /// Add the breakpoint \a bp_loc_sp to the list.
   ///
-  /// @param[in] bp_sp
+  /// \param[in] bp_sp
   ///     Shared pointer to the breakpoint location that will get
   ///     added to the list.
   ///
-  /// @result
+  /// \result
   ///     Returns breakpoint location id.
   //------------------------------------------------------------------
   lldb::BreakpointLocationSP Create(const Address &addr,

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointOptions.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointOptions.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointOptions.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointOptions.h Mon Mar 11 10:09:29 2019
@@ -21,7 +21,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointOptions BreakpointOptions.h
+/// \class BreakpointOptions BreakpointOptions.h
 /// "lldb/Breakpoint/BreakpointOptions.h" Class that manages the options on a
 /// breakpoint or breakpoint location.
 //----------------------------------------------------------------------
@@ -103,13 +103,13 @@ public:
   /// This constructor allows you to specify all the breakpoint options except
   /// the callback.  That one is more complicated, and better to do by hand.
   ///
-  /// @param[in] condition
+  /// \param[in] condition
   ///    The expression which if it evaluates to \b true if we are to stop
   ///
-  /// @param[in] enabled
+  /// \param[in] enabled
   ///    Is this breakpoint enabled.
   ///
-  /// @param[in] ignore
+  /// \param[in] ignore
   ///    How many breakpoint hits we should ignore before stopping.
   ///
   //------------------------------------------------------------------
@@ -182,13 +182,13 @@ public:
   //------------------------------------------------------------------
   /// Adds a callback to the breakpoint option set.
   ///
-  /// @param[in] callback
+  /// \param[in] callback
   ///    The function to be called when the breakpoint gets hit.
   ///
-  /// @param[in] baton_sp
+  /// \param[in] baton_sp
   ///    A baton which will get passed back to the callback when it is invoked.
   ///
-  /// @param[in] synchronous
+  /// \param[in] synchronous
   ///    Whether this is a synchronous or asynchronous callback.  See discussion
   ///    above.
   //------------------------------------------------------------------
@@ -202,10 +202,10 @@ public:
   //------------------------------------------------------------------
   /// Returns the command line commands for the callback on this breakpoint.
   ///
-  /// @param[out] command_list
+  /// \param[out] command_list
   ///    The commands will be appended to this list.
   ///
-  /// @return
+  /// \return
   ///    \btrue if the command callback is a command-line callback,
   ///    \bfalse otherwise.
   //------------------------------------------------------------------
@@ -222,7 +222,7 @@ public:
   //------------------------------------------------------------------
   /// Use this function to invoke the callback for a specific stop.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    The context in which the callback is to be invoked.  This includes the
   ///    stop event, the
   ///    execution context of the stop (since you might hit the same breakpoint
@@ -230,13 +230,13 @@ public:
   ///    whether we are currently executing synchronous or asynchronous
   ///    callbacks.
   ///
-  /// @param[in] break_id
+  /// \param[in] break_id
   ///    The breakpoint ID that owns this option set.
   ///
-  /// @param[in] break_loc_id
+  /// \param[in] break_loc_id
   ///    The breakpoint location ID that owns this option set.
   ///
-  /// @return
+  /// \return
   ///     The callback return value.
   //------------------------------------------------------------------
   bool InvokeCallback(StoppointCallbackContext *context,
@@ -246,7 +246,7 @@ public:
   /// Used in InvokeCallback to tell whether it is the right time to run this
   /// kind of callback.
   ///
-  /// @return
+  /// \return
   ///     The synchronicity of our callback.
   //------------------------------------------------------------------
   bool IsCallbackSynchronous() const { return m_callback_is_synchronous; }
@@ -254,7 +254,7 @@ public:
   //------------------------------------------------------------------
   /// Fetch the baton from the callback.
   ///
-  /// @return
+  /// \return
   ///     The baton.
   //------------------------------------------------------------------
   Baton *GetBaton();
@@ -262,7 +262,7 @@ public:
   //------------------------------------------------------------------
   /// Fetch  a const version of the baton from the callback.
   ///
-  /// @return
+  /// \return
   ///     The baton.
   //------------------------------------------------------------------
   const Baton *GetBaton() const;
@@ -273,7 +273,7 @@ public:
   //------------------------------------------------------------------
   /// Set the breakpoint option's condition.
   ///
-  /// @param[in] condition
+  /// \param[in] condition
   ///    The condition expression to evaluate when the breakpoint is hit.
   //------------------------------------------------------------------
   void SetCondition(const char *condition);
@@ -281,7 +281,7 @@ public:
   //------------------------------------------------------------------
   /// Return a pointer to the text of the condition expression.
   ///
-  /// @return
+  /// \return
   ///    A pointer to the condition expression text, or nullptr if no
   //     condition has been set.
   //------------------------------------------------------------------
@@ -293,7 +293,7 @@ public:
 
   //------------------------------------------------------------------
   /// Check the Enable/Disable state.
-  /// @return
+  /// \return
   ///     \b true if the breakpoint is enabled, \b false if disabled.
   //------------------------------------------------------------------
   bool IsEnabled() const { return m_enabled; }
@@ -308,7 +308,7 @@ public:
 
   //------------------------------------------------------------------
   /// Check the auto-continue state.
-  /// @return
+  /// \return
   ///     \b true if the breakpoint is set to auto-continue, \b false otherwise.
   //------------------------------------------------------------------
   bool IsAutoContinue() const { return m_auto_continue; }
@@ -323,7 +323,7 @@ public:
 
   //------------------------------------------------------------------
   /// Check the One-shot state.
-  /// @return
+  /// \return
   ///     \b true if the breakpoint is one-shot, \b false otherwise.
   //------------------------------------------------------------------
   bool IsOneShot() const { return m_one_shot; }
@@ -338,7 +338,7 @@ public:
 
   //------------------------------------------------------------------
   /// Set the breakpoint to ignore the next \a count breakpoint hits.
-  /// @param[in] count
+  /// \param[in] count
   ///    The number of breakpoint hits to ignore.
   //------------------------------------------------------------------
 
@@ -349,7 +349,7 @@ public:
 
   //------------------------------------------------------------------
   /// Return the current Ignore Count.
-  /// @return
+  /// \return
   ///     The number of breakpoint hits to be ignored.
   //------------------------------------------------------------------
   uint32_t GetIgnoreCount() const { return m_ignore_count; }
@@ -357,7 +357,7 @@ public:
   //------------------------------------------------------------------
   /// Return the current thread spec for this option. This will return nullptr
   /// if the no thread specifications have been set for this Option yet.
-  /// @return
+  /// \return
   ///     The thread specification pointer for this option, or nullptr if none
   ///     has
   ///     been set yet.
@@ -388,7 +388,7 @@ public:
                            lldb::user_id_t break_loc_id);
 
   //------------------------------------------------------------------
-  /// Set a callback based on BreakpointOptions::CommandData. @param[in]
+  /// Set a callback based on BreakpointOptions::CommandData. \param[in]
   /// cmd_data
   ///     A UP holding the new'ed CommandData object.
   ///     The breakpoint will take ownership of pointer held by this object.

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointResolver.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointResolver.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointResolver.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointResolver.h Mon Mar 11 10:09:29 2019
@@ -20,7 +20,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointResolver BreakpointResolver.h
+/// \class BreakpointResolver BreakpointResolver.h
 /// "lldb/Breakpoint/BreakpointResolver.h" This class works with SearchFilter
 /// to resolve logical breakpoints to their of concrete breakpoint locations.
 //----------------------------------------------------------------------
@@ -45,12 +45,12 @@ public:
   /// to make sense.  It can be constructed without a breakpoint, but you have
   /// to call SetBreakpoint before ResolveBreakpoint.
   ///
-  /// @param[in] bkpt
+  /// \param[in] bkpt
   ///   The breakpoint that owns this resolver.
-  /// @param[in] resolverType
+  /// \param[in] resolverType
   ///   The concrete breakpoint resolver type for this breakpoint.
   ///
-  /// @result
+  /// \result
   ///   Returns breakpoint location id.
   //------------------------------------------------------------------
   BreakpointResolver(Breakpoint *bkpt, unsigned char resolverType,
@@ -65,7 +65,7 @@ public:
   //------------------------------------------------------------------
   /// This sets the breakpoint for this resolver.
   ///
-  /// @param[in] bkpt
+  /// \param[in] bkpt
   ///   The breakpoint that owns this resolver.
   //------------------------------------------------------------------
   void SetBreakpoint(Breakpoint *bkpt);
@@ -75,7 +75,7 @@ public:
   /// currently set for this breakpoint will have their offset adjusted when
   /// this is called.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///   The offset to add to all locations.
   //------------------------------------------------------------------
   void SetOffset(lldb::addr_t offset);
@@ -85,7 +85,7 @@ public:
   /// currently set for this breakpoint will have their offset adjusted when
   /// this is called.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///   The offset to add to all locations.
   //------------------------------------------------------------------
   lldb::addr_t GetOffset() const { return m_offset; }
@@ -94,7 +94,7 @@ public:
   /// In response to this method the resolver scans all the modules in the
   /// breakpoint's target, and adds any new locations it finds.
   ///
-  /// @param[in] filter
+  /// \param[in] filter
   ///   The filter that will manage the search for this resolver.
   //------------------------------------------------------------------
   virtual void ResolveBreakpoint(SearchFilter &filter);
@@ -103,7 +103,7 @@ public:
   /// In response to this method the resolver scans the modules in the module
   /// list \a modules, and adds any new locations it finds.
   ///
-  /// @param[in] filter
+  /// \param[in] filter
   ///   The filter that will manage the search for this resolver.
   //------------------------------------------------------------------
   virtual void ResolveBreakpointInModules(SearchFilter &filter,
@@ -112,7 +112,7 @@ public:
   //------------------------------------------------------------------
   /// Prints a canonical description for the breakpoint to the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///   Stream to which the output is copied.
   //------------------------------------------------------------------
   void GetDescription(Stream *s) override = 0;

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointResolverAddress.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointResolverAddress.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointResolverAddress.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointResolverAddress.h Mon Mar 11 10:09:29 2019
@@ -15,7 +15,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointResolverAddress BreakpointResolverAddress.h
+/// \class BreakpointResolverAddress BreakpointResolverAddress.h
 /// "lldb/Breakpoint/BreakpointResolverAddress.h" This class sets breakpoints
 /// on a given Address.  This breakpoint only takes once, and then it won't
 /// attempt to reset itself.

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileLine.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileLine.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileLine.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileLine.h Mon Mar 11 10:09:29 2019
@@ -14,7 +14,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointResolverFileLine BreakpointResolverFileLine.h
+/// \class BreakpointResolverFileLine BreakpointResolverFileLine.h
 /// "lldb/Breakpoint/BreakpointResolverFileLine.h" This class sets breakpoints
 /// by file and line.  Optionally, it will look for inlined instances of the
 /// file and line specification.

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileRegex.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileRegex.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointResolverFileRegex.h Mon Mar 11 10:09:29 2019
@@ -17,7 +17,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointResolverFileRegex BreakpointResolverFileRegex.h
+/// \class BreakpointResolverFileRegex BreakpointResolverFileRegex.h
 /// "lldb/Breakpoint/BreakpointResolverFileRegex.h" This class sets
 /// breakpoints by file and line.  Optionally, it will look for inlined
 /// instances of the file and line specification.

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointResolverName.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointResolverName.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointResolverName.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointResolverName.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointResolverName BreakpointResolverName.h
+/// \class BreakpointResolverName BreakpointResolverName.h
 /// "lldb/Breakpoint/BreakpointResolverName.h" This class sets breakpoints on
 /// a given function name, either by exact match or by regular expression.
 //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointResolverScripted.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointResolverScripted.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointResolverScripted.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointResolverScripted.h Mon Mar 11 10:09:29 2019
@@ -17,7 +17,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointResolverScripted BreakpointResolverScripted.h
+/// \class BreakpointResolverScripted BreakpointResolverScripted.h
 /// "lldb/Breakpoint/BreakpointResolverScripted.h" This class sets breakpoints
 /// on a given Address.  This breakpoint only takes once, and then it won't
 /// attempt to reset itself.

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointSite.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointSite.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointSite.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointSite.h Mon Mar 11 10:09:29 2019
@@ -22,7 +22,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointSite BreakpointSite.h "lldb/Breakpoint/BreakpointSite.h"
+/// \class BreakpointSite BreakpointSite.h "lldb/Breakpoint/BreakpointSite.h"
 /// Class that manages the actual breakpoint that will be inserted into the
 /// running program.
 ///
@@ -105,7 +105,7 @@ public:
   //------------------------------------------------------------------
   /// Sets whether the current breakpoint site is enabled or not
   ///
-  /// @param[in] enabled
+  /// \param[in] enabled
   ///    \b true if the breakpoint is enabled, \b false otherwise.
   //------------------------------------------------------------------
   void SetEnabled(bool enabled);
@@ -114,10 +114,10 @@ public:
   /// Enquires of the breakpoint locations that produced this breakpoint site
   /// whether we should stop at this location.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    This contains the information about this stop.
   ///
-  /// @return
+  /// \return
   ///    \b true if we should stop, \b false otherwise.
   //------------------------------------------------------------------
   bool ShouldStop(StoppointCallbackContext *context) override;
@@ -125,7 +125,7 @@ public:
   //------------------------------------------------------------------
   /// Standard Dump method
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    The stream to dump this output.
   //------------------------------------------------------------------
   void Dump(Stream *s) const override;
@@ -134,7 +134,7 @@ public:
   /// The "Owners" are the breakpoint locations that share this breakpoint
   /// site. The method adds the \a owner to this breakpoint site's owner list.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    \a owner is the Breakpoint Location to add.
   //------------------------------------------------------------------
   void AddOwner(const lldb::BreakpointLocationSP &owner);
@@ -143,7 +143,7 @@ public:
   /// This method returns the number of breakpoint locations currently located
   /// at this breakpoint site.
   ///
-  /// @return
+  /// \return
   ///    The number of owners.
   //------------------------------------------------------------------
   size_t GetNumberOfOwners();
@@ -154,9 +154,9 @@ public:
   /// GetNumberOfOwners() - 1 so you can use this method to iterate over the
   /// owners
   ///
-  /// @param[in] index
+  /// \param[in] index
   ///     The index in the list of owners for which you wish the owner location.
-  /// @return
+  /// \return
   ///    A shared pointer to the breakpoint location at that index.
   //------------------------------------------------------------------
   lldb::BreakpointLocationSP GetOwnerAtIndex(size_t idx);
@@ -165,11 +165,11 @@ public:
   /// This method copies the breakpoint site's owners into a new collection.
   /// It does this while the owners mutex is locked.
   ///
-  /// @param[out] out_collection
+  /// \param[out] out_collection
   ///    The BreakpointLocationCollection into which to put the owners
   ///    of this breakpoint site.
   ///
-  /// @return
+  /// \return
   ///    The number of elements copied into out_collection.
   //------------------------------------------------------------------
   size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
@@ -179,7 +179,7 @@ public:
   /// specifiers, and if yes, is \a thread contained in any of these
   /// specifiers.
   ///
-  /// @param[in] thread
+  /// \param[in] thread
   ///     The thread against which to test.
   ///
   /// return
@@ -194,24 +194,24 @@ public:
   /// BreakpointSite::Dump(Stream *) to get information about the breakpoint
   /// site itself.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to print the description.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The description level that indicates the detail level to
   ///     provide.
   ///
-  /// @see lldb::DescriptionLevel
+  /// \see lldb::DescriptionLevel
   //------------------------------------------------------------------
   void GetDescription(Stream *s, lldb::DescriptionLevel level);
 
   //------------------------------------------------------------------
   /// Tell whether a breakpoint has a location at this site.
   ///
-  /// @param[in] bp_id
+  /// \param[in] bp_id
   ///     The breakpoint id to query.
   ///
-  /// @result
+  /// \result
   ///     \b true if bp_id has a location that is at this site,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -221,7 +221,7 @@ public:
   /// Tell whether ALL the breakpoints in the location collection are
   /// internal.
   ///
-  /// @result
+  /// \result
   ///     \b true if all breakpoint locations are owned by internal breakpoints,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -245,7 +245,7 @@ private:
   /// The method removes the owner at \a break_loc_id from this breakpoint
   /// list.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    \a break_loc_id is the Breakpoint Location to remove.
   //------------------------------------------------------------------
   size_t RemoveOwner(lldb::break_id_t break_id, lldb::break_id_t break_loc_id);

Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointSiteList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/BreakpointSiteList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/BreakpointSiteList.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/BreakpointSiteList.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class BreakpointSiteList BreakpointSiteList.h
+/// \class BreakpointSiteList BreakpointSiteList.h
 /// "lldb/Breakpoint/BreakpointSiteList.h" Class that manages lists of
 /// BreakpointSite shared pointers.
 //----------------------------------------------------------------------
@@ -42,16 +42,16 @@ public:
   //------------------------------------------------------------------
   /// Add a BreakpointSite to the list.
   ///
-  /// @param[in] bp_site_sp
+  /// \param[in] bp_site_sp
   ///    A shared pointer to a breakpoint site being added to the list.
   ///
-  /// @return
+  /// \return
   ///    The ID of the BreakpointSite in the list.
   //------------------------------------------------------------------
   lldb::break_id_t Add(const lldb::BreakpointSiteSP &bp_site_sp);
 
   //------------------------------------------------------------------
-  /// Standard Dump routine, doesn't do anything at present. @param[in] s
+  /// Standard Dump routine, doesn't do anything at present. \param[in] s
   ///     Stream into which to dump the description.
   //------------------------------------------------------------------
   void Dump(Stream *s) const;
@@ -59,10 +59,10 @@ public:
   //------------------------------------------------------------------
   /// Returns a shared pointer to the breakpoint site at address \a addr.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     The address to look for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the breakpoint site. May contain a NULL
   ///     pointer if no breakpoint site exists with a matching address.
   //------------------------------------------------------------------
@@ -71,10 +71,10 @@ public:
   //------------------------------------------------------------------
   /// Returns a shared pointer to the breakpoint site with id \a breakID.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///   The breakpoint site ID to seek for.
   ///
-  /// @result
+  /// \result
   ///   A shared pointer to the breakpoint site.  May contain a NULL pointer if
   ///   the
   ///   breakpoint doesn't exist.
@@ -85,10 +85,10 @@ public:
   /// Returns a shared pointer to the breakpoint site with id \a breakID -
   /// const version.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///   The breakpoint site ID to seek for.
   ///
-  /// @result
+  /// \result
   ///   A shared pointer to the breakpoint site.  May contain a NULL pointer if
   ///   the
   ///   breakpoint doesn't exist.
@@ -99,10 +99,10 @@ public:
   /// Returns the breakpoint site id to the breakpoint site at address \a
   /// addr.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///   The address to match.
   ///
-  /// @result
+  /// \result
   ///   The ID of the breakpoint site, or LLDB_INVALID_BREAK_ID.
   //------------------------------------------------------------------
   lldb::break_id_t FindIDByAddress(lldb::addr_t addr);
@@ -111,13 +111,13 @@ public:
   /// Returns whether the breakpoint site \a bp_site_id has \a bp_id
   //  as one of its owners.
   ///
-  /// @param[in] bp_site_id
+  /// \param[in] bp_site_id
   ///   The breakpoint site id to query.
   ///
-  /// @param[in] bp_id
+  /// \param[in] bp_id
   ///   The breakpoint id to look for in \a bp_site_id.
   ///
-  /// @result
+  /// \result
   ///   True if \a bp_site_id exists in the site list AND \a bp_id is one of the
   ///   owners of that site.
   //------------------------------------------------------------------
@@ -129,10 +129,10 @@ public:
   //------------------------------------------------------------------
   /// Removes the breakpoint site given by \b breakID from this list.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///   The breakpoint site index to remove.
   ///
-  /// @result
+  /// \result
   ///   \b true if the breakpoint site \a breakID was in the list.
   //------------------------------------------------------------------
   bool Remove(lldb::break_id_t breakID);
@@ -140,10 +140,10 @@ public:
   //------------------------------------------------------------------
   /// Removes the breakpoint site at address \a addr from this list.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///   The address from which to remove a breakpoint site.
   ///
-  /// @result
+  /// \result
   ///   \b true if \a addr had a breakpoint site to remove from the list.
   //------------------------------------------------------------------
   bool RemoveByAddress(lldb::addr_t addr);
@@ -158,13 +158,13 @@ public:
   /// Enquires of the breakpoint site on in this list with ID \a breakID
   /// whether we should stop for the breakpoint or not.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    This contains the information about this stop.
   ///
-  /// @param[in] breakID
+  /// \param[in] breakID
   ///    This break ID that we hit.
   ///
-  /// @return
+  /// \return
   ///    \b true if we should stop, \b false otherwise.
   //------------------------------------------------------------------
   bool ShouldStop(StoppointCallbackContext *context, lldb::break_id_t breakID);
@@ -172,7 +172,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the number of elements in the list.
   ///
-  /// @result
+  /// \result
   ///   The number of elements.
   //------------------------------------------------------------------
   size_t GetSize() const {

Modified: lldb/trunk/include/lldb/Breakpoint/StoppointCallbackContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/StoppointCallbackContext.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/StoppointCallbackContext.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/StoppointCallbackContext.h Mon Mar 11 10:09:29 2019
@@ -15,7 +15,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class StoppointCallbackContext StoppointCallbackContext.h
+/// \class StoppointCallbackContext StoppointCallbackContext.h
 /// "lldb/Breakpoint/StoppointCallbackContext.h" Class holds the information
 /// that a breakpoint callback needs to evaluate this stop.
 //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Breakpoint/Watchpoint.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/Watchpoint.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/Watchpoint.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/Watchpoint.h Mon Mar 11 10:09:29 2019
@@ -100,7 +100,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the WatchpointOptions structure set for this watchpoint.
   ///
-  /// @return
+  /// \return
   ///     A pointer to this watchpoint's WatchpointOptions.
   //------------------------------------------------------------------
   WatchpointOptions *GetOptions() { return &m_options; }
@@ -108,16 +108,16 @@ public:
   //------------------------------------------------------------------
   /// Set the callback action invoked when the watchpoint is hit.
   ///
-  /// @param[in] callback
+  /// \param[in] callback
   ///    The method that will get called when the watchpoint is hit.
-  /// @param[in] callback_baton
+  /// \param[in] callback_baton
   ///    A void * pointer that will get passed back to the callback function.
-  /// @param[in] is_synchronous
+  /// \param[in] is_synchronous
   ///    If \b true the callback will be run on the private event thread
   ///    before the stop event gets reported.  If false, the callback will get
   ///    handled on the public event thread after the stop has been posted.
   ///
-  /// @return
+  /// \return
   ///    \b true if the process should stop when you hit the watchpoint.
   ///    \b false if it should continue.
   //------------------------------------------------------------------
@@ -133,10 +133,10 @@ public:
   //------------------------------------------------------------------
   /// Invoke the callback action when the watchpoint is hit.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     Described the watchpoint event.
   ///
-  /// @return
+  /// \return
   ///     \b true if the target should stop at this watchpoint and \b false not.
   //------------------------------------------------------------------
   bool InvokeCallback(StoppointCallbackContext *context);
@@ -147,7 +147,7 @@ public:
   //------------------------------------------------------------------
   /// Set the watchpoint's condition.
   ///
-  /// @param[in] condition
+  /// \param[in] condition
   ///    The condition expression to evaluate when the watchpoint is hit.
   ///    Pass in nullptr to clear the condition.
   //------------------------------------------------------------------
@@ -156,7 +156,7 @@ public:
   //------------------------------------------------------------------
   /// Return a pointer to the text of the condition expression.
   ///
-  /// @return
+  /// \return
   ///    A pointer to the condition expression text, or nullptr if no
   //     condition has been set.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Breakpoint/WatchpointList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/WatchpointList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/WatchpointList.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/WatchpointList.h Mon Mar 11 10:09:29 2019
@@ -19,7 +19,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class WatchpointList WatchpointList.h "lldb/Breakpoint/WatchpointList.h"
+/// \class WatchpointList WatchpointList.h "lldb/Breakpoint/WatchpointList.h"
 /// This class is used by Watchpoint to manage a list of watchpoints,
 //  each watchpoint in the list has a unique ID, and is unique by Address as
 //  well.
@@ -46,10 +46,10 @@ public:
   //------------------------------------------------------------------
   /// Add a Watchpoint to the list.
   ///
-  /// @param[in] wp_sp
+  /// \param[in] wp_sp
   ///    A shared pointer to a watchpoint being added to the list.
   ///
-  /// @return
+  /// \return
   ///    The ID of the Watchpoint in the list.
   //------------------------------------------------------------------
   lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify);
@@ -68,10 +68,10 @@ public:
   /// Returns a shared pointer to the watchpoint at address \a addr - const
   /// version.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     The address to look for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the watchpoint.  May contain a NULL
   ///     pointer if the watchpoint doesn't exist.
   //------------------------------------------------------------------
@@ -81,10 +81,10 @@ public:
   /// Returns a shared pointer to the watchpoint with watchpoint spec \a spec
   /// - const version.
   ///
-  /// @param[in] spec
+  /// \param[in] spec
   ///     The watchpoint spec to look for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the watchpoint.  May contain a NULL
   ///     pointer if the watchpoint doesn't exist.
   //------------------------------------------------------------------
@@ -94,10 +94,10 @@ public:
   /// Returns a shared pointer to the watchpoint with id \a watchID, const
   /// version.
   ///
-  /// @param[in] watchID
+  /// \param[in] watchID
   ///     The watchpoint location ID to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the watchpoint.  May contain a NULL
   ///     pointer if the watchpoint doesn't exist.
   //------------------------------------------------------------------
@@ -106,10 +106,10 @@ public:
   //------------------------------------------------------------------
   /// Returns the watchpoint id to the watchpoint at address \a addr.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     The address to match.
   ///
-  /// @result
+  /// \result
   ///     The ID of the watchpoint, or LLDB_INVALID_WATCH_ID.
   //------------------------------------------------------------------
   lldb::watch_id_t FindIDByAddress(lldb::addr_t addr);
@@ -118,10 +118,10 @@ public:
   /// Returns the watchpoint id to the watchpoint with watchpoint spec \a
   /// spec.
   ///
-  /// @param[in] spec
+  /// \param[in] spec
   ///     The watchpoint spec to match.
   ///
-  /// @result
+  /// \result
   ///     The ID of the watchpoint, or LLDB_INVALID_WATCH_ID.
   //------------------------------------------------------------------
   lldb::watch_id_t FindIDBySpec(std::string spec);
@@ -129,10 +129,10 @@ public:
   //------------------------------------------------------------------
   /// Returns a shared pointer to the watchpoint with index \a i.
   ///
-  /// @param[in] i
+  /// \param[in] i
   ///     The watchpoint index to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the watchpoint.  May contain a NULL pointer if
   ///     the watchpoint doesn't exist.
   //------------------------------------------------------------------
@@ -142,10 +142,10 @@ public:
   /// Returns a shared pointer to the watchpoint with index \a i, const
   /// version.
   ///
-  /// @param[in] i
+  /// \param[in] i
   ///     The watchpoint index to seek for.
   ///
-  /// @result
+  /// \result
   ///     A shared pointer to the watchpoint.  May contain a NULL pointer if
   ///     the watchpoint location doesn't exist.
   //------------------------------------------------------------------
@@ -154,10 +154,10 @@ public:
   //------------------------------------------------------------------
   /// Removes the watchpoint given by \b watchID from this list.
   ///
-  /// @param[in] watchID
+  /// \param[in] watchID
   ///   The watchpoint ID to remove.
   ///
-  /// @result
+  /// \result
   ///   \b true if the watchpoint \a watchID was in the list.
   //------------------------------------------------------------------
   bool Remove(lldb::watch_id_t watchID, bool notify);
@@ -165,7 +165,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the number hit count of all watchpoints in this list.
   ///
-  /// @result
+  /// \result
   ///     Hit count of all watchpoints in this list.
   //------------------------------------------------------------------
   uint32_t GetHitCount() const;
@@ -174,13 +174,13 @@ public:
   /// Enquires of the watchpoint in this list with ID \a watchID whether we
   /// should stop.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     This contains the information about this stop.
   ///
-  /// @param[in] watchID
+  /// \param[in] watchID
   ///     This watch ID that we hit.
   ///
-  /// @return
+  /// \return
   ///     \b true if we should stop, \b false otherwise.
   //------------------------------------------------------------------
   bool ShouldStop(StoppointCallbackContext *context, lldb::watch_id_t watchID);
@@ -188,7 +188,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the number of elements in this watchpoint list.
   ///
-  /// @result
+  /// \result
   ///     The number of elements.
   //------------------------------------------------------------------
   size_t GetSize() const {
@@ -199,14 +199,14 @@ public:
   //------------------------------------------------------------------
   /// Print a description of the watchpoints in this list to the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to print the description.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The description level that indicates the detail level to
   ///     provide.
   ///
-  /// @see lldb::DescriptionLevel
+  /// \see lldb::DescriptionLevel
   //------------------------------------------------------------------
   void GetDescription(Stream *s, lldb::DescriptionLevel level);
 
@@ -217,7 +217,7 @@ public:
   //------------------------------------------------------------------
   /// Sets the passed in Locker to hold the Watchpoint List mutex.
   ///
-  /// @param[in] locker
+  /// \param[in] locker
   ///   The locker object that is set.
   //------------------------------------------------------------------
   void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);

Modified: lldb/trunk/include/lldb/Breakpoint/WatchpointOptions.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Breakpoint/WatchpointOptions.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Breakpoint/WatchpointOptions.h (original)
+++ lldb/trunk/include/lldb/Breakpoint/WatchpointOptions.h Mon Mar 11 10:09:29 2019
@@ -19,7 +19,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class WatchpointOptions WatchpointOptions.h
+/// \class WatchpointOptions WatchpointOptions.h
 /// "lldb/Breakpoint/WatchpointOptions.h" Class that manages the options on a
 /// watchpoint.
 //----------------------------------------------------------------------
@@ -40,14 +40,14 @@ public:
   //------------------------------------------------------------------
   /// This constructor allows you to specify all the watchpoint options.
   ///
-  /// @param[in] callback
+  /// \param[in] callback
   ///    This is the plugin for some code that gets run, returns \b true if we
   ///    are to stop.
   ///
-  /// @param[in] baton
+  /// \param[in] baton
   ///    Client data that will get passed to the callback.
   ///
-  /// @param[in] thread_id
+  /// \param[in] thread_id
   ///    Only stop if \a thread_id hits the watchpoint.
   //------------------------------------------------------------------
   WatchpointOptions(WatchpointHitCallback callback, void *baton,
@@ -93,13 +93,13 @@ public:
   //------------------------------------------------------------------
   /// Adds a callback to the watchpoint option set.
   ///
-  /// @param[in] callback
+  /// \param[in] callback
   ///    The function to be called when the watchpoint gets hit.
   ///
-  /// @param[in] baton_sp
+  /// \param[in] baton_sp
   ///    A baton which will get passed back to the callback when it is invoked.
   ///
-  /// @param[in] synchronous
+  /// \param[in] synchronous
   ///    Whether this is a synchronous or asynchronous callback.  See discussion
   ///    above.
   //------------------------------------------------------------------
@@ -117,7 +117,7 @@ public:
   //------------------------------------------------------------------
   /// Use this function to invoke the callback for a specific stop.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///    The context in which the callback is to be invoked.  This includes the
   ///    stop event, the
   ///    execution context of the stop (since you might hit the same watchpoint
@@ -125,10 +125,10 @@ public:
   ///    whether we are currently executing synchronous or asynchronous
   ///    callbacks.
   ///
-  /// @param[in] watch_id
+  /// \param[in] watch_id
   ///    The watchpoint ID that owns this option set.
   ///
-  /// @return
+  /// \return
   ///     The callback return value.
   //------------------------------------------------------------------
   bool InvokeCallback(StoppointCallbackContext *context,
@@ -138,7 +138,7 @@ public:
   /// Used in InvokeCallback to tell whether it is the right time to run this
   /// kind of callback.
   ///
-  /// @return
+  /// \return
   ///     The synchronicity of our callback.
   //------------------------------------------------------------------
   bool IsCallbackSynchronous() { return m_callback_is_synchronous; }
@@ -146,7 +146,7 @@ public:
   //------------------------------------------------------------------
   /// Fetch the baton from the callback.
   ///
-  /// @return
+  /// \return
   ///     The baton.
   //------------------------------------------------------------------
   Baton *GetBaton();
@@ -154,7 +154,7 @@ public:
   //------------------------------------------------------------------
   /// Fetch  a const version of the baton from the callback.
   ///
-  /// @return
+  /// \return
   ///     The baton.
   //------------------------------------------------------------------
   const Baton *GetBaton() const;
@@ -162,7 +162,7 @@ public:
   //------------------------------------------------------------------
   /// Return the current thread spec for this option. This will return nullptr
   /// if the no thread specifications have been set for this Option yet.
-  /// @return
+  /// \return
   ///     The thread specification pointer for this option, or nullptr if none
   ///     has
   ///     been set yet.
@@ -192,7 +192,7 @@ public:
 
   //------------------------------------------------------------------
   /// This is the default empty callback.
-  /// @return
+  /// \return
   ///     The thread id for which the watchpoint hit will stop,
   ///     LLDB_INVALID_THREAD_ID for all threads.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Core/Address.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Address.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Address.h (original)
+++ lldb/trunk/include/lldb/Core/Address.h Mon Mar 11 10:09:29 2019
@@ -51,7 +51,7 @@ struct LineEntry;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Address Address.h "lldb/Core/Address.h"
+/// \class Address Address.h "lldb/Core/Address.h"
 /// A section + offset based address class.
 ///
 /// The Address class allows addresses to be relative to a section that can
@@ -59,8 +59,8 @@ namespace lldb_private {
 /// frameworks) being loaded at different addresses than the addresses found
 /// in the object file that represents them on disk. There are currently two
 /// types of addresses for a section:
-///     @li file addresses
-///     @li load addresses
+///     \li file addresses
+///     \li load addresses
 ///
 /// File addresses represent the virtual addresses that are in the "on disk"
 /// object files. These virtual addresses are converted to be relative to
@@ -140,7 +140,7 @@ public:
   ///
   /// Makes a copy of the another Address object \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const Address object reference to copy.
   //------------------------------------------------------------------
   Address(const Address &rhs)
@@ -151,11 +151,11 @@ public:
   ///
   /// Initialize the address with the supplied \a section and \a offset.
   ///
-  /// @param[in] section
+  /// \param[in] section
   ///     A section pointer to a valid lldb::Section, or NULL if the
   ///     address doesn't have a section or will get resolved later.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset in bytes into \a section.
   //------------------------------------------------------------------
   Address(const lldb::SectionSP &section_sp, lldb::addr_t offset)
@@ -172,10 +172,10 @@ public:
   /// Initialize and resolve the address with the supplied virtual address \a
   /// file_addr.
   ///
-  /// @param[in] file_addr
+  /// \param[in] file_addr
   ///     A virtual file address.
   ///
-  /// @param[in] section_list
+  /// \param[in] section_list
   ///     A list of sections, one of which may contain the \a file_addr.
   //------------------------------------------------------------------
   Address(lldb::addr_t file_addr, const SectionList *section_list);
@@ -188,10 +188,10 @@ public:
 /// Copies the address value from another Address object \a rhs into \a this
 /// object.
 ///
-/// @param[in] rhs
+/// \param[in] rhs
 ///     A const Address object reference to copy.
 ///
-/// @return
+/// \return
 ///     A const Address object reference to \a this.
 //------------------------------------------------------------------
 #ifndef SWIG
@@ -212,16 +212,16 @@ public:
   //------------------------------------------------------------------
   /// Compare two Address objects.
   ///
-  /// @param[in] lhs
+  /// \param[in] lhs
   ///     The Left Hand Side const Address object reference.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     The Right Hand Side const Address object reference.
   ///
-  /// @return
-  ///     @li -1 if lhs < rhs
-  ///     @li 0 if lhs == rhs
-  ///     @li 1 if lhs > rhs
+  /// \return
+  ///     \li -1 if lhs < rhs
+  ///     \li 0 if lhs == rhs
+  ///     \li 1 if lhs > rhs
   //------------------------------------------------------------------
   static int CompareFileAddress(const Address &lhs, const Address &rhs);
 
@@ -248,22 +248,22 @@ public:
   /// \a s. There are many ways to display a section offset based address, and
   /// \a style lets the user choose.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] style
+  /// \param[in] style
   ///     The display style for the address.
   ///
-  /// @param[in] fallback_style
+  /// \param[in] fallback_style
   ///     The display style for the address.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the address was able to be displayed.
   ///     File and load addresses may be unresolved and it may not be
   ///     possible to display a valid value, \b false will be returned
   ///     in such cases.
   ///
-  /// @see Address::DumpStyle
+  /// \see Address::DumpStyle
   //------------------------------------------------------------------
   bool Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
             DumpStyle fallback_style = DumpStyleInvalid,
@@ -278,7 +278,7 @@ public:
   /// addresses, then it has a virtual address that is relative to unique
   /// section in the object file.
   ///
-  /// @return
+  /// \return
   ///     The valid file virtual address, or LLDB_INVALID_ADDRESS if
   ///     the address doesn't have a file virtual address (image is
   ///     from memory only with no representation on disk).
@@ -295,7 +295,7 @@ public:
   /// loaded/unloaded. If a section is loaded, then the load address can be
   /// resolved.
   ///
-  /// @return
+  /// \return
   ///     The valid load virtual address, or LLDB_INVALID_ADDRESS if
   ///     the address is currently not loaded.
   //------------------------------------------------------------------
@@ -311,7 +311,7 @@ public:
   /// target) that are required when changing the program counter to setting a
   /// return address.
   ///
-  /// @return
+  /// \return
   ///     The valid load virtual address, or LLDB_INVALID_ADDRESS if
   ///     the address is currently not loaded.
   //------------------------------------------------------------------
@@ -330,7 +330,7 @@ public:
   /// special purposes. The result of this function can be used to safely
   /// write a software breakpoint trap to memory.
   ///
-  /// @return
+  /// \return
   ///     The valid load virtual address with extra callable bits
   ///     removed, or LLDB_INVALID_ADDRESS if the address is currently
   ///     not loaded.
@@ -342,7 +342,7 @@ public:
   //------------------------------------------------------------------
   /// Get the section relative offset value.
   ///
-  /// @return
+  /// \return
   ///     The current offset, or LLDB_INVALID_ADDRESS if this address
   ///     doesn't contain a valid offset.
   //------------------------------------------------------------------
@@ -357,7 +357,7 @@ public:
   /// returns true if the current value contained in this object is section
   /// offset based.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the address has a valid section and
   ///     offset, \b false otherwise.
   //------------------------------------------------------------------
@@ -372,7 +372,7 @@ public:
   /// offset (for section offset based addresses), or just a valid offset
   /// (for absolute addresses that have no section).
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the offset is valid, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -381,7 +381,7 @@ public:
   //------------------------------------------------------------------
   /// Get the memory cost of this object.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   //------------------------------------------------------------------
   size_t MemorySize() const;
@@ -392,7 +392,7 @@ public:
   /// Given a list of sections, attempt to resolve \a addr as an offset into
   /// one of the file sections.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a addr was able to be resolved, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -407,19 +407,19 @@ public:
   /// valid section and offset. Else this address object will have no section
   /// (NULL) and the offset will be \a load_addr.
   ///
-  /// @param[in] load_addr
+  /// \param[in] load_addr
   ///     A load address from a current process.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     The target to use when trying resolve the address into
   ///     a section + offset. The Target's SectionLoadList object
   ///     is used to resolve the address.
   ///
-  /// @param[in] allow_section_end
+  /// \param[in] allow_section_end
   ///     If true, treat an address pointing to the end of the module as
   ///     belonging to that module.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the load address was resolved to be
   ///     section/offset, \b false otherwise. It is often ok for an
   ///     address no not resolve to a section in a module, this often
@@ -439,7 +439,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the module for this address.
   ///
-  /// @return
+  /// \return
   ///     Returns the Module pointer that this address is an offset
   ///     in, or NULL if this address doesn't belong in a module, or
   ///     isn't resolved yet.
@@ -449,7 +449,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the section.
   ///
-  /// @return
+  /// \return
   ///     Returns the const lldb::Section pointer that this address is an
   ///     offset in, or NULL if this address is absolute.
   //------------------------------------------------------------------
@@ -458,10 +458,10 @@ public:
   //------------------------------------------------------------------
   /// Set accessor for the offset.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     A new offset value for this object.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the offset changed, \b false otherwise.
   //------------------------------------------------------------------
   bool SetOffset(lldb::addr_t offset) {
@@ -486,7 +486,7 @@ public:
   //------------------------------------------------------------------
   /// Set accessor for the section.
   ///
-  /// @param[in] section
+  /// \param[in] section
   ///     A new lldb::Section pointer to use as the section base. Can
   ///     be NULL for absolute addresses that are not relative to
   ///     any section.
@@ -505,7 +505,7 @@ public:
   /// can reconstruct their symbol context by looking up the address in the
   /// module found in the section.
   ///
-  /// @see SymbolContextScope::CalculateSymbolContext(SymbolContext*)
+  /// \see SymbolContextScope::CalculateSymbolContext(SymbolContext*)
   //------------------------------------------------------------------
   uint32_t CalculateSymbolContext(SymbolContext *sc,
                                   lldb::SymbolContextItem resolve_scope =

Modified: lldb/trunk/include/lldb/Core/AddressRange.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/AddressRange.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/AddressRange.h (original)
+++ lldb/trunk/include/lldb/Core/AddressRange.h Mon Mar 11 10:09:29 2019
@@ -28,7 +28,7 @@ class Target;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class AddressRange AddressRange.h "lldb/Core/AddressRange.h"
+/// \class AddressRange AddressRange.h "lldb/Core/AddressRange.h"
 /// A section + offset based address range class.
 //----------------------------------------------------------------------
 class AddressRange {
@@ -47,14 +47,14 @@ public:
   /// Initialize the address with the supplied \a section, \a offset and \a
   /// byte_size.
   ///
-  /// @param[in] section
+  /// \param[in] section
   ///     A section pointer to a valid lldb::Section, or NULL if the
   ///     address doesn't have a section or will get resolved later.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset in bytes into \a section.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in bytes of the address range.
   //------------------------------------------------------------------
   AddressRange(const lldb::SectionSP &section, lldb::addr_t offset,
@@ -66,13 +66,13 @@ public:
   /// Initialize and resolve the address with the supplied virtual address \a
   /// file_addr, and byte size \a byte_size.
   ///
-  /// @param[in] file_addr
+  /// \param[in] file_addr
   ///     A virtual address.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in bytes of the address range.
   ///
-  /// @param[in] section_list
+  /// \param[in] section_list
   ///     A list of sections, one of which may contain the \a vaddr.
   //------------------------------------------------------------------
   AddressRange(lldb::addr_t file_addr, lldb::addr_t byte_size,
@@ -84,10 +84,10 @@ public:
   /// Initialize by copying the section offset address in \a so_addr, and
   /// setting the byte size to \a byte_size.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     A section offset address object.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in bytes of the address range.
   //------------------------------------------------------------------
   AddressRange(const Address &so_addr, lldb::addr_t byte_size);
@@ -110,10 +110,10 @@ public:
   //------------------------------------------------------------------
   /// Check if a section offset address is contained in this range.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     A section offset address object reference.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a so_addr is contained in this range,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -123,10 +123,10 @@ public:
   //------------------------------------------------------------------
   /// Check if a section offset address is contained in this range.
   ///
-  /// @param[in] so_addr_ptr
+  /// \param[in] so_addr_ptr
   ///     A section offset address object pointer.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a so_addr is contained in this range,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -137,10 +137,10 @@ public:
   /// Check if a section offset \a so_addr when represented as a file address
   /// is contained within this object's file address range.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     A section offset address object reference.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if both \a this and \a so_addr have
   ///     resolvable file address values and \a so_addr is contained
   ///     in the address range, \b false otherwise.
@@ -151,10 +151,10 @@ public:
   /// Check if the resolved file address \a file_addr is contained within this
   /// object's file address range.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     A section offset address object reference.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if both \a this has a resolvable file
   ///     address value and \a so_addr is contained in the address
   ///     range, \b false otherwise.
@@ -165,10 +165,10 @@ public:
   /// Check if a section offset \a so_addr when represented as a load address
   /// is contained within this object's load address range.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     A section offset address object reference.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if both \a this and \a so_addr have
   ///     resolvable load address values and \a so_addr is contained
   ///     in the address range, \b false otherwise.
@@ -179,10 +179,10 @@ public:
   /// Check if the resolved load address \a load_addr is contained within this
   /// object's load address range.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     A section offset address object reference.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if both \a this has a resolvable load
   ///     address value and \a so_addr is contained in the address
   ///     range, \b false otherwise.
@@ -197,19 +197,19 @@ public:
   /// range, and \a style lets the user choose how the base address gets
   /// displayed.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] style
+  /// \param[in] style
   ///     The display style for the address.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the address was able to be displayed.
   ///     File and load addresses may be unresolved and it may not be
   ///     possible to display a valid value, \b false will be returned
   ///     in such cases.
   ///
-  /// @see Address::DumpStyle
+  /// \see Address::DumpStyle
   //------------------------------------------------------------------
   bool
   Dump(Stream *s, Target *target, Address::DumpStyle style,
@@ -224,7 +224,7 @@ public:
   /// The debug description contains verbose internal state such and pointer
   /// values, reference counts, etc.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void DumpDebug(Stream *s) const;
@@ -232,7 +232,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the base address of the range.
   ///
-  /// @return
+  /// \return
   ///     A reference to the base address object.
   //------------------------------------------------------------------
   Address &GetBaseAddress() { return m_base_addr; }
@@ -240,7 +240,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the base address of the range.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the base address object.
   //------------------------------------------------------------------
   const Address &GetBaseAddress() const { return m_base_addr; }
@@ -248,7 +248,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the byte size of this range.
   ///
-  /// @return
+  /// \return
   ///     The size in bytes of this address range.
   //------------------------------------------------------------------
   lldb::addr_t GetByteSize() const { return m_byte_size; }
@@ -256,7 +256,7 @@ public:
   //------------------------------------------------------------------
   /// Get the memory cost of this object.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   //------------------------------------------------------------------
   size_t MemorySize() const {
@@ -268,7 +268,7 @@ public:
   //------------------------------------------------------------------
   /// Set accessor for the byte size of this range.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The new size in bytes of this address range.
   //------------------------------------------------------------------
   void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; }

Modified: lldb/trunk/include/lldb/Core/AddressResolver.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/AddressResolver.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/AddressResolver.h (original)
+++ lldb/trunk/include/lldb/Core/AddressResolver.h Mon Mar 11 10:09:29 2019
@@ -25,7 +25,7 @@ class Stream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class AddressResolver AddressResolver.h "lldb/Core/AddressResolver.h"
+/// \class AddressResolver AddressResolver.h "lldb/Core/AddressResolver.h"
 /// This class works with SearchFilter to resolve function names and source
 /// file locations to their concrete addresses.
 //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Core/AddressResolverFileLine.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/AddressResolverFileLine.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/AddressResolverFileLine.h (original)
+++ lldb/trunk/include/lldb/Core/AddressResolverFileLine.h Mon Mar 11 10:09:29 2019
@@ -29,7 +29,7 @@ class SymbolContext;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class AddressResolverFileLine AddressResolverFileLine.h
+/// \class AddressResolverFileLine AddressResolverFileLine.h
 /// "lldb/Core/AddressResolverFileLine.h" This class finds address for source
 /// file and line.  Optionally, it will look for inlined instances of the file
 /// and line specification.

Modified: lldb/trunk/include/lldb/Core/AddressResolverName.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/AddressResolverName.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/AddressResolverName.h (original)
+++ lldb/trunk/include/lldb/Core/AddressResolverName.h Mon Mar 11 10:09:29 2019
@@ -28,7 +28,7 @@ class SymbolContext;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class AddressResolverName AddressResolverName.h
+/// \class AddressResolverName AddressResolverName.h
 /// "lldb/Core/AddressResolverName.h" This class finds addresses for a given
 /// function name, either by exact match or by regular expression.
 //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Core/Communication.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Communication.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Communication.h (original)
+++ lldb/trunk/include/lldb/Core/Communication.h Mon Mar 11 10:09:29 2019
@@ -38,7 +38,7 @@ class Status;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Communication Communication.h "lldb/Core/Communication.h" An
+/// \class Communication Communication.h "lldb/Core/Communication.h" An
 /// abstract communications class.
 ///
 /// Communication is an class that handles data communication between two data
@@ -59,8 +59,8 @@ namespace lldb_private {
 /// "eBroadcastBit" below).
 ///
 /// There are two modes in which communications can occur:
-///     @li single-threaded
-///     @li multi-threaded
+///     \li single-threaded
+///     \li multi-threaded
 ///
 /// In single-threaded mode, all reads and writes happen synchronously on the
 /// calling thread.
@@ -119,7 +119,7 @@ public:
   /// Construct the Communication object with the specified name for the
   /// Broadcaster that this object inherits from.
   ///
-  /// @param[in] broadcaster_name
+  /// \param[in] broadcaster_name
   ///     The name of the broadcaster object.  This name should be as
   ///     complete as possible to uniquely identify this object. The
   ///     broadcaster name can be updated after the connect function
@@ -140,37 +140,37 @@ public:
   /// Connect using the current connection by passing \a url to its connect
   /// function. string.
   ///
-  /// @param[in] url
+  /// \param[in] url
   ///     A string that contains all information needed by the
   ///     subclass to connect to another client.
   ///
-  /// @return
+  /// \return
   ///     \b True if the connect succeeded, \b false otherwise. The
   ///     internal error object should be filled in with an
   ///     appropriate value based on the result of this function.
   ///
-  /// @see Status& Communication::GetError ();
-  /// @see bool Connection::Connect (const char *url);
+  /// \see Status& Communication::GetError ();
+  /// \see bool Connection::Connect (const char *url);
   //------------------------------------------------------------------
   lldb::ConnectionStatus Connect(const char *url, Status *error_ptr);
 
   //------------------------------------------------------------------
   /// Disconnect the communications connection if one is currently connected.
   ///
-  /// @return
+  /// \return
   ///     \b True if the disconnect succeeded, \b false otherwise. The
   ///     internal error object should be filled in with an
   ///     appropriate value based on the result of this function.
   ///
-  /// @see Status& Communication::GetError ();
-  /// @see bool Connection::Disconnect ();
+  /// \see Status& Communication::GetError ();
+  /// \see bool Connection::Disconnect ();
   //------------------------------------------------------------------
   lldb::ConnectionStatus Disconnect(Status *error_ptr = nullptr);
 
   //------------------------------------------------------------------
   /// Check if the connection is valid.
   ///
-  /// @return
+  /// \return
   ///     \b True if this object is currently connected, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -193,21 +193,21 @@ public:
   /// event. If this function consumes all of the bytes in the cache, it will
   /// reset the \a eBroadcastBitReadThreadGotBytes event bit.
   ///
-  /// @param[in] dst
+  /// \param[in] dst
   ///     A destination buffer that must be at least \a dst_len bytes
   ///     long.
   ///
-  /// @param[in] dst_len
+  /// \param[in] dst_len
   ///     The number of bytes to attempt to read, and also the max
   ///     number of bytes that can be placed into \a dst.
   ///
-  /// @param[in] timeout
+  /// \param[in] timeout
   ///     A timeout value or llvm::None for no timeout.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes actually read.
   ///
-  /// @see size_t Connection::Read (void *, size_t);
+  /// \see size_t Connection::Read (void *, size_t);
   //------------------------------------------------------------------
   size_t Read(void *dst, size_t dst_len, const Timeout<std::micro> &timeout,
               lldb::ConnectionStatus &status, Status *error_ptr);
@@ -218,15 +218,15 @@ public:
   ///
   /// Subclasses must override this function.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     A source buffer that must be at least \a src_len bytes
   ///     long.
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     The number of bytes to attempt to write, and also the
   ///     number of bytes are currently available in \a src.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes actually Written.
   //------------------------------------------------------------------
   size_t Write(const void *src, size_t src_len, lldb::ConnectionStatus &status,
@@ -240,10 +240,10 @@ public:
   /// connection without any interruption to the client. It also allows the
   /// Communication class to be subclassed for packet based communication.
   ///
-  /// @param[in] connection
+  /// \param[in] connection
   ///     A connection that this class will own and destroy.
   ///
-  /// @see
+  /// \see
   ///     class Connection
   //------------------------------------------------------------------
   void SetConnection(Connection *connection);
@@ -264,12 +264,12 @@ public:
   /// default action of caching the bytes and broadcasting a \b
   /// eBroadcastBitReadThreadGotBytes event.
   ///
-  /// @return
+  /// \return
   ///     \b True if the read thread was successfully started, \b
   ///     false otherwise.
   ///
-  /// @see size_t Connection::Read (void *, size_t);
-  /// @see void Communication::AppendBytesToCache (const uint8_t * bytes,
+  /// \see size_t Connection::Read (void *, size_t);
+  /// \see void Communication::AppendBytesToCache (const uint8_t * bytes,
   ///                                              size_t len, bool broadcast);
   //------------------------------------------------------------------
   virtual bool StartReadThread(Status *error_ptr = nullptr);
@@ -277,7 +277,7 @@ public:
   //------------------------------------------------------------------
   /// Stops the read thread by cancelling it.
   ///
-  /// @return
+  /// \return
   ///     \b True if the read thread was successfully canceled, \b
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -287,7 +287,7 @@ public:
   //------------------------------------------------------------------
   /// Checks if there is a currently running read thread.
   ///
-  /// @return
+  /// \return
   ///     \b True if the read thread is running, \b false otherwise.
   //------------------------------------------------------------------
   bool ReadThreadIsRunning();
@@ -298,13 +298,13 @@ public:
   /// is received it will append the available data to the internal cache and
   /// broadcast a \b eBroadcastBitReadThreadGotBytes event.
   ///
-  /// @param[in] comm_ptr
+  /// \param[in] comm_ptr
   ///     A pointer to an instance of this class.
   ///
-  /// @return
+  /// \return
   ///     \b NULL.
   ///
-  /// @see void Communication::ReadThreadGotBytes (const uint8_t *, size_t);
+  /// \see void Communication::ReadThreadGotBytes (const uint8_t *, size_t);
   //------------------------------------------------------------------
   static lldb::thread_result_t ReadThread(lldb::thread_arg_t comm_ptr);
 
@@ -367,11 +367,11 @@ protected:
   /// of the \a eBroadcastBitReadThreadGotBytes event by setting \a broadcast
   /// to false.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     A source buffer that must be at least \a src_len bytes
   ///     long.
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     The number of bytes to append to the cache.
   //------------------------------------------------------------------
   virtual void AppendBytesToCache(const uint8_t *src, size_t src_len,
@@ -383,16 +383,16 @@ protected:
   /// data cache, the \b eBroadcastBitReadThreadGotBytes event will be reset
   /// to signify no more bytes are available.
   ///
-  /// @param[in] dst
+  /// \param[in] dst
   ///     A destination buffer that must be at least \a dst_len bytes
   ///     long.
   ///
-  /// @param[in] dst_len
+  /// \param[in] dst_len
   ///     The number of bytes to attempt to read from the cache,
   ///     and also the max number of bytes that can be placed into
   ///     \a dst.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes extracted from the data cache.
   //------------------------------------------------------------------
   size_t GetCachedBytes(void *dst, size_t dst_len);

Modified: lldb/trunk/include/lldb/Core/Debugger.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Debugger.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Debugger.h (original)
+++ lldb/trunk/include/lldb/Core/Debugger.h Mon Mar 11 10:09:29 2019
@@ -75,7 +75,7 @@ class raw_ostream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Debugger Debugger.h "lldb/Core/Debugger.h"
+/// \class Debugger Debugger.h "lldb/Core/Debugger.h"
 /// A class to manage flag bits.
 ///
 /// Provides a global root objects for the debugger core.
@@ -176,7 +176,7 @@ public:
   /// debugger shared instance to control where targets get created and to
   /// allow for tracking and searching for targets based on certain criteria.
   ///
-  /// @return
+  /// \return
   ///     A global shared target list.
   //------------------------------------------------------------------
   TargetList &GetTargetList() { return m_target_list; }

Modified: lldb/trunk/include/lldb/Core/Disassembler.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Disassembler.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Disassembler.h (original)
+++ lldb/trunk/include/lldb/Core/Disassembler.h Mon Mar 11 10:09:29 2019
@@ -115,32 +115,32 @@ public:
   /// Print the (optional) address, (optional) bytes, opcode,
   /// operands, and instruction comments to a stream.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The Stream to add the text to.
   ///
-  /// @param[in] show_address
+  /// \param[in] show_address
   ///     Whether the address (using disassembly_addr_format_spec formatting)
   ///     should be printed.
   ///
-  /// @param[in] show_bytes
+  /// \param[in] show_bytes
   ///     Whether the bytes of the assembly instruction should be printed.
   ///
-  /// @param[in] max_opcode_byte_size
+  /// \param[in] max_opcode_byte_size
   ///     The size (in bytes) of the largest instruction in the list that
   ///     we are printing (for text justification/alignment purposes)
   ///     Only needed if show_bytes is true.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The current execution context, if available.  May be used in
   ///     the assembling of the operands+comments for this instruction.
   ///     Pass NULL if not applicable.
   ///
-  /// @param[in] sym_ctx
+  /// \param[in] sym_ctx
   ///     The SymbolContext for this instruction.
   ///     Pass NULL if not available/computed.
   ///     Only needed if show_address is true.
   ///
-  /// @param[in] prev_sym_ctx
+  /// \param[in] prev_sym_ctx
   ///     The SymbolContext for the previous instruction.  Depending on
   ///     the disassembly address format specification, a change in
   ///     Symbol / Function may mean that a line is printed with the new
@@ -149,11 +149,11 @@ public:
   ///     the InstructionList.
   ///     Only needed if show_address is true.
   ///
-  /// @param[in] disassembly_addr_format
+  /// \param[in] disassembly_addr_format
   ///     The format specification for how addresses are printed.
   ///     Only needed if show_address is true.
   ///
-  /// @param[in] max_address_text_size
+  /// \param[in] max_address_text_size
   ///     The length of the longest address string at the start of the
   ///     disassembly line that will be printed (the
   ///     Debugger::FormatDisassemblerAddress() string)

Modified: lldb/trunk/include/lldb/Core/DumpDataExtractor.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/DumpDataExtractor.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/DumpDataExtractor.h (original)
+++ lldb/trunk/include/lldb/Core/DumpDataExtractor.h Mon Mar 11 10:09:29 2019
@@ -34,31 +34,31 @@ class Stream;
 /// same start offset, format and size, yet differing \a
 /// item_bit_size and \a item_bit_offset values.
 ///
-/// @param[in] s
+/// \param[in] s
 ///     The stream to dump the output to. This value can not be nullptr.
 ///
-/// @param[in] offset
+/// \param[in] offset
 ///     The offset into the data at which to start dumping.
 ///
-/// @param[in] item_format
+/// \param[in] item_format
 ///     The format to use when dumping each item.
 ///
-/// @param[in] item_byte_size
+/// \param[in] item_byte_size
 ///     The byte size of each item.
 ///
-/// @param[in] item_count
+/// \param[in] item_count
 ///     The number of items to dump.
 ///
-/// @param[in] num_per_line
+/// \param[in] num_per_line
 ///     The number of items to display on each line.
 ///
-/// @param[in] base_addr
+/// \param[in] base_addr
 ///     The base address that gets added to the offset displayed on
 ///     each line if the value is valid. Is \a base_addr is
 ///     LLDB_INVALID_ADDRESS then no address values will be prepended
 ///     to any lines.
 ///
-/// @param[in] item_bit_size
+/// \param[in] item_bit_size
 ///     If the value to display is a bitfield, this value should
 ///     be the number of bits that the bitfield item has within the
 ///     item's byte size value. This function will need to be called
@@ -67,7 +67,7 @@ class Stream;
 ///     exist within the same integer value. If the items being
 ///     displayed are not bitfields, this value should be zero.
 ///
-/// @param[in] item_bit_offset
+/// \param[in] item_bit_offset
 ///     If the value to display is a bitfield, this value should
 ///     be the offset in bits, or shift right amount, that the
 ///     bitfield item occupies within the item's byte size value.
@@ -77,7 +77,7 @@ class Stream;
 ///     same integer value. If the items being displayed are not
 ///     bitfields, this value should be zero.
 ///
-/// @return
+/// \return
 ///     The offset at which dumping ended.
 //------------------------------------------------------------------
 lldb::offset_t

Modified: lldb/trunk/include/lldb/Core/EmulateInstruction.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/EmulateInstruction.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/EmulateInstruction.h (original)
+++ lldb/trunk/include/lldb/Core/EmulateInstruction.h Mon Mar 11 10:09:29 2019
@@ -45,7 +45,7 @@ class UnwindPlan;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class EmulateInstruction EmulateInstruction.h
+/// \class EmulateInstruction EmulateInstruction.h
 /// "lldb/Core/EmulateInstruction.h"
 /// A class that allows emulation of CPU opcodes.
 ///

Modified: lldb/trunk/include/lldb/Core/FileLineResolver.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FileLineResolver.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FileLineResolver.h (original)
+++ lldb/trunk/include/lldb/Core/FileLineResolver.h Mon Mar 11 10:09:29 2019
@@ -26,7 +26,7 @@ class Stream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class FileLineResolver FileLineResolver.h "lldb/Core/FileLineResolver.h"
+/// \class FileLineResolver FileLineResolver.h "lldb/Core/FileLineResolver.h"
 /// This class finds address for source file and line.  Optionally, it will
 /// look for inlined instances of the file and line specification.
 //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Core/FileSpecList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FileSpecList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FileSpecList.h (original)
+++ lldb/trunk/include/lldb/Core/FileSpecList.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@ class Stream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class FileSpecList FileSpecList.h "lldb/Core/FileSpecList.h"
+/// \class FileSpecList FileSpecList.h "lldb/Core/FileSpecList.h"
 /// A file collection class.
 ///
 /// A class that contains a mutable list of FileSpec objects.
@@ -56,10 +56,10 @@ public:
   ///
   /// Replace the file list in this object with the file list from \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A file list object to copy.
   ///
-  /// @return
+  /// \return
   ///     A const reference to this object.
   //------------------------------------------------------------------
   FileSpecList &operator=(const FileSpecList &rhs) = default;
@@ -72,7 +72,7 @@ public:
   ///
   /// Appends \a file to the end of the file list.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///     A new file to append to this file list.
   //------------------------------------------------------------------
   void Append(const FileSpec &file);
@@ -83,10 +83,10 @@ public:
   /// Appends \a file to the end of the file list if it doesn't already exist
   /// in the file list.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///     A new file to append to this file list.
   ///
-  /// @return
+  /// \return
   ///     \b true if the file was appended, \b false otherwise.
   //------------------------------------------------------------------
   bool AppendIfUnique(const FileSpec &file);
@@ -99,7 +99,7 @@ public:
   //------------------------------------------------------------------
   /// Dumps the file list to the supplied stream pointer "s".
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream that will be used to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s, const char *separator_cstr = "\n") const;
@@ -110,16 +110,16 @@ public:
   /// Find the index of the file in the file spec list that matches \a file
   /// starting \a idx entries into the file spec list.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     An index into the file list.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///     The file specification to search for.
   ///
-  /// @param[in] full
+  /// \param[in] full
   ///     Should FileSpec::Equal be called with "full" true or false.
   ///
-  /// @return
+  /// \return
   ///     The index of the file that matches \a file if it is found,
   ///     else UINT32_MAX is returned.
   //------------------------------------------------------------------
@@ -132,10 +132,10 @@ public:
   /// FileSpec object will be returned. The file objects that are returned can
   /// be tested using FileSpec::operator void*().
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     An index into the file list.
   ///
-  /// @return
+  /// \return
   ///     A copy of the FileSpec object at index \a idx. If \a idx
   ///     is out of range, then an empty FileSpec object will be
   ///     returned.
@@ -148,10 +148,10 @@ public:
   /// Gets a file from the file list. The file objects that are returned can
   /// be tested using FileSpec::operator void*().
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     An index into the file list.
   ///
-  /// @return
+  /// \return
   ///     A pointer to a contained FileSpec object at index \a idx.
   ///     If \a idx is out of range, then an NULL is returned.
   //------------------------------------------------------------------
@@ -164,10 +164,10 @@ public:
   /// the size in bytes of this object, not any shared string values it may
   /// refer to.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   ///
-  /// @see ConstString::StaticMemorySize ()
+  /// \see ConstString::StaticMemorySize ()
   //------------------------------------------------------------------
   size_t MemorySize() const;
 
@@ -176,7 +176,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of files in the file list.
   ///
-  /// @return
+  /// \return
   ///     The number of files in the file spec list.
   //------------------------------------------------------------------
   size_t GetSize() const;

Modified: lldb/trunk/include/lldb/Core/Highlighter.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Highlighter.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Highlighter.h (original)
+++ lldb/trunk/include/lldb/Core/Highlighter.h Mon Mar 11 10:09:29 2019
@@ -47,8 +47,8 @@ struct HighlightStyle {
     void Apply(Stream &s, llvm::StringRef value) const;
 
     /// Sets the prefix and suffix strings.
-    /// @param prefix
-    /// @param suffix
+    /// \param prefix
+    /// \param suffix
     void Set(llvm::StringRef prefix, llvm::StringRef suffix);
   };
 

Modified: lldb/trunk/include/lldb/Core/IOHandler.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/IOHandler.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/IOHandler.h (original)
+++ lldb/trunk/include/lldb/Core/IOHandler.h Mon Mar 11 10:09:29 2019
@@ -218,18 +218,18 @@ public:
   /// This function determines how much indentation should be added
   /// or removed to match the recommended amount for the final line.
   ///
-  /// @param[in] io_handler
+  /// \param[in] io_handler
   ///     The IOHandler that responsible for input.
   ///
-  /// @param[in] lines
+  /// \param[in] lines
   ///     The current input up to the line to be corrected.  Lines
   ///     following the line containing the cursor are not included.
   ///
-  /// @param[in] cursor_position
+  /// \param[in] cursor_position
   ///     The number of characters preceding the cursor on the final
   ///     line at the time.
   ///
-  /// @return
+  /// \return
   ///     Returns an integer describing the number of spaces needed
   ///     to correct the indentation level.  Positive values indicate
   ///     that spaces should be added, while negative values represent
@@ -260,14 +260,14 @@ public:
   /// Called to determine whether typing enter after the last line in
   /// \a lines should end input.  This function will not be called on
   /// IOHandler objects that are getting single lines.
-  /// @param[in] io_handler
+  /// \param[in] io_handler
   ///     The IOHandler that responsible for updating the lines.
   ///
-  /// @param[in] lines
+  /// \param[in] lines
   ///     The current multi-line content.  May be altered to provide
   ///     alternative input when complete.
   ///
-  /// @return
+  /// \return
   ///     Return an boolean to indicate whether input is complete,
   ///     true indicates that no additional input is necessary, while
   ///     false indicates that more input is required.

Modified: lldb/trunk/include/lldb/Core/Mangled.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Mangled.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Mangled.h (original)
+++ lldb/trunk/include/lldb/Core/Mangled.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Mangled Mangled.h "lldb/Core/Mangled.h"
+/// \class Mangled Mangled.h "lldb/Core/Mangled.h"
 /// A class that handles mangled names.
 ///
 /// Designed to handle mangled names. The demangled version of any names will
@@ -61,10 +61,10 @@ public:
   /// Constructor with an optional string and a boolean indicating if it is
   /// the mangled version.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The already const name to copy into this object.
   ///
-  /// @param[in] is_mangled
+  /// \param[in] is_mangled
   ///     If \b true then \a name is a mangled name, if \b false then
   ///     \a name is demangled.
   //----------------------------------------------------------------------
@@ -77,7 +77,7 @@ public:
   /// Constructor with an optional string and auto-detect if \a name is
   /// mangled or not.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The already const name to copy into this object.
   //----------------------------------------------------------------------
   explicit Mangled(ConstString name);
@@ -98,13 +98,13 @@ public:
   /// This allows code to check a Mangled object to see if it contains a valid
   /// mangled name using code such as:
   ///
-  /// @code
+  /// \code
   /// Mangled mangled(...);
   /// if (mangled)
   /// { ...
-  /// @endcode
+  /// \endcode
   ///
-  /// @return
+  /// \return
   ///     A pointer to this object if either the mangled or unmangled
   ///     name is set, NULL otherwise.
   //----------------------------------------------------------------------
@@ -116,13 +116,13 @@ public:
   /// This allows code to check a Mangled object to see if it contains an
   /// empty mangled name using code such as:
   ///
-  /// @code
+  /// \code
   /// Mangled mangled(...);
   /// if (!mangled)
   /// { ...
-  /// @endcode
+  /// \endcode
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the object has an empty mangled and
   ///     unmangled name, \b false otherwise.
   //----------------------------------------------------------------------
@@ -138,16 +138,16 @@ public:
   ///
   /// Compares the Mangled::GetName() string in \a lhs and \a rhs.
   ///
-  /// @param[in] lhs
+  /// \param[in] lhs
   ///     A const reference to the Left Hand Side object to compare.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const reference to the Right Hand Side object to compare.
   ///
-  /// @return
-  ///     @li -1 if \a lhs is less than \a rhs
-  ///     @li 0 if \a lhs is equal to \a rhs
-  ///     @li 1 if \a lhs is greater than \a rhs
+  /// \return
+  ///     \li -1 if \a lhs is less than \a rhs
+  ///     \li 0 if \a lhs is equal to \a rhs
+  ///     \li 1 if \a lhs is greater than \a rhs
   //----------------------------------------------------------------------
   static int Compare(const Mangled &lhs, const Mangled &rhs);
 
@@ -157,7 +157,7 @@ public:
   /// Dump a Mangled object to stream \a s. We don't force our demangled name
   /// to be computed currently (we don't use the accessor).
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //----------------------------------------------------------------------
   void Dump(Stream *s) const;
@@ -165,7 +165,7 @@ public:
   //----------------------------------------------------------------------
   /// Dump a debug description of this object to a Stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //----------------------------------------------------------------------
   void DumpDebug(Stream *s) const;
@@ -173,7 +173,7 @@ public:
   //----------------------------------------------------------------------
   /// Demangled name get accessor.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the demangled name string object.
   //----------------------------------------------------------------------
   ConstString GetDemangledName(lldb::LanguageType language) const;
@@ -181,7 +181,7 @@ public:
   //----------------------------------------------------------------------
   /// Display demangled name get accessor.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the display demangled name string object.
   //----------------------------------------------------------------------
   ConstString GetDisplayDemangledName(lldb::LanguageType language) const;
@@ -193,7 +193,7 @@ public:
   //----------------------------------------------------------------------
   /// Mangled name get accessor.
   ///
-  /// @return
+  /// \return
   ///     A reference to the mangled name string object.
   //----------------------------------------------------------------------
   ConstString &GetMangledName() { return m_mangled; }
@@ -201,7 +201,7 @@ public:
   //----------------------------------------------------------------------
   /// Mangled name get accessor.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the mangled name string object.
   //----------------------------------------------------------------------
   ConstString GetMangledName() const { return m_mangled; }
@@ -209,10 +209,10 @@ public:
   //----------------------------------------------------------------------
   /// Best name get accessor.
   ///
-  /// @param[in] preference
+  /// \param[in] preference
   ///     Which name would you prefer to get?
   ///
-  /// @return
+  /// \return
   ///     A const reference to the preferred name string object if this
   ///     object has a valid name of that kind, else a const reference to the
   ///     other name is returned.
@@ -223,10 +223,10 @@ public:
   //----------------------------------------------------------------------
   /// Check if "name" matches either the mangled or demangled name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     A name to match against both strings.
   ///
-  /// @return
+  /// \return
   ///     \b True if \a name matches either name, \b false otherwise.
   //----------------------------------------------------------------------
   bool NameMatches(ConstString name, lldb::LanguageType language) const {
@@ -244,10 +244,10 @@ public:
   /// the size in bytes of this object, not any shared string values it may
   /// refer to.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   ///
-  /// @see ConstString::StaticMemorySize ()
+  /// \see ConstString::StaticMemorySize ()
   //----------------------------------------------------------------------
   size_t MemorySize() const;
 
@@ -257,10 +257,10 @@ public:
   /// If \a is_mangled is \b true, then the mangled named is set to \a name,
   /// else the demangled name is set to \a name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The already const version of the name for this object.
   ///
-  /// @param[in] is_mangled
+  /// \param[in] is_mangled
   ///     If \b true then \a name is a mangled name, if \b false then
   ///     \a name is demangled.
   //----------------------------------------------------------------------
@@ -272,7 +272,7 @@ public:
   /// This version auto detects if the string is mangled by inspecting the
   /// string value and looking for common mangling prefixes.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The already const version of the name for this object.
   //----------------------------------------------------------------------
   void SetValue(ConstString name);
@@ -289,7 +289,7 @@ public:
   /// aren't mangled and it isn't clear what language the name represents
   /// (there will be no mangled name).
   ///
-  /// @return
+  /// \return
   ///     The language for the mangled/demangled name, eLanguageTypeUnknown
   ///     if there is no mangled or demangled counterpart.
   //----------------------------------------------------------------------
@@ -311,15 +311,15 @@ public:
   /// This function is thread-safe when used with different \a context
   /// instances in different threads.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The context for this function. A single instance can be stack-
   ///     allocated in the caller's frame and used for multiple calls.
   ///
-  /// @param[in] skip_mangled_name
+  /// \param[in] skip_mangled_name
   ///     A filtering function for skipping entities based on name and mangling
   ///     scheme. This can be null if unused.
   ///
-  /// @return
+  /// \return
   ///     True on success, false otherwise.
   //----------------------------------------------------------------------
   bool DemangleWithRichManglingInfo(RichManglingContext &context,

Modified: lldb/trunk/include/lldb/Core/Module.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Module.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Module.h (original)
+++ lldb/trunk/include/lldb/Core/Module.h Mon Mar 11 10:09:29 2019
@@ -92,7 +92,7 @@ class VariableList;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Module Module.h "lldb/Core/Module.h"
+/// \class Module Module.h "lldb/Core/Module.h"
 /// A class that describes an executable image and its associated
 ///        object and symbol files.
 ///
@@ -129,20 +129,20 @@ public:
   /// Clients that wish to share modules with other targets should use
   /// ModuleList::GetSharedModule().
   ///
-  /// @param[in] file_spec
+  /// \param[in] file_spec
   ///     The file specification for the on disk representation of
   ///     this executable image.
   ///
-  /// @param[in] arch
+  /// \param[in] arch
   ///     The architecture to set as the current architecture in
   ///     this module.
   ///
-  /// @param[in] object_name
+  /// \param[in] object_name
   ///     The name of an object in a module used to extract a module
   ///     within a module (.a files and modules that contain multiple
   ///     architectures).
   ///
-  /// @param[in] object_offset
+  /// \param[in] object_offset
   ///     The offset within an existing module used to extract a
   ///     module within a module (.a files and modules that contain
   ///     multiple architectures).
@@ -190,23 +190,23 @@ public:
   /// address for all top level sections to be the section file address +
   /// offset.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     The target in which to apply the section load addresses.
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     if \a value_is_offset is true, then value is the offset to
   ///     apply to all file addresses for all top level sections in
   ///     the object file as each section load address is being set.
   ///     If \a value_is_offset is false, then "value" is the new
   ///     absolute base address for the image.
   ///
-  /// @param[in] value_is_offset
+  /// \param[in] value_is_offset
   ///     If \b true, then \a value is an offset to apply to each
   ///     file address of each top level section.
   ///     If \b false, then \a value is the image base address that
   ///     will be used to rigidly slide all loadable sections.
   ///
-  /// @param[out] changed
+  /// \param[out] changed
   ///     If any section load addresses were changed in \a target,
   ///     then \a changed will be set to \b true. Else \a changed
   ///     will be set to false. This allows this function to be
@@ -215,7 +215,7 @@ public:
   ///     be false and no module updated notification will need to
   ///     be sent out.
   ///
-  /// @return
+  /// \return
   ///     /b True if any sections were successfully loaded in \a target,
   ///     /b false otherwise.
   //------------------------------------------------------------------
@@ -223,9 +223,9 @@ public:
                       bool &changed);
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
+  /// \copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void CalculateSymbolContext(SymbolContext *sc) override;
 
@@ -251,7 +251,7 @@ public:
   /// There are many places where logging wants to log this fully qualified
   /// specification, so we centralize this functionality here.
   ///
-  /// @return
+  /// \return
   ///     The object path + object name if there is one.
   //------------------------------------------------------------------
   std::string GetSpecificationDescription() const;
@@ -264,31 +264,31 @@ public:
   /// to this point at which this function is called, so this is a good way to
   /// see what has been parsed in a module.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s);
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
+  /// \copydoc SymbolContextScope::DumpSymbolContext(Stream*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void DumpSymbolContext(Stream *s) override;
 
   //------------------------------------------------------------------
   /// Find a symbol in the object file's symbol table.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the symbol that we are looking for.
   ///
-  /// @param[in] symbol_type
+  /// \param[in] symbol_type
   ///     If set to eSymbolTypeAny, find a symbol of any type that
   ///     has a name that matches \a name. If set to any other valid
   ///     SymbolType enumeration value, then search only for
   ///     symbols that match \a symbol_type.
   ///
-  /// @return
+  /// \return
   ///     Returns a valid symbol pointer if a symbol was found,
   ///     nullptr otherwise.
   //------------------------------------------------------------------
@@ -307,18 +307,18 @@ public:
   //------------------------------------------------------------------
   /// Find a function symbols in the object file's symbol table.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the symbol that we are looking for.
   ///
-  /// @param[in] name_type_mask
+  /// \param[in] name_type_mask
   ///     A mask that has one or more bitwise OR'ed values from the
   ///     lldb::FunctionNameType enumeration type that indicate what
   ///     kind of names we are looking for.
   ///
-  /// @param[out] sc_list
+  /// \param[out] sc_list
   ///     A list to append any matching symbol contexts to.
   ///
-  /// @return
+  /// \return
   ///     The number of symbol contexts that were added to \a sc_list
   //------------------------------------------------------------------
   size_t FindFunctionSymbols(ConstString name, uint32_t name_type_mask,
@@ -330,19 +330,19 @@ public:
   /// Finds all compile units that match \a path in all of the modules and
   /// returns the results in \a sc_list.
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     The name of the function we are looking for.
   ///
-  /// @param[in] append
+  /// \param[in] append
   ///     If \b true, then append any compile units that were found
   ///     to \a sc_list. If \b false, then the \a sc_list is cleared
   ///     and the contents of \a sc_list are replaced.
   ///
-  /// @param[out] sc_list
+  /// \param[out] sc_list
   ///     A symbol context list that gets filled in with all of the
   ///     matches.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a sc_list.
   //------------------------------------------------------------------
   size_t FindCompileUnits(const FileSpec &path, bool append,
@@ -355,27 +355,27 @@ public:
   /// representing the inlined function, and the function will be the
   /// containing function.  If it is not inlined, then the block will be NULL.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the compile unit we are looking for.
   ///
-  /// @param[in] namespace_decl
+  /// \param[in] namespace_decl
   ///     If valid, a namespace to search in.
   ///
-  /// @param[in] name_type_mask
+  /// \param[in] name_type_mask
   ///     A bit mask of bits that indicate what kind of names should
   ///     be used when doing the lookup. Bits include fully qualified
   ///     names, base names, C++ methods, or ObjC selectors.
   ///     See FunctionNameType for more details.
   ///
-  /// @param[in] append
+  /// \param[in] append
   ///     If \b true, any matches will be appended to \a sc_list, else
   ///     matches replace the contents of \a sc_list.
   ///
-  /// @param[out] sc_list
+  /// \param[out] sc_list
   ///     A symbol context list that gets filled in with all of the
   ///     matches.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a sc_list.
   //------------------------------------------------------------------
   size_t FindFunctions(ConstString name,
@@ -391,18 +391,18 @@ public:
   /// representing the inlined function, and the function will be the
   /// containing function.  If it is not inlined, then the block will be NULL.
   ///
-  /// @param[in] regex
+  /// \param[in] regex
   ///     A regular expression to use when matching the name.
   ///
-  /// @param[in] append
+  /// \param[in] append
   ///     If \b true, any matches will be appended to \a sc_list, else
   ///     matches replace the contents of \a sc_list.
   ///
-  /// @param[out] sc_list
+  /// \param[out] sc_list
   ///     A symbol context list that gets filled in with all of the
   ///     matches.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a sc_list.
   //------------------------------------------------------------------
   size_t FindFunctions(const RegularExpression &regex, bool symbols_ok,
@@ -412,24 +412,24 @@ public:
   //------------------------------------------------------------------
   /// Find addresses by file/line
   ///
-  /// @param[in] target_sp
+  /// \param[in] target_sp
   ///     The target the addresses are desired for.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///     Source file to locate.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     Source line to locate.
   ///
-  /// @param[in] function
+  /// \param[in] function
   ///	    Optional filter function. Addresses within this function will be
   ///     added to the 'local' list. All others will be added to the 'extern'
   ///     list.
   ///
-  /// @param[out] output_local
+  /// \param[out] output_local
   ///     All matching addresses within 'function'
   ///
-  /// @param[out] output_extern
+  /// \param[out] output_extern
   ///     All matching addresses not within 'function'
   void FindAddressesForLine(const lldb::TargetSP target_sp,
                             const FileSpec &file, uint32_t line,
@@ -440,21 +440,21 @@ public:
   //------------------------------------------------------------------
   /// Find global and static variables by name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the global or static variable we are looking
   ///     for.
   ///
-  /// @param[in] parent_decl_ctx
+  /// \param[in] parent_decl_ctx
   ///     If valid, a decl context that results must exist within
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a
   ///     max_matches. Specify UINT32_MAX to get all possible matches.
   ///
-  /// @param[in] variable_list
+  /// \param[in] variable_list
   ///     A list of variables that gets the matches appended to.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a variable_list.
   //------------------------------------------------------------------
   size_t FindGlobalVariables(ConstString name,
@@ -464,17 +464,17 @@ public:
   //------------------------------------------------------------------
   /// Find global and static variables by regular expression.
   ///
-  /// @param[in] regex
+  /// \param[in] regex
   ///     A regular expression to use when matching the name.
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a
   ///     max_matches. Specify UINT32_MAX to get all possible matches.
   ///
-  /// @param[in] variable_list
+  /// \param[in] variable_list
   ///     A list of variables that gets the matches appended to.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a variable_list.
   //------------------------------------------------------------------
   size_t FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
@@ -498,21 +498,21 @@ public:
   /// have to specify complete scoping on all expressions, but it also allows
   /// for exact matching when required.
   ///
-  /// @param[in] type_name
+  /// \param[in] type_name
   ///     The name of the type we are looking for that is a fully
   ///     or partially qualified type name.
   ///
-  /// @param[in] exact_match
+  /// \param[in] exact_match
   ///     If \b true, \a type_name is fully qualified and must match
   ///     exactly. If \b false, \a type_name is a partially qualified
   ///     name where the leading namespaces or classes can be
   ///     omitted to make finding types that a user may type
   ///     easier.
   ///
-  /// @param[out] type_list
+  /// \param[out] type_list
   ///     A type list gets populated with any matches.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a type_list.
   //------------------------------------------------------------------
   size_t
@@ -528,17 +528,17 @@ public:
   /// expression parser when searches need to happen in an exact namespace
   /// scope.
   ///
-  /// @param[in] type_name
+  /// \param[in] type_name
   ///     The name of a type within a namespace that should not include
   ///     any qualifying namespaces (just a type basename).
   ///
-  /// @param[in] namespace_decl
+  /// \param[in] namespace_decl
   ///     The namespace declaration that this type must exist in.
   ///
-  /// @param[out] type_list
+  /// \param[out] type_list
   ///     A type list gets populated with any matches.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a type_list.
   //------------------------------------------------------------------
   size_t FindTypesInNamespace(ConstString type_name,
@@ -548,7 +548,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the module architecture.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the architecture object.
   //------------------------------------------------------------------
   const ArchSpec &GetArchitecture() const;
@@ -560,7 +560,7 @@ public:
   /// running LLDB. This can differ from the path on the platform since we
   /// might be doing remote debugging.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the file specification object.
   //------------------------------------------------------------------
   const FileSpec &GetFileSpec() const { return m_file; }
@@ -576,7 +576,7 @@ public:
   /// "/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib" The
   /// file could also be cached in a local developer kit directory.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the file specification object.
   //------------------------------------------------------------------
   const FileSpec &GetPlatformFileSpec() const {
@@ -617,7 +617,7 @@ public:
   /// Tells whether this module is capable of being the main executable for a
   /// process.
   ///
-  /// @return
+  /// \return
   ///     \b true if it is, \b false otherwise.
   //------------------------------------------------------------------
   bool IsExecutable();
@@ -627,10 +627,10 @@ public:
   /// call doesn't distinguish between whether the module is loaded by the
   /// dynamic loader, or by a "target module add" type call.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///    The target to check whether this is loaded in.
   ///
-  /// @return
+  /// \return
   ///     \b true if it is, \b false otherwise.
   //------------------------------------------------------------------
   bool IsLoadedInTarget(Target *target);
@@ -641,7 +641,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of compile units for this module.
   ///
-  /// @return
+  /// \return
   ///     The number of compile units that the symbol vendor plug-in
   ///     finds.
   //------------------------------------------------------------------
@@ -659,7 +659,7 @@ public:
   /// If the object file has not been located or parsed yet, this function
   /// will find the best ObjectFile plug-in that can parse Module::m_file.
   ///
-  /// @return
+  /// \return
   ///     If Module::m_file does not exist, or no plug-in was found
   ///     that can parse the file, or the object file doesn't contain
   ///     the current architecture in Module::m_arch, nullptr will be
@@ -677,7 +677,7 @@ public:
   /// If the symbol vendor has not been loaded yet, this function will return
   /// the section list for the object file.
   ///
-  /// @return
+  /// \return
   ///     Unified module section list.
   //------------------------------------------------------------------
   virtual SectionList *GetSectionList();
@@ -702,7 +702,7 @@ public:
   /// requested.  Specifically, we do not create FuncUnwinders objects for
   /// functions until they are needed.
   ///
-  /// @return
+  /// \return
   ///     Returns the unwind table for this module. If this object has no
   ///     associated object file, an empty UnwindTable is returned.
   //------------------------------------------------------------------
@@ -719,7 +719,7 @@ public:
   /// enable the ObjectFile plugins to read the header of the object file
   /// without going back to the process.
   ///
-  /// @return
+  /// \return
   ///     The object file loaded from memory or nullptr, if the operation
   ///     failed (see the `error` for more information in that case).
   //------------------------------------------------------------------
@@ -732,7 +732,7 @@ public:
   /// If the symbol vendor file has not been located yet, this function will
   /// find the best SymbolVendor plug-in that can use the current object file.
   ///
-  /// @return
+  /// \return
   ///     If this module does not have a valid object file, or no
   ///     plug-in can be found that can use the object file, nullptr will
   ///     be returned, else a valid symbol vendor plug-in interface
@@ -746,7 +746,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor the type list for this module.
   ///
-  /// @return
+  /// \return
   ///     A valid type list pointer, or nullptr if there is no valid
   ///     symbol vendor for this module.
   //------------------------------------------------------------------
@@ -759,7 +759,7 @@ public:
   /// the file format, an MD5 checksum of the entire file, or slice of the
   /// file for the current architecture should be used.
   ///
-  /// @return
+  /// \return
   ///     A const pointer to the internal copy of the UUID value in
   ///     this module if this module has a valid UUID value, NULL
   ///     otherwise.
@@ -796,10 +796,10 @@ public:
   /// line entry.  Use the return value to determine which of these properties
   /// have been modified.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     A load address to resolve.
   ///
-  /// @param[in] resolve_scope
+  /// \param[in] resolve_scope
   ///     The scope that should be resolved (see SymbolContext::Scope).
   ///     A combination of flags from the enumeration SymbolContextItem
   ///     requesting a resolution depth.  Note that the flags that are
@@ -808,18 +808,18 @@ public:
   ///     eSymbolContextModule, and eSymbolContextFunction requires
   ///     eSymbolContextSymbol.
   ///
-  /// @param[out] sc
+  /// \param[out] sc
   ///     The SymbolContext that is modified based on symbol resolution.
   ///
-  /// @param[in] resolve_tail_call_address
+  /// \param[in] resolve_tail_call_address
   ///     Determines if so_addr should resolve to a symbol in the case
   ///     of a function whose last instruction is a call.  In this case,
   ///     the PC can be one past the address range of the function.
   ///
-  /// @return
+  /// \return
   ///     The scope that has been resolved (see SymbolContext::Scope).
   ///
-  /// @see SymbolContext::Scope
+  /// \see SymbolContext::Scope
   //------------------------------------------------------------------
   uint32_t ResolveSymbolContextForAddress(
       const Address &so_addr, lldb::SymbolContextItem resolve_scope,
@@ -837,34 +837,34 @@ public:
   /// to only what is needed -- typically the module, compile unit, line table
   /// and line table entry are sufficient.
   ///
-  /// @param[in] file_path
+  /// \param[in] file_path
   ///     A path to a source file to match. If \a file_path does not
   ///     specify a directory, then this query will match all files
   ///     whose base filename matches. If \a file_path does specify
   ///     a directory, the fullpath to the file must match.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     The source line to match, or zero if just the compile unit
   ///     should be resolved.
   ///
-  /// @param[in] check_inlines
+  /// \param[in] check_inlines
   ///     Check for inline file and line number matches. This option
   ///     should be used sparingly as it will cause all line tables
   ///     for every compile unit to be parsed and searched for
   ///     matching inline file entries.
   ///
-  /// @param[in] resolve_scope
+  /// \param[in] resolve_scope
   ///     The scope that should be resolved (see
   ///     SymbolContext::Scope).
   ///
-  /// @param[out] sc_list
+  /// \param[out] sc_list
   ///     A symbol context list that gets matching symbols contexts
   ///     appended to.
   ///
-  /// @return
+  /// \return
   ///     The number of matches that were added to \a sc_list.
   ///
-  /// @see SymbolContext::Scope
+  /// \see SymbolContext::Scope
   //------------------------------------------------------------------
   uint32_t ResolveSymbolContextForFilePath(
       const char *file_path, uint32_t line, bool check_inlines,
@@ -882,35 +882,35 @@ public:
   /// to only what is needed -- typically the module, compile unit, line table
   /// and line table entry are sufficient.
   ///
-  /// @param[in] file_spec
+  /// \param[in] file_spec
   ///     A file spec to a source file to match. If \a file_path does
   ///     not specify a directory, then this query will match all
   ///     files whose base filename matches. If \a file_path does
   ///     specify a directory, the fullpath to the file must match.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     The source line to match, or zero if just the compile unit
   ///     should be resolved.
   ///
-  /// @param[in] check_inlines
+  /// \param[in] check_inlines
   ///     Check for inline file and line number matches. This option
   ///     should be used sparingly as it will cause all line tables
   ///     for every compile unit to be parsed and searched for
   ///     matching inline file entries.
   ///
-  /// @param[in] resolve_scope
+  /// \param[in] resolve_scope
   ///     The scope that should be resolved (see
   ///     SymbolContext::Scope).
   ///
-  /// @param[out] sc_list
+  /// \param[out] sc_list
   ///     A symbol context list that gets filled in with all of the
   ///     matches.
   ///
-  /// @return
+  /// \return
   ///     A integer that contains SymbolContext::Scope bits set for
   ///     each item that was successfully resolved.
   ///
-  /// @see SymbolContext::Scope
+  /// \see SymbolContext::Scope
   //------------------------------------------------------------------
   uint32_t ResolveSymbolContextsForFileSpec(
       const FileSpec &file_spec, uint32_t line, bool check_inlines,
@@ -973,13 +973,13 @@ public:
   /// if the remappings are on a network file system, so use this function
   /// sparingly (not in a tight debug info parsing loop).
   ///
-  /// @param[in] orig_spec
+  /// \param[in] orig_spec
   ///     The original source file path to try and remap.
   ///
-  /// @param[out] new_spec
+  /// \param[out] new_spec
   ///     The newly remapped filespec that is guaranteed to exist.
   ///
-  /// @return
+  /// \return
   ///     /b true if \a orig_spec was successfully located and
   ///     \a new_spec is filled in with an existing file spec,
   ///     \b false otherwise.
@@ -993,13 +993,13 @@ public:
   /// stat the file system so it can be used in tight loops where debug info
   /// is being parsed.
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     The original source file path to try and remap.
   ///
-  /// @param[out] new_path
+  /// \param[out] new_path
   ///     The newly remapped filespec that is may or may not exist.
   ///
-  /// @return
+  /// \return
   ///     /b true if \a path was successfully located and \a new_path
   ///     is filled in with a new source path, \b false otherwise.
   //------------------------------------------------------------------
@@ -1007,7 +1007,7 @@ public:
   bool RemapSourceFile(const char *, std::string &) const = delete;
 
   //----------------------------------------------------------------------
-  /// @class LookupInfo Module.h "lldb/Core/Module.h"
+  /// \class LookupInfo Module.h "lldb/Core/Module.h"
   /// A class that encapsulates name lookup information.
   ///
   /// Users can type a wide variety of partial names when setting breakpoints
@@ -1140,30 +1140,30 @@ protected:
   /// indicates what clients wish to resolve and can be used to limit the
   /// scope of what is parsed.
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     The load virtual address to resolve.
   ///
-  /// @param[in] vm_addr_is_file_addr
+  /// \param[in] vm_addr_is_file_addr
   ///     If \b true, \a vm_addr is a file address, else \a vm_addr
   ///     if a load address.
   ///
-  /// @param[in] resolve_scope
+  /// \param[in] resolve_scope
   ///     The scope that should be resolved (see
   ///     SymbolContext::Scope).
   ///
-  /// @param[out] so_addr
+  /// \param[out] so_addr
   ///     The section offset based address that got resolved if
   ///     any bits are returned.
   ///
-  /// @param[out] sc
+  /// \param[out] sc
   //      The symbol context that has objects filled in. Each bit
   ///     in the \a resolve_scope pertains to a member in the \a sc.
   ///
-  /// @return
+  /// \return
   ///     A integer that contains SymbolContext::Scope bits set for
   ///     each item that was successfully resolved.
   ///
-  /// @see SymbolContext::Scope
+  /// \see SymbolContext::Scope
   //------------------------------------------------------------------
   uint32_t ResolveSymbolContextForAddress(lldb::addr_t vm_addr,
                                           bool vm_addr_is_file_addr,

Modified: lldb/trunk/include/lldb/Core/ModuleChild.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/ModuleChild.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/ModuleChild.h (original)
+++ lldb/trunk/include/lldb/Core/ModuleChild.h Mon Mar 11 10:09:29 2019
@@ -14,7 +14,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ModuleChild ModuleChild.h "lldb/Core/ModuleChild.h"
+/// \class ModuleChild ModuleChild.h "lldb/Core/ModuleChild.h"
 /// A mix in class that contains a pointer back to the module
 ///        that owns the object which inherits from it.
 //----------------------------------------------------------------------
@@ -23,7 +23,7 @@ public:
   //------------------------------------------------------------------
   /// Construct with owning module.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module that owns the object that inherits from this
   ///     class.
   //------------------------------------------------------------------
@@ -32,7 +32,7 @@ public:
   //------------------------------------------------------------------
   /// Copy constructor.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const ModuleChild class reference to copy.
   //------------------------------------------------------------------
   ModuleChild(const ModuleChild &rhs);
@@ -45,10 +45,10 @@ public:
   //------------------------------------------------------------------
   /// Assignment operator.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const ModuleChild class reference to copy.
   ///
-  /// @return
+  /// \return
   ///     A const reference to this object.
   //------------------------------------------------------------------
   const ModuleChild &operator=(const ModuleChild &rhs);
@@ -56,7 +56,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the module pointer.
   ///
-  /// @return
+  /// \return
   ///     A const pointer to the module that owns the object that
   ///     inherits from this class.
   //------------------------------------------------------------------
@@ -65,7 +65,7 @@ public:
   //------------------------------------------------------------------
   /// Set accessor for the module pointer.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     A new module that owns the object that inherits from this
   ///      class.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Core/ModuleList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/ModuleList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/ModuleList.h (original)
+++ lldb/trunk/include/lldb/Core/ModuleList.h Mon Mar 11 10:09:29 2019
@@ -84,7 +84,7 @@ public:
 }; 
 
 //----------------------------------------------------------------------
-/// @class ModuleList ModuleList.h "lldb/Core/ModuleList.h"
+/// \class ModuleList ModuleList.h "lldb/Core/ModuleList.h"
 /// A collection class for Module objects.
 ///
 /// Modules in the module collection class are stored as reference counted
@@ -118,7 +118,7 @@ public:
   ///
   /// Creates a new module list object with a copy of the modules from \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     Another module list object.
   //------------------------------------------------------------------
   ModuleList(const ModuleList &rhs);
@@ -135,10 +135,10 @@ public:
   ///
   /// Copies the module list from \a rhs into this list.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     Another module list object.
   ///
-  /// @return
+  /// \return
   ///     A const reference to this object.
   //------------------------------------------------------------------
   const ModuleList &operator=(const ModuleList &rhs);
@@ -148,7 +148,7 @@ public:
   ///
   /// Appends the module to the collection.
   ///
-  /// @param[in] module_sp
+  /// \param[in] module_sp
   ///     A shared pointer to a module to add to this collection.
   //------------------------------------------------------------------
   void Append(const lldb::ModuleSP &module_sp);
@@ -160,7 +160,7 @@ public:
   ///
   /// Replaces the module to the collection.
   ///
-  /// @param[in] module_sp
+  /// \param[in] module_sp
   ///     A shared pointer to a module to replace in this collection.
   //------------------------------------------------------------------
   void ReplaceEquivalent(const lldb::ModuleSP &module_sp);
@@ -199,10 +199,10 @@ public:
   /// Dump the description of each module contained in this list to the
   /// supplied stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @see Module::Dump(Stream *) const
+  /// \see Module::Dump(Stream *) const
   //------------------------------------------------------------------
   void Dump(Stream *s) const;
 
@@ -215,14 +215,14 @@ public:
   //------------------------------------------------------------------
   /// Get the module shared pointer for the module at index \a idx.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     An index into this module collection.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to a Module which can contain NULL if
   ///     \a idx is out of range.
   ///
-  /// @see ModuleList::GetSize()
+  /// \see ModuleList::GetSize()
   //------------------------------------------------------------------
   lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
 
@@ -231,28 +231,28 @@ public:
   /// acquiring the ModuleList mutex.  This MUST already have been acquired
   /// with ModuleList::GetMutex and locked for this call to be safe.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     An index into this module collection.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to a Module which can contain NULL if
   ///     \a idx is out of range.
   ///
-  /// @see ModuleList::GetSize()
+  /// \see ModuleList::GetSize()
   //------------------------------------------------------------------
   lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
 
   //------------------------------------------------------------------
   /// Get the module pointer for the module at index \a idx.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     An index into this module collection.
   ///
-  /// @return
+  /// \return
   ///     A pointer to a Module which can by nullptr if \a idx is out
   ///     of range.
   ///
-  /// @see ModuleList::GetSize()
+  /// \see ModuleList::GetSize()
   //------------------------------------------------------------------
   Module *GetModulePointerAtIndex(size_t idx) const;
 
@@ -261,14 +261,14 @@ public:
   /// the ModuleList mutex.  This MUST already have been acquired with
   /// ModuleList::GetMutex and locked for this call to be safe.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     An index into this module collection.
   ///
-  /// @return
+  /// \return
   ///     A pointer to a Module which can by nullptr if \a idx is out
   ///     of range.
   ///
-  /// @see ModuleList::GetSize()
+  /// \see ModuleList::GetSize()
   //------------------------------------------------------------------
   Module *GetModulePointerAtIndexUnlocked(size_t idx) const;
 
@@ -278,26 +278,26 @@ public:
   /// Finds all compile units that match \a path in all of the modules and
   /// returns the results in \a sc_list.
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     The name of the compile unit we are looking for.
   ///
-  /// @param[in] append
+  /// \param[in] append
   ///     If \b true, then append any compile units that were found
   ///     to \a sc_list. If \b false, then the \a sc_list is cleared
   ///     and the contents of \a sc_list are replaced.
   ///
-  /// @param[out] sc_list
+  /// \param[out] sc_list
   ///     A symbol context list that gets filled in with all of the
   ///     matches.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a sc_list.
   //------------------------------------------------------------------
   size_t FindCompileUnits(const FileSpec &path, bool append,
                           SymbolContextList &sc_list) const;
 
   //------------------------------------------------------------------
-  /// @see Module::FindFunctions ()
+  /// \see Module::FindFunctions ()
   //------------------------------------------------------------------
   size_t FindFunctions(ConstString name,
                        lldb::FunctionNameType name_type_mask,
@@ -305,14 +305,14 @@ public:
                        SymbolContextList &sc_list) const;
 
   //------------------------------------------------------------------
-  /// @see Module::FindFunctionSymbols ()
+  /// \see Module::FindFunctionSymbols ()
   //------------------------------------------------------------------
   size_t FindFunctionSymbols(ConstString name,
                              lldb::FunctionNameType name_type_mask,
                              SymbolContextList &sc_list);
 
   //------------------------------------------------------------------
-  /// @see Module::FindFunctions ()
+  /// \see Module::FindFunctions ()
   //------------------------------------------------------------------
   size_t FindFunctions(const RegularExpression &name, bool include_symbols,
                        bool include_inlines, bool append,
@@ -321,18 +321,18 @@ public:
   //------------------------------------------------------------------
   /// Find global and static variables by name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the global or static variable we are looking
   ///     for.
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a
   ///     max_matches. Specify UINT32_MAX to get all possible matches.
   ///
-  /// @param[in] variable_list
+  /// \param[in] variable_list
   ///     A list of variables that gets the matches appended to.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a variable_list.
   //------------------------------------------------------------------
   size_t FindGlobalVariables(ConstString name, size_t max_matches,
@@ -341,17 +341,17 @@ public:
   //------------------------------------------------------------------
   /// Find global and static variables by regular expression.
   ///
-  /// @param[in] regex
+  /// \param[in] regex
   ///     A regular expression to use when matching the name.
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a
   ///     max_matches. Specify UINT32_MAX to get all possible matches.
   ///
-  /// @param[in] variable_list
+  /// \param[in] variable_list
   ///     A list of variables that gets the matches appended to.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a variable_list.
   //------------------------------------------------------------------
   size_t FindGlobalVariables(const RegularExpression &regex, size_t max_matches,
@@ -360,7 +360,7 @@ public:
   //------------------------------------------------------------------
   /// Finds the first module whose file specification matches \a file_spec.
   ///
-  /// @param[in] file_spec_ptr
+  /// \param[in] file_spec_ptr
   ///     A file specification object to match against the Module's
   ///     file specifications. If \a file_spec does not have
   ///     directory information, matches will occur by matching only
@@ -368,23 +368,23 @@ public:
   ///     NULL, then file specifications won't be compared when
   ///     searching for matching modules.
   ///
-  /// @param[in] arch_ptr
+  /// \param[in] arch_ptr
   ///     The architecture to search for if non-NULL. If this value
   ///     is NULL no architecture matching will be performed.
   ///
-  /// @param[in] uuid_ptr
+  /// \param[in] uuid_ptr
   ///     The uuid to search for if non-NULL. If this value is NULL
   ///     no uuid matching will be performed.
   ///
-  /// @param[in] object_name
+  /// \param[in] object_name
   ///     An optional object name that must match as well. This value
   ///     can be NULL.
   ///
-  /// @param[out] matching_module_list
+  /// \param[out] matching_module_list
   ///     A module list that gets filled in with any modules that
   ///     match the search criteria.
   ///
-  /// @return
+  /// \return
   ///     The number of matching modules found by the search.
   //------------------------------------------------------------------
   size_t FindModules(const ModuleSpec &module_spec,
@@ -416,34 +416,34 @@ public:
   //------------------------------------------------------------------
   /// Find types by name.
   ///
-  /// @param[in] search_first
+  /// \param[in] search_first
   ///     If non-null, this module will be searched before any other
   ///     modules.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the type we are looking for.
   ///
-  /// @param[in] append
+  /// \param[in] append
   ///     If \b true, any matches will be appended to \a
   ///     variable_list, else matches replace the contents of
   ///     \a variable_list.
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     Allow the number of matches to be limited to \a
   ///     max_matches. Specify UINT32_MAX to get all possible matches.
   ///
-  /// @param[in] encoding
+  /// \param[in] encoding
   ///     Limit the search to specific types, or get all types if
   ///     set to Type::invalid.
   ///
-  /// @param[in] udt_name
+  /// \param[in] udt_name
   ///     If the encoding is a user defined type, specify the name
   ///     of the user defined type ("struct", "union", "class", etc).
   ///
-  /// @param[out] type_list
+  /// \param[out] type_list
   ///     A type list gets populated with any matches.
   ///
-  /// @return
+  /// \return
   ///     The number of matches added to \a type_list.
   //------------------------------------------------------------------
   size_t FindTypes(Module *search_first, ConstString name,
@@ -456,24 +456,24 @@ public:
   //------------------------------------------------------------------
   /// Find addresses by file/line
   ///
-  /// @param[in] target_sp
+  /// \param[in] target_sp
   ///     The target the addresses are desired for.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///     Source file to locate.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     Source line to locate.
   ///
-  /// @param[in] function
+  /// \param[in] function
   ///     Optional filter function. Addresses within this function will be
   ///     added to the 'local' list. All others will be added to the 'extern'
   ///     list.
   ///
-  /// @param[out] output_local
+  /// \param[out] output_local
   ///     All matching addresses within 'function'
   ///
-  /// @param[out] output_extern
+  /// \param[out] output_extern
   ///     All matching addresses not within 'function'
   void FindAddressesForLine(const lldb::TargetSP target_sp,
                             const FileSpec &file, uint32_t line,
@@ -492,7 +492,7 @@ public:
   bool ResolveFileAddress(lldb::addr_t vm_addr, Address &so_addr) const;
 
   //------------------------------------------------------------------
-  /// @copydoc Module::ResolveSymbolContextForAddress (const Address
+  /// \copydoc Module::ResolveSymbolContextForAddress (const Address
   /// &,uint32_t,SymbolContext&)
   //------------------------------------------------------------------
   uint32_t ResolveSymbolContextForAddress(const Address &so_addr,
@@ -500,7 +500,7 @@ public:
                                           SymbolContext &sc) const;
 
   //------------------------------------------------------------------
-  /// @copydoc Module::ResolveSymbolContextForFilePath (const char
+  /// \copydoc Module::ResolveSymbolContextForFilePath (const char
   /// *,uint32_t,bool,uint32_t,SymbolContextList&)
   //------------------------------------------------------------------
   uint32_t ResolveSymbolContextForFilePath(
@@ -508,7 +508,7 @@ public:
       lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list) const;
 
   //------------------------------------------------------------------
-  /// @copydoc Module::ResolveSymbolContextsForFileSpec (const FileSpec
+  /// \copydoc Module::ResolveSymbolContextsForFileSpec (const FileSpec
   /// &,uint32_t,bool,uint32_t,SymbolContextList&)
   //------------------------------------------------------------------
   uint32_t ResolveSymbolContextsForFileSpec(
@@ -518,7 +518,7 @@ public:
   //------------------------------------------------------------------
   /// Gets the size of the module list.
   ///
-  /// @return
+  /// \return
   ///     The number of modules in the module list.
   //------------------------------------------------------------------
   size_t GetSize() const;

Modified: lldb/trunk/include/lldb/Core/PluginManager.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/PluginManager.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/PluginManager.h (original)
+++ lldb/trunk/include/lldb/Core/PluginManager.h Mon Mar 11 10:09:29 2019
@@ -304,21 +304,21 @@ public:
   /// callbacks for debugger initialization and Process launch info
   /// filtering and manipulation.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///    The name of the plugin.
   ///
-  /// @param[in] description
+  /// \param[in] description
   ///    A description string for the plugin.
   ///
-  /// @param[in] create_callback
+  /// \param[in] create_callback
   ///    The callback that will be invoked to create an instance of
   ///    the callback.  This may not be nullptr.
   ///
-  /// @param[in] debugger_init_callback
+  /// \param[in] debugger_init_callback
   ///    An optional callback that will be made when a Debugger
   ///    instance is initialized.
   ///
-  /// @param[in] filter_callback
+  /// \param[in] filter_callback
   ///    An optional callback that will be invoked before LLDB
   ///    launches a process for debugging.  The callback must
   ///    do the following:
@@ -330,7 +330,7 @@ public:
   ///       plugin if, for instance, additional environment variables
   ///       are needed to support the feature when enabled.
   ///
-  /// @return
+  /// \return
   ///    Returns true upon success; otherwise, false.
   //------------------------------------------------------------------
   static bool

Modified: lldb/trunk/include/lldb/Core/SearchFilter.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/SearchFilter.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/SearchFilter.h (original)
+++ lldb/trunk/include/lldb/Core/SearchFilter.h Mon Mar 11 10:09:29 2019
@@ -51,7 +51,7 @@ class Target;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Searcher SearchFilter.h "lldb/Core/SearchFilter.h" Class that is
+/// \class Searcher SearchFilter.h "lldb/Core/SearchFilter.h" Class that is
 /// driven by the SearchFilter to search the SymbolContext space of the target
 /// program.
 //----------------------------------------------------------------------
@@ -82,14 +82,14 @@ public:
   //------------------------------------------------------------------
   /// Prints a canonical description for the searcher to the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///   Stream to which the output is copied.
   //------------------------------------------------------------------
   virtual void GetDescription(Stream *s);
 };
 
 //----------------------------------------------------------------------
-/// @class SearchFilter SearchFilter.h "lldb/Core/SearchFilter.h" Class
+/// \class SearchFilter SearchFilter.h "lldb/Core/SearchFilter.h" Class
 /// descends through the SymbolContext space of the target, applying a filter
 /// at each stage till it reaches the depth specified by the GetDepth method
 /// of the searcher, and calls its callback at that point.
@@ -113,7 +113,7 @@ public:
   //------------------------------------------------------------------
   /// The basic constructor takes a Target, which gives the space to search.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///    The Target that provides the module list to search.
   //------------------------------------------------------------------
   SearchFilter(const lldb::TargetSP &target_sp);
@@ -129,9 +129,9 @@ public:
   //------------------------------------------------------------------
   /// Call this method with a file spec to see if that spec passes the filter.
   ///
-  /// @param[in] spec
+  /// \param[in] spec
   ///    The file spec to check against the filter.
-  /// @return
+  /// \return
   ///    \b true if \a spec passes, and \b false otherwise.
   //------------------------------------------------------------------
   virtual bool ModulePasses(const FileSpec &spec);
@@ -139,10 +139,10 @@ public:
   //------------------------------------------------------------------
   /// Call this method with a Module to see if that module passes the filter.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///    The Module to check against the filter.
   ///
-  /// @return
+  /// \return
   ///    \b true if \a module passes, and \b false otherwise.
   //------------------------------------------------------------------
   virtual bool ModulePasses(const lldb::ModuleSP &module_sp);
@@ -150,10 +150,10 @@ public:
   //------------------------------------------------------------------
   /// Call this method with a Address to see if \a address passes the filter.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///    The address to check against the filter.
   ///
-  /// @return
+  /// \return
   ///    \b true if \a address passes, and \b false otherwise.
   //------------------------------------------------------------------
   virtual bool AddressPasses(Address &addr);
@@ -162,10 +162,10 @@ public:
   /// Call this method with a FileSpec to see if \a file spec passes the
   /// filter as the name of a compilation unit.
   ///
-  /// @param[in] fileSpec
+  /// \param[in] fileSpec
   ///    The file spec to check against the filter.
   ///
-  /// @return
+  /// \return
   ///    \b true if \a file spec passes, and \b false otherwise.
   //------------------------------------------------------------------
   virtual bool CompUnitPasses(FileSpec &fileSpec);
@@ -174,10 +174,10 @@ public:
   /// Call this method with a CompileUnit to see if \a comp unit passes the
   /// filter.
   ///
-  /// @param[in] compUnit
+  /// \param[in] compUnit
   ///    The CompileUnit to check against the filter.
   ///
-  /// @return
+  /// \return
   ///    \b true if \a Comp Unit passes, and \b false otherwise.
   //------------------------------------------------------------------
   virtual bool CompUnitPasses(CompileUnit &compUnit);
@@ -186,10 +186,10 @@ public:
   /// Call this method with a Function to see if \a function passes the
   /// filter.
   ///
-  /// @param[in] function
+  /// \param[in] function
   ///    The Functions to check against the filter.
   ///
-  /// @return
+  /// \return
   ///    \b true if \a function passes, and \b false otherwise.
   //------------------------------------------------------------------
   virtual bool FunctionPasses(Function &function);
@@ -197,7 +197,7 @@ public:
   //------------------------------------------------------------------
   /// Call this method to do the search using the Searcher.
   ///
-  /// @param[in] searcher
+  /// \param[in] searcher
   ///    The searcher to drive with this search.
   ///
   //------------------------------------------------------------------
@@ -207,10 +207,10 @@ public:
   /// Call this method to do the search using the Searcher in the module list
   /// \a modules.
   ///
-  /// @param[in] searcher
+  /// \param[in] searcher
   ///    The searcher to drive with this search.
   ///
-  /// @param[in] modules
+  /// \param[in] modules
   ///    The module list within which to restrict the search.
   ///
   //------------------------------------------------------------------
@@ -223,7 +223,7 @@ public:
   /// search callbacks can then short cut the search to avoid looking at
   /// things that obviously won't pass.
   ///
-  /// @return
+  /// \return
   ///    The required elements for the search, which is an or'ed together
   ///    set of lldb:SearchContextItem enum's.
   ///
@@ -233,7 +233,7 @@ public:
   //------------------------------------------------------------------
   /// Prints a canonical description for the search filter to the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///   Stream to which the output is copied.
   //------------------------------------------------------------------
   virtual void GetDescription(Stream *s);
@@ -329,7 +329,7 @@ private:
 };
 
 //----------------------------------------------------------------------
-/// @class SearchFilterForUnconstrainedSearches SearchFilter.h
+/// \class SearchFilterForUnconstrainedSearches SearchFilter.h
 /// "lldb/Core/SearchFilter.h" This is a SearchFilter that searches through
 /// all modules.  It also consults the
 /// Target::ModuleIsExcludedForUnconstrainedSearches.
@@ -357,7 +357,7 @@ protected:
 };
 
 //----------------------------------------------------------------------
-/// @class SearchFilterByModule SearchFilter.h "lldb/Core/SearchFilter.h" This
+/// \class SearchFilterByModule SearchFilter.h "lldb/Core/SearchFilter.h" This
 /// is a SearchFilter that restricts the search to a given module.
 //----------------------------------------------------------------------
 
@@ -367,10 +367,10 @@ public:
   /// The basic constructor takes a Target, which gives the space to search,
   /// and the module to restrict the search to.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///    The Target that provides the module list to search.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///    The Module that limits the search.
   //------------------------------------------------------------------
   SearchFilterByModule(const lldb::TargetSP &targetSP, const FileSpec &module);
@@ -419,10 +419,10 @@ public:
   /// The basic constructor takes a Target, which gives the space to search,
   /// and the module list to restrict the search to.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///    The Target that provides the module list to search.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///    The Module that limits the search.
   //------------------------------------------------------------------
   SearchFilterByModuleList(const lldb::TargetSP &targetSP,
@@ -478,10 +478,10 @@ public:
   /// The basic constructor takes a Target, which gives the space to search,
   /// and the module list to restrict the search to.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///    The Target that provides the module list to search.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///    The Module that limits the search.
   //------------------------------------------------------------------
   SearchFilterByModuleListAndCU(const lldb::TargetSP &targetSP,

Modified: lldb/trunk/include/lldb/Core/Section.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Section.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Section.h (original)
+++ lldb/trunk/include/lldb/Core/Section.h Mon Mar 11 10:09:29 2019
@@ -206,17 +206,17 @@ public:
   /// Read the section data from the object file that the section
   /// resides in.
   ///
-  /// @param[in] dst
+  /// \param[in] dst
   ///     Where to place the data
   ///
-  /// @param[in] dst_len
+  /// \param[in] dst_len
   ///     How many bytes of section data to read
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset in bytes within this section's data at which to
   ///     start copying data from.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes read from the section, or zero if the
   ///     section has no data or \a offset is not a valid offset
   ///     in this section.
@@ -231,10 +231,10 @@ public:
   /// object file is on disk, it will shared the mmap data for the
   /// entire object file.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     Where to place the data, address byte size, and byte order
   ///
-  /// @return
+  /// \return
   ///     The number of bytes read from the section, or zero if the
   ///     section has no data or \a offset is not a valid offset
   ///     in this section.

Modified: lldb/trunk/include/lldb/Core/ValueObject.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/ValueObject.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/ValueObject.h (original)
+++ lldb/trunk/include/lldb/Core/ValueObject.h Mon Mar 11 10:09:29 2019
@@ -800,7 +800,7 @@ public:
   /// pointers, references, arrays and more. Again, it does so without
   /// doing any expensive type completion.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the ValueObject might have children, or \b
   ///     false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Expression/DWARFExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/DWARFExpression.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/DWARFExpression.h (original)
+++ lldb/trunk/include/lldb/Expression/DWARFExpression.h Mon Mar 11 10:09:29 2019
@@ -22,7 +22,7 @@ class DWARFUnit;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class DWARFExpression DWARFExpression.h
+/// \class DWARFExpression DWARFExpression.h
 /// "lldb/Expression/DWARFExpression.h" Encapsulates a DWARF location
 /// expression and interprets it.
 ///
@@ -53,14 +53,14 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     A data extractor configured to read the DWARF location expression's
   ///     bytecode.
   ///
-  /// @param[in] data_offset
+  /// \param[in] data_offset
   ///     The offset of the location expression in the extractor.
   ///
-  /// @param[in] data_length
+  /// \param[in] data_length
   ///     The byte length of the location expression.
   //------------------------------------------------------------------
   DWARFExpression(lldb::ModuleSP module, const DataExtractor &data,
@@ -80,20 +80,20 @@ public:
   //------------------------------------------------------------------
   /// Print the description of the expression to a stream
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to print to.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The level of verbosity to use.
   ///
-  /// @param[in] location_list_base_addr
+  /// \param[in] location_list_base_addr
   ///     If this is a location list based expression, this is the
   ///     address of the object that owns it. NOTE: this value is
   ///     different from the DWARF version of the location list base
   ///     address which is compile unit relative. This base address
   ///     is the address of the object that owns the location list.
   ///
-  /// @param[in] abi
+  /// \param[in] abi
   ///     An optional ABI plug-in that can be used to resolve register
   ///     names.
   //------------------------------------------------------------------
@@ -113,13 +113,13 @@ public:
   //------------------------------------------------------------------
   /// Search for a load address in the location list
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process to use when resolving the load address
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     The address to resolve
   ///
-  /// @return
+  /// \return
   ///     True if IsLocationList() is true and the address was found;
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -139,15 +139,15 @@ public:
   /// static variable since there is no other indication from DWARF debug
   /// info.
   ///
-  /// @param[in] op_addr_idx
+  /// \param[in] op_addr_idx
   ///     The DW_OP_addr index to retrieve in case there is more than
   ///     one DW_OP_addr opcode in the location byte stream.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     If the location stream contains unknown DW_OP opcodes or the
   ///     data is missing, \a error will be set to \b true.
   ///
-  /// @return
+  /// \return
   ///     LLDB_INVALID_ADDRESS if the location doesn't contain a
   ///     DW_OP_addr for \a op_addr_idx, otherwise a valid file address
   //------------------------------------------------------------------
@@ -168,7 +168,7 @@ public:
   /// Make the expression parser read its location information from a given
   /// data source.  Does not change the offset and length
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     A data extractor configured to read the DWARF location expression's
   ///     bytecode.
   //------------------------------------------------------------------
@@ -178,17 +178,17 @@ public:
   /// Make the expression parser read its location information from a given
   /// data source
   ///
-  /// @param[in] module_sp
+  /// \param[in] module_sp
   ///     The module that defines the DWARF expression.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     A data extractor configured to read the DWARF location expression's
   ///     bytecode.
   ///
-  /// @param[in] data_offset
+  /// \param[in] data_offset
   ///     The offset of the location expression in the extractor.
   ///
-  /// @param[in] data_length
+  /// \param[in] data_length
   ///     The byte length of the location expression.
   //------------------------------------------------------------------
   void SetOpcodeData(lldb::ModuleSP module_sp, const DataExtractor &data,
@@ -207,17 +207,17 @@ public:
   /// though we are copying the data, it shouldn't amount to that much for the
   /// variables we end up parsing.
   ///
-  /// @param[in] module_sp
+  /// \param[in] module_sp
   ///     The module that defines the DWARF expression.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     A data extractor configured to read and copy the DWARF
   ///     location expression's bytecode.
   ///
-  /// @param[in] data_offset
+  /// \param[in] data_offset
   ///     The offset of the location expression in the extractor.
   ///
-  /// @param[in] data_length
+  /// \param[in] data_length
   ///     The byte length of the location expression.
   //------------------------------------------------------------------
   void CopyOpcodeData(lldb::ModuleSP module_sp, const DataExtractor &data,
@@ -233,7 +233,7 @@ public:
   //------------------------------------------------------------------
   /// Tells the expression that it refers to a location list.
   ///
-  /// @param[in] slide
+  /// \param[in] slide
   ///     This value should be a slide that is applied to any values
   ///     in the location list data so the values become zero based
   ///     offsets into the object that owns the location list. We need
@@ -250,7 +250,7 @@ public:
   //------------------------------------------------------------------
   /// Set the call-frame-info style register kind
   ///
-  /// @param[in] reg_kind
+  /// \param[in] reg_kind
   ///     The register kind.
   //------------------------------------------------------------------
   void SetRegisterKind(lldb::RegisterKind reg_kind);
@@ -277,59 +277,59 @@ public:
   //------------------------------------------------------------------
   /// Evaluate a DWARF location expression in a particular context
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context in which to evaluate the location
   ///     expression.  The location expression may access the target's
   ///     memory, especially if it comes from the expression parser.
   ///
-  /// @param[in] opcode_ctx
+  /// \param[in] opcode_ctx
   ///     The module which defined the expression.
   ///
-  /// @param[in] opcodes
+  /// \param[in] opcodes
   ///     This is a static method so the opcodes need to be provided
   ///     explicitly.
   ///
-  /// @param[in] expr_locals
+  /// \param[in] expr_locals
   ///     If the location expression was produced by the expression parser,
   ///     the list of local variables referenced by the DWARF expression.
   ///     This list should already have been populated during parsing;
   ///     the DWARF expression refers to variables by index.  Can be NULL if
   ///     the location expression uses no locals.
   ///
-  /// @param[in] decl_map
+  /// \param[in] decl_map
   ///     If the location expression was produced by the expression parser,
   ///     the list of external variables referenced by the location
   ///     expression.  Can be NULL if the location expression uses no
   ///     external variables.
   ///
-  ///  @param[in] reg_ctx
+  ///  \param[in] reg_ctx
   ///     An optional parameter which provides a RegisterContext for use
   ///     when evaluating the expression (i.e. for fetching register values).
   ///     Normally this will come from the ExecutionContext's StackFrame but
   ///     in the case where an expression needs to be evaluated while building
   ///     the stack frame list, this short-cut is available.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset of the location expression in the data extractor.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length in bytes of the location expression.
   ///
-  /// @param[in] reg_set
+  /// \param[in] reg_set
   ///     The call-frame-info style register kind.
   ///
-  /// @param[in] initial_value_ptr
+  /// \param[in] initial_value_ptr
   ///     A value to put on top of the interpreter stack before evaluating
   ///     the expression, if the expression is parametrized.  Can be NULL.
   ///
-  /// @param[in] result
+  /// \param[in] result
   ///     A value into which the result of evaluating the expression is
   ///     to be placed.
   ///
-  /// @param[in] error_ptr
+  /// \param[in] error_ptr
   ///     If non-NULL, used to report errors in expression evaluation.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.  If error_ptr is non-NULL,
   ///     details of the failure are provided through it.
   //------------------------------------------------------------------
@@ -369,19 +369,19 @@ protected:
   //------------------------------------------------------------------
   /// Pretty-prints the location expression to a stream
   ///
-  /// @param[in] stream
+  /// \param[in] stream
   ///     The stream to use for pretty-printing.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset into the data buffer of the opcodes to be printed.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length in bytes of the opcodes to be printed.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The level of detail to use in pretty-printing.
   ///
-  /// @param[in] abi
+  /// \param[in] abi
   ///     An optional ABI plug-in that can be used to resolve register
   ///     names.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Expression/Expression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/Expression.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/Expression.h (original)
+++ lldb/trunk/include/lldb/Expression/Expression.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@ namespace lldb_private {
 class RecordingMemoryManager;
 
 //----------------------------------------------------------------------
-/// @class Expression Expression.h "lldb/Expression/Expression.h" Encapsulates
+/// \class Expression Expression.h "lldb/Expression/Expression.h" Encapsulates
 /// a single expression for use in lldb
 ///
 /// LLDB uses expressions for various purposes, notably to call functions

Modified: lldb/trunk/include/lldb/Expression/ExpressionParser.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/ExpressionParser.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/ExpressionParser.h (original)
+++ lldb/trunk/include/lldb/Expression/ExpressionParser.h Mon Mar 11 10:09:29 2019
@@ -19,7 +19,7 @@ namespace lldb_private {
 class IRExecutionUnit;
 
 //----------------------------------------------------------------------
-/// @class ExpressionParser ExpressionParser.h
+/// \class ExpressionParser ExpressionParser.h
 /// "lldb/Expression/ExpressionParser.h" Encapsulates an instance of a
 /// compiler that can parse expressions.
 ///
@@ -32,12 +32,12 @@ public:
   ///
   /// Initializes class variables.
   ///
-  /// @param[in] exe_scope,
+  /// \param[in] exe_scope,
   ///     If non-NULL, an execution context scope that can help to
   ///     correctly create an expression with a valid process for
   ///     optional tuning Objective-C runtime support. Can be NULL.
   ///
-  /// @param[in] expr
+  /// \param[in] expr
   ///     The expression to be parsed.
   //------------------------------------------------------------------
   ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr,
@@ -53,23 +53,23 @@ public:
   /// Attempts to find possible command line completions for the given
   /// expression.
   ///
-  /// @param[out] request
+  /// \param[out] request
   ///     The completion request to fill out. The completion should be a string
   ///     that would complete the current token at the cursor position.
   ///     Note that the string in the list replaces the current token
   ///     in the command line.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     The line with the completion cursor inside the expression as a string.
   ///     The first line in the expression has the number 0.
   ///
-  /// @param[in] pos
+  /// \param[in] pos
   ///     The character position in the line with the completion cursor.
   ///     If the value is 0, then the cursor is on top of the first character
   ///     in the line (i.e. the user has requested completion from the start of
   ///     the expression).
   ///
-  /// @param[in] typed_pos
+  /// \param[in] typed_pos
   ///     The cursor position in the line as typed by the user. If the user
   ///     expression has not been transformed in some form (e.g. wrapping it
   ///     in a function body for C languages), then this is equal to the
@@ -77,7 +77,7 @@ public:
   ///     'pos' (e.g. a value of 0 means the cursor is at start of the
   ///     expression).
   ///
-  /// @return
+  /// \return
   ///     True if we added any completion results to the output;
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -88,10 +88,10 @@ public:
   /// Parse a single expression and convert it to IR using Clang.  Don't wrap
   /// the expression in anything at all.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager in which to store the errors and warnings.
   ///
-  /// @return
+  /// \return
   ///     The number of errors encountered during parsing.  0 means
   ///     success.
   //------------------------------------------------------------------
@@ -102,10 +102,10 @@ public:
   /// expression.  If successful, the rewritten expression is stored in the
   /// diagnostic_manager, get it out with GetFixedExpression.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager containing fixit's to apply.
   ///
-  /// @return
+  /// \return
   ///     \b true if the rewrite was successful, \b false otherwise.
   //------------------------------------------------------------------
   virtual bool RewriteExpression(DiagnosticManager &diagnostic_manager) {
@@ -116,31 +116,31 @@ public:
   /// Ready an already-parsed expression for execution, possibly evaluating it
   /// statically.
   ///
-  /// @param[out] func_addr
+  /// \param[out] func_addr
   ///     The address to which the function has been written.
   ///
-  /// @param[out] func_end
+  /// \param[out] func_end
   ///     The end of the function's allocated memory region.  (func_addr
   ///     and func_end do not delimit an allocated region; the allocated
   ///     region may begin before func_addr.)
   ///
-  /// @param[in] execution_unit_sp
+  /// \param[in] execution_unit_sp
   ///     After parsing, ownership of the execution unit for
   ///     for the expression is handed to this shared pointer.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to write the function into.
   ///
-  /// @param[out] can_interpret
+  /// \param[out] can_interpret
   ///     Set to true if the expression could be interpreted statically;
   ///     untouched otherwise.
   ///
-  /// @param[in] execution_policy
+  /// \param[in] execution_policy
   ///     Determines whether the expression must be JIT-compiled, must be
   ///     evaluated statically, or whether this decision may be made
   ///     opportunistically.
   ///
-  /// @return
+  /// \return
   ///     An error code indicating the success or failure of the operation.
   ///     Test with Success().
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Expression/ExpressionTypeSystemHelper.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/ExpressionTypeSystemHelper.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/ExpressionTypeSystemHelper.h (original)
+++ lldb/trunk/include/lldb/Expression/ExpressionTypeSystemHelper.h Mon Mar 11 10:09:29 2019
@@ -15,7 +15,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ExpressionTypeSystemHelper ExpressionTypeSystemHelper.h
+/// \class ExpressionTypeSystemHelper ExpressionTypeSystemHelper.h
 /// "lldb/Expression/ExpressionTypeSystemHelper.h"
 /// A helper object that the Expression can pass to its ExpressionParser
 /// to provide generic information that

Modified: lldb/trunk/include/lldb/Expression/ExpressionVariable.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/ExpressionVariable.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/ExpressionVariable.h (original)
+++ lldb/trunk/include/lldb/Expression/ExpressionVariable.h Mon Mar 11 10:09:29 2019
@@ -119,7 +119,7 @@ public:
 };
 
 //----------------------------------------------------------------------
-/// @class ExpressionVariableList ExpressionVariable.h
+/// \class ExpressionVariableList ExpressionVariable.h
 /// "lldb/Expression/ExpressionVariable.h"
 /// A list of variable references.
 ///
@@ -163,10 +163,10 @@ public:
   //----------------------------------------------------------------------
   /// Finds a variable by name in the list.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the requested variable.
   ///
-  /// @return
+  /// \return
   ///     The variable requested, or nullptr if that variable is not in the
   ///     list.
   //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Expression/FunctionCaller.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/FunctionCaller.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/FunctionCaller.h (original)
+++ lldb/trunk/include/lldb/Expression/FunctionCaller.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class FunctionCaller FunctionCaller.h "lldb/Expression/FunctionCaller.h"
+/// \class FunctionCaller FunctionCaller.h "lldb/Expression/FunctionCaller.h"
 /// Encapsulates a function that can be called.
 ///
 /// A given FunctionCaller object can handle a single function signature.
@@ -60,21 +60,21 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] exe_scope
+  /// \param[in] exe_scope
   ///     An execution context scope that gets us at least a target and
   ///     process.
   ///
-  /// @param[in] ast_context
+  /// \param[in] ast_context
   ///     The AST context to evaluate argument types in.
   ///
-  /// @param[in] return_qualtype
+  /// \param[in] return_qualtype
   ///     An opaque Clang QualType for the function result.  Should be
   ///     defined in ast_context.
   ///
-  /// @param[in] function_address
+  /// \param[in] function_address
   ///     The address of the function to call.
   ///
-  /// @param[in] arg_value_list
+  /// \param[in] arg_value_list
   ///     The default values to use when calling this function.  Can
   ///     be overridden using WriteFunctionArguments().
   //------------------------------------------------------------------
@@ -91,15 +91,15 @@ public:
   //------------------------------------------------------------------
   /// Compile the wrapper function
   ///
-  /// @param[in] thread_to_use_sp
+  /// \param[in] thread_to_use_sp
   ///     Compilation might end up calling functions.  Pass in the thread you
   ///     want the compilation to use.  If you pass in an empty ThreadSP it will
   ///     use the currently selected thread.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report parser errors to.
   ///
-  /// @return
+  /// \return
   ///     The number of errors.
   //------------------------------------------------------------------
   virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
@@ -108,19 +108,19 @@ public:
   //------------------------------------------------------------------
   /// Insert the default function wrapper and its default argument struct
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to insert the function and its arguments
   ///     into.
   ///
-  /// @param[in,out] args_addr_ref
+  /// \param[in,out] args_addr_ref
   ///     The address of the structure to write the arguments into.  May
   ///     be LLDB_INVALID_ADDRESS; if it is, a new structure is allocated
   ///     and args_addr_ref is pointed to it.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report errors to.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool InsertFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref,
@@ -129,14 +129,14 @@ public:
   //------------------------------------------------------------------
   /// Insert the default function wrapper (using the JIT)
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to insert the function and its arguments
   ///     into.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report errors to.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool WriteFunctionWrapper(ExecutionContext &exe_ctx,
@@ -145,19 +145,19 @@ public:
   //------------------------------------------------------------------
   /// Insert the default function argument struct
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to insert the function and its arguments
   ///     into.
   ///
-  /// @param[in,out] args_addr_ref
+  /// \param[in,out] args_addr_ref
   ///     The address of the structure to write the arguments into.  May
   ///     be LLDB_INVALID_ADDRESS; if it is, a new structure is allocated
   ///     and args_addr_ref is pointed to it.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report errors to.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool WriteFunctionArguments(ExecutionContext &exe_ctx,
@@ -168,22 +168,22 @@ public:
   /// Insert an argument struct with a non-default function address and non-
   /// default argument values
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to insert the function and its arguments
   ///     into.
   ///
-  /// @param[in,out] args_addr_ref
+  /// \param[in,out] args_addr_ref
   ///     The address of the structure to write the arguments into.  May
   ///     be LLDB_INVALID_ADDRESS; if it is, a new structure is allocated
   ///     and args_addr_ref is pointed at it.
   ///
-  /// @param[in] arg_values
+  /// \param[in] arg_values
   ///     The values of the function's arguments.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report errors to.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool WriteFunctionArguments(ExecutionContext &exe_ctx,
@@ -196,10 +196,10 @@ public:
   ///
   /// This is the full version.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The thread & process in which this function will run.
   ///
-  /// @param[in] args_addr_ptr
+  /// \param[in] args_addr_ptr
   ///     If nullptr, the function will take care of allocating & deallocating
   ///     the wrapper
   ///     args structure.  Otherwise, if set to LLDB_INVALID_ADDRESS, a new
@@ -211,16 +211,16 @@ public:
   ///     this should point to an already allocated structure with the values
   ///     already written.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report errors to.
   ///
-  /// @param[in] options
+  /// \param[in] options
   ///     The options for this expression execution.
   ///
-  /// @param[out] results
+  /// \param[out] results
   ///     The result value will be put here after running the function.
   ///
-  /// @return
+  /// \return
   ///     Returns one of the ExpressionResults enum indicating function call
   ///     status.
   //------------------------------------------------------------------
@@ -233,26 +233,26 @@ public:
   /// Get a thread plan to run the function this FunctionCaller was created
   /// with.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to insert the function and its arguments
   ///     into.
   ///
-  /// @param[in] func_addr
+  /// \param[in] func_addr
   ///     The address of the function in the target process.
   ///
-  /// @param[in] args_addr
+  /// \param[in] args_addr
   ///     The address of the argument struct.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report errors to.
   ///
-  /// @param[in] stop_others
+  /// \param[in] stop_others
   ///     True if other threads should pause during execution.
   ///
-  /// @param[in] unwind_on_error
+  /// \param[in] unwind_on_error
   ///     True if the thread plan may simply be discarded if an error occurs.
   ///
-  /// @return
+  /// \return
   ///     A ThreadPlan shared pointer for executing the function.
   //------------------------------------------------------------------
   lldb::ThreadPlanSP
@@ -263,16 +263,16 @@ public:
   //------------------------------------------------------------------
   /// Get the result of the function from its struct
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to retrieve the result from.
   ///
-  /// @param[in] args_addr
+  /// \param[in] args_addr
   ///     The address of the argument struct.
   ///
-  /// @param[out] ret_value
+  /// \param[out] ret_value
   ///     The value returned by the function.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool FetchFunctionResults(ExecutionContext &exe_ctx, lldb::addr_t args_addr,
@@ -281,11 +281,11 @@ public:
   //------------------------------------------------------------------
   /// Deallocate the arguments structure
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to insert the function and its arguments
   ///     into.
   ///
-  /// @param[in] args_addr
+  /// \param[in] args_addr
   ///     The address of the argument struct.
   //------------------------------------------------------------------
   void DeallocateFunctionResults(ExecutionContext &exe_ctx,

Modified: lldb/trunk/include/lldb/Expression/IRDynamicChecks.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/IRDynamicChecks.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/IRDynamicChecks.h (original)
+++ lldb/trunk/include/lldb/Expression/IRDynamicChecks.h Mon Mar 11 10:09:29 2019
@@ -31,7 +31,7 @@ class ExecutionContext;
 class Stream;
 
 //----------------------------------------------------------------------
-/// @class DynamicCheckerFunctions IRDynamicChecks.h
+/// \class DynamicCheckerFunctions IRDynamicChecks.h
 /// "lldb/Expression/IRDynamicChecks.h" Encapsulates dynamic check functions
 /// used by expressions.
 ///
@@ -61,13 +61,13 @@ public:
   /// Install the utility functions into a process.  This binds the instance
   /// of DynamicCheckerFunctions to that process.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     A diagnostic manager to report errors to.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to install the functions into.
   ///
-  /// @return
+  /// \return
   ///     True on success; false on failure, or if the functions have
   ///     already been installed.
   //------------------------------------------------------------------
@@ -81,7 +81,7 @@ public:
 };
 
 //----------------------------------------------------------------------
-/// @class IRDynamicChecks IRDynamicChecks.h
+/// \class IRDynamicChecks IRDynamicChecks.h
 /// "lldb/Expression/IRDynamicChecks.h" Adds dynamic checks to a user-entered
 /// expression to reduce its likelihood of crashing
 ///
@@ -97,13 +97,13 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] checker_functions
+  /// \param[in] checker_functions
   ///     The checker functions for the target process.
   ///
-  /// @param[in] func_name
+  /// \param[in] func_name
   ///     The name of the function to prepare for execution in the target.
   ///
-  /// @param[in] decl_map
+  /// \param[in] decl_map
   ///     The mapping used to look up entities in the target process. In
   ///     this case, used to find objc_msgSend
   //------------------------------------------------------------------
@@ -118,12 +118,12 @@ public:
   //------------------------------------------------------------------
   /// Run this IR transformer on a single module
   ///
-  /// @param[in] M
+  /// \param[in] M
   ///     The module to run on.  This module is searched for the function
   ///     $__lldb_expr, and that function is passed to the passes one by
   ///     one.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool runOnModule(llvm::Module &M) override;
@@ -149,13 +149,13 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] M
+  /// \param[in] M
   ///     The module currently being processed.
   ///
-  /// @param[in] BB
+  /// \param[in] BB
   ///     The basic block currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool FindDataLoads(llvm::Module &M, llvm::BasicBlock &BB);

Modified: lldb/trunk/include/lldb/Expression/IRExecutionUnit.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/IRExecutionUnit.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/IRExecutionUnit.h (original)
+++ lldb/trunk/include/lldb/Expression/IRExecutionUnit.h Mon Mar 11 10:09:29 2019
@@ -37,7 +37,7 @@ namespace lldb_private {
 class Status;
 
 //----------------------------------------------------------------------
-/// @class IRExecutionUnit IRExecutionUnit.h
+/// \class IRExecutionUnit IRExecutionUnit.h
 /// "lldb/Expression/IRExecutionUnit.h" Contains the IR and, optionally, JIT-
 /// compiled code for a module.
 ///
@@ -116,7 +116,7 @@ public:
   void GetStaticInitializers(std::vector<lldb::addr_t> &static_initializers);
 
   //----------------------------------------------------------------------
-  /// @class JittedFunction IRExecutionUnit.h
+  /// \class JittedFunction IRExecutionUnit.h
   /// "lldb/Expression/IRExecutionUnit.h"
   /// Encapsulates a single function that has been generated by the JIT.
   ///
@@ -135,14 +135,14 @@ public:
     ///
     /// Initializes class variabes.
     ///
-    /// @param[in] name
+    /// \param[in] name
     ///     The name of the function.
     ///
-    /// @param[in] local_addr
+    /// \param[in] local_addr
     ///     The address of the function in LLDB, or LLDB_INVALID_ADDRESS if
     ///     it is not present in LLDB's memory.
     ///
-    /// @param[in] remote_addr
+    /// \param[in] remote_addr
     ///     The address of the function in the target, or LLDB_INVALID_ADDRESS
     ///     if it is not present in the target's memory.
     //------------------------------------------------------------------
@@ -181,10 +181,10 @@ private:
   /// where it was copied to, and return the remote address at the same offset
   /// into the copied entity
   ///
-  /// @param[in] local_address
+  /// \param[in] local_address
   ///     The address in the debugger.
   ///
-  /// @return
+  /// \return
   ///     The address in the target process.
   //------------------------------------------------------------------
   lldb::addr_t GetRemoteAddressForLocal(lldb::addr_t local_address);
@@ -194,10 +194,10 @@ private:
   /// where it was copied to, and return its address range in the target
   /// process
   ///
-  /// @param[in] local_address
+  /// \param[in] local_address
   ///     The address in the debugger.
   ///
-  /// @return
+  /// \return
   ///     The range of the containing object in the target process.
   //------------------------------------------------------------------
   typedef std::pair<lldb::addr_t, uintptr_t> AddrRange;
@@ -206,10 +206,10 @@ private:
   //------------------------------------------------------------------
   /// Commit all allocations to the process and record where they were stored.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process to allocate memory in.
   ///
-  /// @return
+  /// \return
   ///     True <=> all allocations were performed successfully.
   ///     This method will attempt to free allocated memory if the
   ///     operation fails.
@@ -219,7 +219,7 @@ private:
   //------------------------------------------------------------------
   /// Report all committed allocations to the execution engine.
   ///
-  /// @param[in] engine
+  /// \param[in] engine
   ///     The execution engine to notify.
   //------------------------------------------------------------------
   void ReportAllocations(llvm::ExecutionEngine &engine);
@@ -227,10 +227,10 @@ private:
   //------------------------------------------------------------------
   /// Write the contents of all allocations to the process.
   ///
-  /// @param[in] local_address
+  /// \param[in] local_address
   ///     The process containing the allocations.
   ///
-  /// @return
+  /// \return
   ///     True <=> all allocations were performed successfully.
   //------------------------------------------------------------------
   bool WriteData(lldb::ProcessSP &process_sp);
@@ -270,16 +270,16 @@ private:
     /// Allocate space for executable code, and add it to the m_spaceBlocks
     /// map
     ///
-    /// @param[in] Size
+    /// \param[in] Size
     ///     The size of the area.
     ///
-    /// @param[in] Alignment
+    /// \param[in] Alignment
     ///     The required alignment of the area.
     ///
-    /// @param[in] SectionID
+    /// \param[in] SectionID
     ///     A unique identifier for the section.
     ///
-    /// @return
+    /// \return
     ///     Allocated space.
     //------------------------------------------------------------------
     uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
@@ -289,19 +289,19 @@ private:
     //------------------------------------------------------------------
     /// Allocate space for data, and add it to the m_spaceBlocks map
     ///
-    /// @param[in] Size
+    /// \param[in] Size
     ///     The size of the area.
     ///
-    /// @param[in] Alignment
+    /// \param[in] Alignment
     ///     The required alignment of the area.
     ///
-    /// @param[in] SectionID
+    /// \param[in] SectionID
     ///     A unique identifier for the section.
     ///
-    /// @param[in] IsReadOnly
+    /// \param[in] IsReadOnly
     ///     Flag indicating the section is read-only.
     ///
-    /// @return
+    /// \return
     ///     Allocated space.
     //------------------------------------------------------------------
     uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
@@ -313,10 +313,10 @@ private:
     /// Called when object loading is complete and section page permissions
     /// can be applied. Currently unimplemented for LLDB.
     ///
-    /// @param[out] ErrMsg
+    /// \param[out] ErrMsg
     ///     The error that prevented the page protection from succeeding.
     ///
-    /// @return
+    /// \return
     ///     True in case of failure, false in case of success.
     //------------------------------------------------------------------
     bool finalizeMemory(std::string *ErrMsg) override {
@@ -349,7 +349,7 @@ private:
   static const unsigned eSectionIDInvalid = (unsigned)-1;
 
   //----------------------------------------------------------------------
-  /// @class AllocationRecord IRExecutionUnit.h
+  /// \class AllocationRecord IRExecutionUnit.h
   /// "lldb/Expression/IRExecutionUnit.h" Encapsulates a single allocation
   /// request made by the JIT.
   ///

Modified: lldb/trunk/include/lldb/Expression/IRInterpreter.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/IRInterpreter.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/IRInterpreter.h (original)
+++ lldb/trunk/include/lldb/Expression/IRInterpreter.h Mon Mar 11 10:09:29 2019
@@ -27,7 +27,7 @@ class IRMemoryMap;
 }
 
 //----------------------------------------------------------------------
-/// @class IRInterpreter IRInterpreter.h "lldb/Expression/IRInterpreter.h"
+/// \class IRInterpreter IRInterpreter.h "lldb/Expression/IRInterpreter.h"
 /// Attempt to interpret the function's code if it does not require
 ///        running the target.
 ///

Modified: lldb/trunk/include/lldb/Expression/IRMemoryMap.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/IRMemoryMap.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/IRMemoryMap.h (original)
+++ lldb/trunk/include/lldb/Expression/IRMemoryMap.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class IRMemoryMap IRMemoryMap.h "lldb/Expression/IRMemoryMap.h"
+/// \class IRMemoryMap IRMemoryMap.h "lldb/Expression/IRMemoryMap.h"
 /// Encapsulates memory that may exist in the process but must
 ///     also be available in the host process.
 ///

Modified: lldb/trunk/include/lldb/Expression/LLVMUserExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/LLVMUserExpression.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/LLVMUserExpression.h (original)
+++ lldb/trunk/include/lldb/Expression/LLVMUserExpression.h Mon Mar 11 10:09:29 2019
@@ -20,7 +20,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class LLVMUserExpression LLVMUserExpression.h
+/// \class LLVMUserExpression LLVMUserExpression.h
 /// "lldb/Expression/LLVMUserExpression.h" Encapsulates a one-time expression
 /// for use in lldb.
 ///

Modified: lldb/trunk/include/lldb/Expression/REPL.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/REPL.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/REPL.h (original)
+++ lldb/trunk/include/lldb/Expression/REPL.h Mon Mar 11 10:09:29 2019
@@ -35,25 +35,25 @@ public:
   /// Get a REPL with an existing target (or, failing that, a debugger to use),
   /// and (optional) extra arguments for the compiler.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     If this language is supported but the REPL couldn't be created, this
   ///     error is populated with the reason.
   ///
-  /// @param[in] language
+  /// \param[in] language
   ///     The language to create a REPL for.
   ///
-  /// @param[in] debugger
+  /// \param[in] debugger
   ///     If provided, and target is nullptr, the debugger to use when setting
   ///     up a top-level REPL.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     If provided, the target to put the REPL inside.
   ///
-  /// @param[in] repl_options
+  /// \param[in] repl_options
   ///     If provided, additional options for the compiler when parsing REPL
   ///     expressions.
   ///
-  /// @return
+  /// \return
   ///     The range of the containing object in the target process.
   //------------------------------------------------------------------
   static lldb::REPLSP Create(Status &Status, lldb::LanguageType language,

Modified: lldb/trunk/include/lldb/Expression/UserExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/UserExpression.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/UserExpression.h (original)
+++ lldb/trunk/include/lldb/Expression/UserExpression.h Mon Mar 11 10:09:29 2019
@@ -24,7 +24,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class UserExpression UserExpression.h "lldb/Expression/UserExpression.h"
+/// \class UserExpression UserExpression.h "lldb/Expression/UserExpression.h"
 /// Encapsulates a one-time expression for use in lldb.
 ///
 /// LLDB uses expressions for various purposes, notably to call functions
@@ -41,19 +41,19 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] expr
+  /// \param[in] expr
   ///     The expression to parse.
   ///
-  /// @param[in] expr_prefix
+  /// \param[in] expr_prefix
   ///     If non-nullptr, a C string containing translation-unit level
   ///     definitions to be included when the expression is parsed.
   ///
-  /// @param[in] language
+  /// \param[in] language
   ///     If not eLanguageTypeUnknown, a language to use when parsing
   ///     the expression.  Currently restricted to those languages
   ///     supported by Clang.
   ///
-  /// @param[in] desired_type
+  /// \param[in] desired_type
   ///     If not eResultTypeAny, the type to use for the expression
   ///     result.
   //------------------------------------------------------------------
@@ -70,22 +70,22 @@ public:
   //------------------------------------------------------------------
   /// Parse the expression
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     A diagnostic manager to report parse errors and warnings to.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when looking up entities that
   ///     are needed for parsing (locations of functions, types of
   ///     variables, persistent variables, etc.)
   ///
-  /// @param[in] execution_policy
+  /// \param[in] execution_policy
   ///     Determines whether interpretation is possible or mandatory.
   ///
-  /// @param[in] keep_result_in_memory
+  /// \param[in] keep_result_in_memory
   ///     True if the resulting persistent variable should reside in
   ///     target memory, if applicable.
   ///
-  /// @return
+  /// \return
   ///     True on success (no errors); false otherwise.
   //------------------------------------------------------------------
   virtual bool Parse(DiagnosticManager &diagnostic_manager,
@@ -97,22 +97,22 @@ public:
   /// Attempts to find possible command line completions for the given
   /// (possible incomplete) user expression.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when looking up entities that
   ///     are needed for parsing and completing (locations of functions, types
   ///     of variables, persistent variables, etc.)
   ///
-  /// @param[out] request
+  /// \param[out] request
   ///     The completion request to fill out. The completion should be a string
   ///     that would complete the current token at the cursor position.
   ///     Note that the string in the list replaces the current token
   ///     in the command line.
   ///
-  /// @param[in] complete_pos
+  /// \param[in] complete_pos
   ///     The position of the cursor inside the user expression string.
   ///     The completion process starts on the token that the cursor is in.
   ///
-  /// @return
+  /// \return
   ///     True if we added any completion results to the output;
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -129,28 +129,28 @@ public:
   /// Execute the parsed expression by callinng the derived class's DoExecute
   /// method.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     A diagnostic manager to report errors to.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when looking up entities that
   ///     are needed for parsing (locations of variables, etc.)
   ///
-  /// @param[in] options
+  /// \param[in] options
   ///     Expression evaluation options.
   ///
-  /// @param[in] shared_ptr_to_me
+  /// \param[in] shared_ptr_to_me
   ///     This is a shared pointer to this UserExpression.  This is
   ///     needed because Execute can push a thread plan that will hold onto
   ///     the UserExpression for an unbounded period of time.  So you
   ///     need to give the thread plan a reference to this object that can
   ///     keep it alive.
   ///
-  /// @param[in] result
+  /// \param[in] result
   ///     A pointer to direct at the persistent variable in which the
   ///     expression's result is stored.
   ///
-  /// @return
+  /// \return
   ///     A Process::Execution results value.
   //------------------------------------------------------------------
   lldb::ExpressionResults Execute(DiagnosticManager &diagnostic_manager,
@@ -162,24 +162,24 @@ public:
   //------------------------------------------------------------------
   /// Apply the side effects of the function to program state.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     A diagnostic manager to report errors to.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when looking up entities that
   ///     are needed for parsing (locations of variables, etc.)
   ///
-  /// @param[in] result
+  /// \param[in] result
   ///     A pointer to direct at the persistent variable in which the
   ///     expression's result is stored.
   ///
-  /// @param[in] function_stack_pointer
+  /// \param[in] function_stack_pointer
   ///     A pointer to the base of the function's stack frame.  This
   ///     is used to determine whether the expression result resides in
   ///     memory that will still be valid, or whether it needs to be
   ///     treated as homeless for the purpose of future expressions.
   ///
-  /// @return
+  /// \return
   ///     A Process::Execution results value.
   //------------------------------------------------------------------
   virtual bool FinalizeJITExecution(
@@ -239,36 +239,36 @@ public:
   /// Evaluate one expression in the scratch context of the target passed in
   /// the exe_ctx and return its result.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when evaluating the expression.
   ///
-  /// @param[in] options
+  /// \param[in] options
   ///     Expression evaluation options.  N.B. The language in the
   ///     evaluation options will be used to determine the language used for
   ///     expression evaluation.
   ///
-  /// @param[in] expr_cstr
+  /// \param[in] expr_cstr
   ///     A C string containing the expression to be evaluated.
   ///
-  /// @param[in] expr_prefix
+  /// \param[in] expr_prefix
   ///     If non-nullptr, a C string containing translation-unit level
   ///     definitions to be included when the expression is parsed.
   ///
-  /// @param[in,out] result_valobj_sp
+  /// \param[in,out] result_valobj_sp
   ///      If execution is successful, the result valobj is placed here.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     Filled in with an error in case the expression evaluation
   ///     fails to parse, run, or evaluated.
   ///
-  /// @param[out] fixed_expression
+  /// \param[out] fixed_expression
   ///     If non-nullptr, the fixed expression is copied into the provided
   ///     string.
   ///
-  /// @param[out] jit_module_sp_ptr
+  /// \param[out] jit_module_sp_ptr
   ///     If non-nullptr, used to persist the generated IR module.
   ///
-  /// @param[in] ctx_obj
+  /// \param[in] ctx_obj
   ///     If specified, then the expression will be evaluated in the context of
   ///     this object. It means that the context object's address will be
   ///     treated as `this` for the expression (the expression will be
@@ -278,7 +278,7 @@ public:
   ///     Currently there is a limitation: the context object must be located
   ///     in the debuggee process' memory (and have the load address).
   ///
-  /// @result
+  /// \result
   ///      A Process::ExpressionResults value.  eExpressionCompleted for
   ///      success.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Expression/UtilityFunction.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/UtilityFunction.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/UtilityFunction.h (original)
+++ lldb/trunk/include/lldb/Expression/UtilityFunction.h Mon Mar 11 10:09:29 2019
@@ -20,7 +20,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class UtilityFunction UtilityFunction.h
+/// \class UtilityFunction UtilityFunction.h
 /// "lldb/Expression/UtilityFunction.h" Encapsulates a bit of source code that
 /// provides a function that is callable
 ///
@@ -34,10 +34,10 @@ public:
   //------------------------------------------------------------------
   /// 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(ExecutionContextScope &exe_scope, const char *text,
@@ -48,13 +48,13 @@ public:
   //------------------------------------------------------------------
   /// Install the utility function into a process
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     A diagnostic manager to print parse errors and warnings to.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to install the utility function to.
   ///
-  /// @return
+  /// \return
   ///     True on success (no errors); false otherwise.
   //------------------------------------------------------------------
   virtual bool Install(DiagnosticManager &diagnostic_manager,
@@ -66,10 +66,10 @@ public:
   /// Especially useful if the function dereferences nullptr to indicate a
   /// failed assert.
   ///
-  /// @param[in] pc
+  /// \param[in] pc
   ///     The program counter to check.
   ///
-  /// @return
+  /// \return
   ///     True if the program counter falls within the function's bounds;
   ///     false if not (or the function is not JIT compiled)
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Host/File.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/File.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/File.h (original)
+++ lldb/trunk/include/lldb/Host/File.h Mon Mar 11 10:09:29 2019
@@ -22,7 +22,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class File File.h "lldb/Host/File.h"
+/// \class File File.h "lldb/Host/File.h"
 /// A file class.
 ///
 /// A file class that divides abstracts the LLDB core from host file
@@ -89,13 +89,13 @@ public:
   /// This allows code to check a File object to see if it contains anything
   /// valid using code such as:
   ///
-  /// @code
+  /// \code
   /// File file(...);
   /// if (file)
   /// { ...
-  /// @endcode
+  /// \endcode
   ///
-  /// @return
+  /// \return
   ///     A pointer to this object if either the directory or filename
   ///     is valid, nullptr otherwise.
   //------------------------------------------------------------------
@@ -107,13 +107,13 @@ public:
   /// This allows code to check a File object to see if it is invalid using
   /// code such as:
   ///
-  /// @code
+  /// \code
   /// File file(...);
   /// if (!file)
   /// { ...
-  /// @endcode
+  /// \endcode
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the object has an empty directory and
   ///     filename, \b false otherwise.
   //------------------------------------------------------------------
@@ -122,7 +122,7 @@ public:
   //------------------------------------------------------------------
   /// Get the file spec for this file.
   ///
-  /// @return
+  /// \return
   ///     A reference to the file specification object.
   //------------------------------------------------------------------
   Status GetFileSpec(FileSpec &file_spec) const;
@@ -148,14 +148,14 @@ public:
   /// that takes an "off_t &offset" to ensure correct operation in multi-
   /// threaded environments.
   ///
-  /// @param[in] buf
+  /// \param[in] buf
   ///     A buffer where to put the bytes that are read.
   ///
-  /// @param[in,out] num_bytes
+  /// \param[in,out] num_bytes
   ///     The number of bytes to read form the current file position
   ///     which gets modified with the number of bytes that were read.
   ///
-  /// @return
+  /// \return
   ///     An error object that indicates success or the reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -168,15 +168,15 @@ public:
   /// that takes an "off_t &offset" to ensure correct operation in multi-
   /// threaded environments.
   ///
-  /// @param[in] buf
+  /// \param[in] buf
   ///     A buffer where to put the bytes that are read.
   ///
-  /// @param[in,out] num_bytes
+  /// \param[in,out] num_bytes
   ///     The number of bytes to write to the current file position
   ///     which gets modified with the number of bytes that were
   ///     written.
   ///
-  /// @return
+  /// \return
   ///     An error object that indicates success or the reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -188,18 +188,18 @@ public:
   /// NOTE: This function is NOT thread safe, other threads that
   /// access this object might also change the current file position. For
   /// thread safe reads and writes see the following functions: @see
-  /// File::Read (void *, size_t, off_t &) @see File::Write (const void *,
+  /// File::Read (void *, size_t, off_t &) \see File::Write (const void *,
   /// size_t, off_t &)
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset to seek to within the file relative to the
   ///     beginning of the file.
   ///
-  /// @param[in] error_ptr
+  /// \param[in] error_ptr
   ///     A pointer to a lldb_private::Status object that will be
   ///     filled in if non-nullptr.
   ///
-  /// @return
+  /// \return
   ///     The resulting seek offset, or -1 on error.
   //------------------------------------------------------------------
   off_t SeekFromStart(off_t offset, Status *error_ptr = nullptr);
@@ -210,18 +210,18 @@ public:
   /// NOTE: This function is NOT thread safe, other threads that
   /// access this object might also change the current file position. For
   /// thread safe reads and writes see the following functions: @see
-  /// File::Read (void *, size_t, off_t &) @see File::Write (const void *,
+  /// File::Read (void *, size_t, off_t &) \see File::Write (const void *,
   /// size_t, off_t &)
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset to seek to within the file relative to the
   ///     current file position.
   ///
-  /// @param[in] error_ptr
+  /// \param[in] error_ptr
   ///     A pointer to a lldb_private::Status object that will be
   ///     filled in if non-nullptr.
   ///
-  /// @return
+  /// \return
   ///     The resulting seek offset, or -1 on error.
   //------------------------------------------------------------------
   off_t SeekFromCurrent(off_t offset, Status *error_ptr = nullptr);
@@ -232,19 +232,19 @@ public:
   /// NOTE: This function is NOT thread safe, other threads that
   /// access this object might also change the current file position. For
   /// thread safe reads and writes see the following functions: @see
-  /// File::Read (void *, size_t, off_t &) @see File::Write (const void *,
+  /// File::Read (void *, size_t, off_t &) \see File::Write (const void *,
   /// size_t, off_t &)
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///     The offset to seek to within the file relative to the
   ///     end of the file which gets filled in with the resulting
   ///     absolute file offset.
   ///
-  /// @param[in] error_ptr
+  /// \param[in] error_ptr
   ///     A pointer to a lldb_private::Status object that will be
   ///     filled in if non-nullptr.
   ///
-  /// @return
+  /// \return
   ///     The resulting seek offset, or -1 on error.
   //------------------------------------------------------------------
   off_t SeekFromEnd(off_t offset, Status *error_ptr = nullptr);
@@ -256,19 +256,19 @@ public:
   /// own file position markers and reads on other threads won't mess up the
   /// current read.
   ///
-  /// @param[in] dst
+  /// \param[in] dst
   ///     A buffer where to put the bytes that are read.
   ///
-  /// @param[in,out] num_bytes
+  /// \param[in,out] num_bytes
   ///     The number of bytes to read form the current file position
   ///     which gets modified with the number of bytes that were read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///     The offset within the file from which to read \a num_bytes
   ///     bytes. This offset gets incremented by the number of bytes
   ///     that were read.
   ///
-  /// @return
+  /// \return
   ///     An error object that indicates success or the reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -281,25 +281,25 @@ public:
   /// own file position markers and reads on other threads won't mess up the
   /// current read.
   ///
-  /// @param[in,out] num_bytes
+  /// \param[in,out] num_bytes
   ///     The number of bytes to read form the current file position
   ///     which gets modified with the number of bytes that were read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///     The offset within the file from which to read \a num_bytes
   ///     bytes. This offset gets incremented by the number of bytes
   ///     that were read.
   ///
-  /// @param[in] null_terminate
+  /// \param[in] null_terminate
   ///     Ensure that the data that is read is terminated with a NULL
   ///     character so that the data can be used as a C string.
   ///
-  /// @param[out] data_buffer_sp
+  /// \param[out] data_buffer_sp
   ///     A data buffer to create and fill in that will contain any
   ///     data that is read from the file. This buffer will be reset
   ///     if an error occurs.
   ///
-  /// @return
+  /// \return
   ///     An error object that indicates success or the reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -314,20 +314,20 @@ public:
   /// own locking externally to avoid multiple people writing to the file at
   /// the same time.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     A buffer containing the bytes to write.
   ///
-  /// @param[in,out] num_bytes
+  /// \param[in,out] num_bytes
   ///     The number of bytes to write to the file at offset \a offset.
   ///     \a num_bytes gets modified with the number of bytes that
   ///     were read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///     The offset within the file at which to write \a num_bytes
   ///     bytes. This offset gets incremented by the number of bytes
   ///     that were written.
   ///
-  /// @return
+  /// \return
   ///     An error object that indicates success or the reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -336,7 +336,7 @@ public:
   //------------------------------------------------------------------
   /// Flush the current stream
   ///
-  /// @return
+  /// \return
   ///     An error object that indicates success or the reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -345,7 +345,7 @@ public:
   //------------------------------------------------------------------
   /// Sync to disk.
   ///
-  /// @return
+  /// \return
   ///     An error object that indicates success or the reason for
   ///     failure.
   //------------------------------------------------------------------
@@ -354,7 +354,7 @@ public:
   //------------------------------------------------------------------
   /// Get the permissions for a this file.
   ///
-  /// @return
+  /// \return
   ///     Bits logical OR'ed together from the permission bits defined
   ///     in lldb_private::File::Permissions.
   //------------------------------------------------------------------
@@ -363,7 +363,7 @@ public:
   //------------------------------------------------------------------
   /// Return true if this file is interactive.
   ///
-  /// @return
+  /// \return
   ///     True if this file is a terminal (tty or pty), false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -376,7 +376,7 @@ public:
   /// if the terminal has a width and height so we can do cursor movement and
   /// other terminal manipulations by sending escape sequences.
   ///
-  /// @return
+  /// \return
   ///     True if this file is a terminal (tty, not a pty) that has
   ///     a non-zero width and height, false otherwise.
   //------------------------------------------------------------------
@@ -389,10 +389,10 @@ public:
   ///
   /// Print some formatted output to the stream.
   ///
-  /// @param[in] format
+  /// \param[in] format
   ///     A printf style format string.
   ///
-  /// @param[in] ...
+  /// \param[in] ...
   ///     Variable arguments that are needed for the printf style
   ///     format string \a format.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Host/FileSystem.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/FileSystem.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/FileSystem.h (original)
+++ lldb/trunk/include/lldb/Host/FileSystem.h Mon Mar 11 10:09:29 2019
@@ -68,87 +68,87 @@ public:
               bool should_close_fd = true);
 
   /// Get a directory iterator.
-  /// @{
+  /// \{
   llvm::vfs::directory_iterator DirBegin(const FileSpec &file_spec,
                                          std::error_code &ec);
   llvm::vfs::directory_iterator DirBegin(const llvm::Twine &dir,
                                          std::error_code &ec);
-  /// @}
+  /// \}
 
   /// Returns the Status object for the given file.
-  /// @{
+  /// \{
   llvm::ErrorOr<llvm::vfs::Status> GetStatus(const FileSpec &file_spec) const;
   llvm::ErrorOr<llvm::vfs::Status> GetStatus(const llvm::Twine &path) const;
-  /// @}
+  /// \}
 
   /// Returns the modification time of the given file.
-  /// @{
+  /// \{
   llvm::sys::TimePoint<> GetModificationTime(const FileSpec &file_spec) const;
   llvm::sys::TimePoint<> GetModificationTime(const llvm::Twine &path) const;
-  /// @}
+  /// \}
 
   /// Returns the on-disk size of the given file in bytes.
-  /// @{
+  /// \{
   uint64_t GetByteSize(const FileSpec &file_spec) const;
   uint64_t GetByteSize(const llvm::Twine &path) const;
-  /// @}
+  /// \}
 
   /// Return the current permissions of the given file.
   ///
   /// Returns a bitmask for the current permissions of the file (zero or more
   /// of the permission bits defined in File::Permissions).
-  /// @{
+  /// \{
   uint32_t GetPermissions(const FileSpec &file_spec) const;
   uint32_t GetPermissions(const llvm::Twine &path) const;
   uint32_t GetPermissions(const FileSpec &file_spec, std::error_code &ec) const;
   uint32_t GetPermissions(const llvm::Twine &path, std::error_code &ec) const;
-  /// @}
+  /// \}
 
   /// Returns whether the given file exists.
-  /// @{
+  /// \{
   bool Exists(const FileSpec &file_spec) const;
   bool Exists(const llvm::Twine &path) const;
-  /// @}
+  /// \}
 
   /// Returns whether the given file is readable.
-  /// @{
+  /// \{
   bool Readable(const FileSpec &file_spec) const;
   bool Readable(const llvm::Twine &path) const;
-  /// @}
+  /// \}
 
   /// Returns whether the given path is a directory.
-  /// @{
+  /// \{
   bool IsDirectory(const FileSpec &file_spec) const;
   bool IsDirectory(const llvm::Twine &path) const;
-  /// @}
+  /// \}
 
   /// Returns whether the given path is local to the file system.
-  /// @{
+  /// \{
   bool IsLocal(const FileSpec &file_spec) const;
   bool IsLocal(const llvm::Twine &path) const;
-  /// @}
+  /// \}
 
   /// Make the given file path absolute.
-  /// @{
+  /// \{
   std::error_code MakeAbsolute(llvm::SmallVectorImpl<char> &path) const;
   std::error_code MakeAbsolute(FileSpec &file_spec) const;
-  /// @}
+  /// \}
 
   /// Resolve path to make it canonical.
-  /// @{
+  /// \{
   void Resolve(llvm::SmallVectorImpl<char> &path);
   void Resolve(FileSpec &file_spec);
-  /// @}
+  /// \}
 
   //// Create memory buffer from path.
-  /// @{
+  /// \{
   std::shared_ptr<DataBufferLLVM> CreateDataBuffer(const llvm::Twine &path,
                                                    uint64_t size = 0,
                                                    uint64_t offset = 0);
   std::shared_ptr<DataBufferLLVM> CreateDataBuffer(const FileSpec &file_spec,
                                                    uint64_t size = 0,
                                                    uint64_t offset = 0);
-  /// @}
+  /// \}
 
   /// Call into the Host to see if it can help find the file.
   bool ResolveExecutableLocation(FileSpec &file_spec);

Modified: lldb/trunk/include/lldb/Host/Host.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/Host.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Host.h (original)
+++ lldb/trunk/include/lldb/Host/Host.h Mon Mar 11 10:09:29 2019
@@ -58,7 +58,7 @@ inline bool operator==(WaitStatus a, Wai
 inline bool operator!=(WaitStatus a, WaitStatus b) { return !(a == b); }
 
 //----------------------------------------------------------------------
-/// @class Host Host.h "lldb/Host/Host.h"
+/// \class Host Host.h "lldb/Host/Host.h"
 /// A class that provides host computer information.
 ///
 /// Host is a class that answers information about the host operating system.
@@ -86,24 +86,24 @@ public:
   /// If the child process exits, the monitoring will automatically stop after
   /// the callback returned regardless of the callback return value.
   ///
-  /// @param[in] callback
+  /// \param[in] callback
   ///     A function callback to call when a child receives a signal
   ///     (if \a monitor_signals is true) or a child exits.
   ///
-  /// @param[in] pid
+  /// \param[in] pid
   ///     The process ID of a child process to monitor, -1 for all
   ///     processes.
   ///
-  /// @param[in] monitor_signals
+  /// \param[in] monitor_signals
   ///     If \b true the callback will get called when the child
   ///     process gets a signal. If \b false, the callback will only
   ///     get called if the child process exits.
   ///
-  /// @return
+  /// \return
   ///     A thread handle that can be used to cancel the thread that
   ///     was spawned to monitor \a pid.
   ///
-  /// @see static void Host::StopMonitoringChildProcess (uint32_t)
+  /// \see static void Host::StopMonitoringChildProcess (uint32_t)
   //------------------------------------------------------------------
   static HostThread
   StartMonitoringChildProcess(const MonitorChildProcessCallback &callback,
@@ -119,7 +119,7 @@ public:
   //------------------------------------------------------------------
   /// Get the process ID for the calling process.
   ///
-  /// @return
+  /// \return
   ///     The process ID for the current process.
   //------------------------------------------------------------------
   static lldb::pid_t GetCurrentProcessID();
@@ -130,7 +130,7 @@ public:
   /// Get the thread token (the one returned by ThreadCreate when the thread
   /// was created) for the calling thread in the current process.
   ///
-  /// @return
+  /// \return
   ///     The thread token for the calling thread in the current process.
   //------------------------------------------------------------------
   static lldb::thread_t GetCurrentThread();
@@ -144,10 +144,10 @@ public:
   /// code is running in for loading resources that are relative to your
   /// binary.
   ///
-  /// @param[in] host_addr
+  /// \param[in] host_addr
   ///     The pointer to some code in the current process.
   ///
-  /// @return
+  /// \return
   ///     \b A file spec with the module that contains \a host_addr,
   ///     which may be invalid if \a host_addr doesn't fall into
   ///     any valid module address range.
@@ -159,15 +159,15 @@ public:
   /// the bundle directory from the path itself, this function will change a
   /// path to a file within a bundle to the bundle directory itself.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///     A file spec that might point to a file in a bundle.
   ///
-  /// @param[out] bundle_directory
+  /// \param[out] bundle_directory
   ///     An object will be filled in with the bundle directory for
   ///     the bundle when \b true is returned. Otherwise \a file is
   ///     left untouched and \b false is returned.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a file was resolved in \a bundle_directory,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -179,12 +179,12 @@ public:
   /// represents an executable bundle (like the MacOSX app bundles), then
   /// locate the executable within the containing bundle.
   ///
-  /// @param[in,out] file
+  /// \param[in,out] file
   ///     A file spec that currently points to the bundle that will
   ///     be filled in with the executable path within the bundle
   ///     if \b true is returned. Otherwise \a file is left untouched.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a file was resolved, \b false if this function
   ///     was not able to resolve the path.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Host/HostInfo.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/HostInfo.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/HostInfo.h (original)
+++ lldb/trunk/include/lldb/Host/HostInfo.h Mon Mar 11 10:09:29 2019
@@ -10,7 +10,7 @@
 #define lldb_Host_HostInfo_h_
 
 //----------------------------------------------------------------------
-/// @class HostInfo HostInfo.h "lldb/Host/HostInfo.h"
+/// \class HostInfo HostInfo.h "lldb/Host/HostInfo.h"
 /// A class that provides host computer information.
 ///
 /// HostInfo is a class that answers information about the host operating

Modified: lldb/trunk/include/lldb/Host/HostInfoBase.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/HostInfoBase.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/HostInfoBase.h (original)
+++ lldb/trunk/include/lldb/Host/HostInfoBase.h Mon Mar 11 10:09:29 2019
@@ -36,7 +36,7 @@ public:
   //------------------------------------------------------------------
   /// Gets the host target triple as a const string.
   ///
-  /// @return
+  /// \return
   ///     A const string object containing the host target triple.
   //------------------------------------------------------------------
   static llvm::StringRef GetTargetTriple();
@@ -44,7 +44,7 @@ public:
   //------------------------------------------------------------------
   /// Gets the host architecture.
   ///
-  /// @return
+  /// \return
   ///     A const architecture object that represents the host
   ///     architecture.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Host/HostProcess.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/HostProcess.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/HostProcess.h (original)
+++ lldb/trunk/include/lldb/Host/HostProcess.h Mon Mar 11 10:09:29 2019
@@ -13,7 +13,7 @@
 #include "lldb/lldb-types.h"
 
 //----------------------------------------------------------------------
-/// @class HostInfo HostInfo.h "lldb/Host/HostProcess.h"
+/// \class HostInfo HostInfo.h "lldb/Host/HostProcess.h"
 /// A class that represents a running process on the host machine.
 ///
 /// HostProcess allows querying and manipulation of processes running on the

Modified: lldb/trunk/include/lldb/Host/HostThread.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/HostThread.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/HostThread.h (original)
+++ lldb/trunk/include/lldb/Host/HostThread.h Mon Mar 11 10:09:29 2019
@@ -20,7 +20,7 @@ namespace lldb_private {
 class HostNativeThreadBase;
 
 //----------------------------------------------------------------------
-/// @class HostInfo HostInfo.h "lldb/Host/HostThread.h"
+/// \class HostInfo HostInfo.h "lldb/Host/HostThread.h"
 /// A class that represents a thread running inside of a process on the
 ///        local machine.
 ///

Modified: lldb/trunk/include/lldb/Host/ProcessRunLock.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/ProcessRunLock.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/ProcessRunLock.h (original)
+++ lldb/trunk/include/lldb/Host/ProcessRunLock.h Mon Mar 11 10:09:29 2019
@@ -20,7 +20,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ProcessRunLock ProcessRunLock.h "lldb/Host/ProcessRunLock.h"
+/// \class ProcessRunLock ProcessRunLock.h "lldb/Host/ProcessRunLock.h"
 /// A class used to prevent the process from starting while other
 /// threads are accessing its data, and prevent access to its data while it is
 /// running.

Modified: lldb/trunk/include/lldb/Host/PseudoTerminal.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/PseudoTerminal.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/PseudoTerminal.h (original)
+++ lldb/trunk/include/lldb/Host/PseudoTerminal.h Mon Mar 11 10:09:29 2019
@@ -17,7 +17,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class PseudoTerminal PseudoTerminal.h "lldb/Host/PseudoTerminal.h"
+/// \class PseudoTerminal PseudoTerminal.h "lldb/Host/PseudoTerminal.h"
 /// A pseudo terminal helper class.
 ///
 /// The pseudo terminal class abstracts the use of pseudo terminals on the
@@ -72,14 +72,14 @@ public:
   /// PseudoTerminal::ReleaseMasterFileDescriptor() @li
   /// PseudoTerminal::ReleaseSaveFileDescriptor()
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An pointer to an error that can describe any errors that
   ///     occur. This can be NULL if no error status is desired.
   ///
-  /// @return
-  ///     @li \b Parent process: a child process ID that is greater
+  /// \return
+  ///     \li \b Parent process: a child process ID that is greater
   ///         than zero, or -1 if the fork fails.
-  ///     @li \b Child process: zero.
+  ///     \li \b Child process: zero.
   //------------------------------------------------------------------
   lldb::pid_t Fork(char *error_str, size_t error_len);
 
@@ -91,11 +91,11 @@ public:
   /// PseudoTerminal::ReleaseMasterFileDescriptor() if this object should
   /// release ownership of the slave file descriptor.
   ///
-  /// @return
+  /// \return
   ///     The master file descriptor, or PseudoTerminal::invalid_fd
   ///     if the master file  descriptor is not currently valid.
   ///
-  /// @see PseudoTerminal::ReleaseMasterFileDescriptor()
+  /// \see PseudoTerminal::ReleaseMasterFileDescriptor()
   //------------------------------------------------------------------
   int GetMasterFileDescriptor() const;
 
@@ -107,11 +107,11 @@ public:
   /// PseudoTerminal::ReleaseSlaveFileDescriptor() if this object should
   /// release ownership of the slave file descriptor.
   ///
-  /// @return
+  /// \return
   ///     The slave file descriptor, or PseudoTerminal::invalid_fd
   ///     if the slave file descriptor is not currently valid.
   ///
-  /// @see PseudoTerminal::ReleaseSlaveFileDescriptor()
+  /// \see PseudoTerminal::ReleaseSlaveFileDescriptor()
   //------------------------------------------------------------------
   int GetSlaveFileDescriptor() const;
 
@@ -121,11 +121,11 @@ public:
   /// A master pseudo terminal should already be valid prior to
   /// calling this function.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An pointer to an error that can describe any errors that
   ///     occur. This can be NULL if no error status is desired.
   ///
-  /// @return
+  /// \return
   ///     The name of the slave pseudo terminal as a NULL terminated
   ///     C. This string that comes from static memory, so a copy of
   ///     the string should be made as subsequent calls can change
@@ -133,7 +133,7 @@ public:
   ///     a valid master pseudo terminal opened or if the call to
   ///     \c ptsname() fails.
   ///
-  /// @see PseudoTerminal::OpenFirstAvailableMaster()
+  /// \see PseudoTerminal::OpenFirstAvailableMaster()
   //------------------------------------------------------------------
   const char *GetSlaveName(char *error_str, size_t error_len) const;
 
@@ -151,20 +151,20 @@ public:
   /// If this object still has a valid master file descriptor when its
   /// destructor is called, it will close it.
   ///
-  /// @param[in] oflag
+  /// \param[in] oflag
   ///     Flags to use when calling \c posix_openpt(\a oflag).
   ///     A value of "O_RDWR|O_NOCTTY" is suggested.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An pointer to an error that can describe any errors that
   ///     occur. This can be NULL if no error status is desired.
   ///
-  /// @return
-  ///     @li \b true when the master files descriptor is
+  /// \return
+  ///     \li \b true when the master files descriptor is
   ///         successfully opened.
-  ///     @li \b false if anything goes wrong.
+  ///     \li \b false if anything goes wrong.
   ///
-  /// @see PseudoTerminal::GetMasterFileDescriptor() @see
+  /// \see PseudoTerminal::GetMasterFileDescriptor() @see
   /// PseudoTerminal::ReleaseMasterFileDescriptor()
   //------------------------------------------------------------------
   bool OpenFirstAvailableMaster(int oflag, char *error_str, size_t error_len);
@@ -183,19 +183,19 @@ public:
   /// If this object still has a valid slave file descriptor when its
   /// destructor is called, it will close it.
   ///
-  /// @param[in] oflag
+  /// \param[in] oflag
   ///     Flags to use when calling \c open(\a oflag).
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An pointer to an error that can describe any errors that
   ///     occur. This can be NULL if no error status is desired.
   ///
-  /// @return
-  ///     @li \b true when the master files descriptor is
+  /// \return
+  ///     \li \b true when the master files descriptor is
   ///         successfully opened.
-  ///     @li \b false if anything goes wrong.
+  ///     \li \b false if anything goes wrong.
   ///
-  /// @see PseudoTerminal::OpenFirstAvailableMaster() @see
+  /// \see PseudoTerminal::OpenFirstAvailableMaster() @see
   /// PseudoTerminal::GetSlaveFileDescriptor() @see
   /// PseudoTerminal::ReleaseSlaveFileDescriptor()
   //------------------------------------------------------------------
@@ -209,7 +209,7 @@ public:
   /// descriptor if the ownership isn't released using this call and the
   /// master file descriptor has been opened.
   ///
-  /// @return
+  /// \return
   ///     The master file descriptor, or PseudoTerminal::invalid_fd
   ///     if the mast file descriptor is not currently valid.
   //------------------------------------------------------------------
@@ -223,7 +223,7 @@ public:
   /// descriptor if the ownership isn't released using this call and the slave
   /// file descriptor has been opened.
   ///
-  /// @return
+  /// \return
   ///     The slave file descriptor, or PseudoTerminal::invalid_fd
   ///     if the slave file descriptor is not currently valid.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Host/StringConvert.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/StringConvert.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/StringConvert.h (original)
+++ lldb/trunk/include/lldb/Host/StringConvert.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@ namespace lldb_private {
 namespace StringConvert {
 
 //----------------------------------------------------------------------
-/// @namespace StringConvert StringConvert.h "lldb/Host/StringConvert.h"
+/// \namespace StringConvert StringConvert.h "lldb/Host/StringConvert.h"
 /// Utility classes for converting strings into Integers
 //----------------------------------------------------------------------
 

Modified: lldb/trunk/include/lldb/Host/Terminal.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/Terminal.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Terminal.h (original)
+++ lldb/trunk/include/lldb/Host/Terminal.h Mon Mar 11 10:09:29 2019
@@ -42,7 +42,7 @@ protected:
 };
 
 //----------------------------------------------------------------------
-/// @class State Terminal.h "lldb/Host/Terminal.h"
+/// \class State Terminal.h "lldb/Host/Terminal.h"
 /// A terminal state saving/restoring class.
 ///
 /// This class can be used to remember the terminal state for a file
@@ -67,14 +67,14 @@ public:
   /// "save_process_group" is true, attempt to save the process group info for
   /// the TTY.
   ///
-  /// @param[in] fd
+  /// \param[in] fd
   ///     The file descriptor to save the state of.
   ///
-  /// @param[in] save_process_group
+  /// \param[in] save_process_group
   ///     If \b true, save the process group settings, else do not
   ///     save the process group settings for a TTY.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a fd describes a TTY and if the state
   ///     was able to be saved, \b false otherwise.
   //------------------------------------------------------------------
@@ -86,7 +86,7 @@ public:
   /// Restore the state of the TTY using the cached values from a previous
   /// call to TerminalState::Save(int,bool).
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the TTY state was successfully restored,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -95,7 +95,7 @@ public:
   //------------------------------------------------------------------
   /// Test for valid cached TTY state information.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if this object has valid saved TTY state
   ///     settings that can be used to restore a previous state,
   ///     \b false otherwise.
@@ -108,7 +108,7 @@ protected:
   //------------------------------------------------------------------
   /// Test if tflags is valid.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a m_tflags is valid and can be restored,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -117,7 +117,7 @@ protected:
   //------------------------------------------------------------------
   /// Test if ttystate is valid.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a m_ttystate is valid and can be
   ///     restored, \b false otherwise.
   //------------------------------------------------------------------
@@ -126,7 +126,7 @@ protected:
   //------------------------------------------------------------------
   /// Test if the process group information is valid.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a m_process_group is valid and can be
   ///     restored, \b false otherwise.
   //------------------------------------------------------------------
@@ -145,7 +145,7 @@ protected:
 };
 
 //----------------------------------------------------------------------
-/// @class TerminalStateSwitcher Terminal.h "lldb/Host/Terminal.h"
+/// \class TerminalStateSwitcher Terminal.h "lldb/Host/Terminal.h"
 /// A TTY state switching class.
 ///
 /// This class can be used to remember 2 TTY states for a given file
@@ -166,7 +166,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of possible states to save.
   ///
-  /// @return
+  /// \return
   ///     The number of states that this TTY switcher object contains.
   //------------------------------------------------------------------
   uint32_t GetNumberOfStates() const;
@@ -174,7 +174,7 @@ public:
   //------------------------------------------------------------------
   /// Restore the TTY state for state at index \a idx.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the TTY state was successfully restored,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -185,17 +185,17 @@ public:
   /// state is saved for the file descriptor \a fd and the process group
   /// information will also be saved if requested by \a save_process_group.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     The index into the state array where the state should be
   ///     saved.
   ///
-  /// @param[in] fd
+  /// \param[in] fd
   ///     The file descriptor for which to save the settings.
   ///
-  /// @param[in] save_process_group
+  /// \param[in] save_process_group
   ///     If \b true, save the process group information for the TTY.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the save was successful, \b false
   ///     otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Host/common/NativeProcessProtocol.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/common/NativeProcessProtocol.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/common/NativeProcessProtocol.h (original)
+++ lldb/trunk/include/lldb/Host/common/NativeProcessProtocol.h Mon Mar 11 10:09:29 2019
@@ -48,7 +48,7 @@ public:
   //------------------------------------------------------------------
   /// Sends a process a UNIX signal \a signal.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status Signal(int signo) = 0;
@@ -60,7 +60,7 @@ public:
   /// a SIGSTOP to the process via the NativeProcessProtocol::Signal()
   /// operation.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status Interrupt();
@@ -211,28 +211,28 @@ public:
   /// Note: it is required that the lifetime of the
   /// native_delegate outlive the NativeProcessProtocol.
   ///
-  /// @param[in] native_delegate
+  /// \param[in] native_delegate
   ///     A NativeDelegate impl to be called when certain events
   ///     happen within the NativeProcessProtocol or related threads.
   ///
-  /// @return
+  /// \return
   ///     true if the delegate was registered successfully;
   ///     false if the delegate was already registered.
   ///
-  /// @see NativeProcessProtocol::NativeDelegate.
+  /// \see NativeProcessProtocol::NativeDelegate.
   //------------------------------------------------------------------
   bool RegisterNativeDelegate(NativeDelegate &native_delegate);
 
   //------------------------------------------------------------------
   /// Unregister a native delegate previously registered.
   ///
-  /// @param[in] native_delegate
+  /// \param[in] native_delegate
   ///     A NativeDelegate impl previously registered with this process.
   ///
-  /// @return Returns \b true if the NativeDelegate was
+  /// \return Returns \b true if the NativeDelegate was
   /// successfully removed from the process, \b false otherwise.
   ///
-  /// @see NativeProcessProtocol::NativeDelegate
+  /// \see NativeProcessProtocol::NativeDelegate
   //------------------------------------------------------------------
   bool UnregisterNativeDelegate(NativeDelegate &native_delegate);
 
@@ -248,20 +248,20 @@ public:
     //------------------------------------------------------------------
     /// Launch a process for debugging.
     ///
-    /// @param[in] launch_info
+    /// \param[in] launch_info
     ///     Information required to launch the process.
     ///
-    /// @param[in] native_delegate
+    /// \param[in] native_delegate
     ///     The delegate that will receive messages regarding the
     ///     inferior.  Must outlive the NativeProcessProtocol
     ///     instance.
     ///
-    /// @param[in] mainloop
+    /// \param[in] mainloop
     ///     The mainloop instance with which the process can register
     ///     callbacks. Must outlive the NativeProcessProtocol
     ///     instance.
     ///
-    /// @return
+    /// \return
     ///     A NativeProcessProtocol shared pointer if the operation succeeded or
     ///     an error object if it failed.
     //------------------------------------------------------------------
@@ -272,20 +272,20 @@ public:
     //------------------------------------------------------------------
     /// Attach to an existing process.
     ///
-    /// @param[in] pid
+    /// \param[in] pid
     ///     pid of the process locatable
     ///
-    /// @param[in] native_delegate
+    /// \param[in] native_delegate
     ///     The delegate that will receive messages regarding the
     ///     inferior.  Must outlive the NativeProcessProtocol
     ///     instance.
     ///
-    /// @param[in] mainloop
+    /// \param[in] mainloop
     ///     The mainloop instance with which the process can register
     ///     callbacks. Must outlive the NativeProcessProtocol
     ///     instance.
     ///
-    /// @return
+    /// \return
     ///     A NativeProcessProtocol shared pointer if the operation succeeded or
     ///     an error object if it failed.
     //------------------------------------------------------------------
@@ -298,13 +298,13 @@ public:
   /// StartTracing API for starting a tracing instance with the
   /// TraceOptions on a specific thread or process.
   ///
-  /// @param[in] config
+  /// \param[in] config
   ///     The configuration to use when starting tracing.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     Status indicates what went wrong.
   ///
-  /// @return
+  /// \return
   ///     The API returns a user_id which can be used to get trace
   ///     data, trace configuration or stopping the trace instance.
   ///     The user_id is a key to identify and operate with a tracing
@@ -320,17 +320,17 @@ public:
   //------------------------------------------------------------------
   /// StopTracing API as the name suggests stops a tracing instance.
   ///
-  /// @param[in] traceid
+  /// \param[in] traceid
   ///     The user id of the trace intended to be stopped. Now a
   ///     user_id may map to multiple threads in which case this API
   ///     could be used to stop the tracing for a specific thread by
   ///     supplying its thread id.
   ///
-  /// @param[in] thread
+  /// \param[in] thread
   ///     Thread is needed when the complete process is being traced
   ///     and the user wishes to stop tracing on a particular thread.
   ///
-  /// @return
+  /// \return
   ///     Status indicating what went wrong.
   //------------------------------------------------------------------
   virtual Status StopTrace(lldb::user_id_t traceid,
@@ -342,21 +342,21 @@ public:
   /// This API provides the trace data collected in the form of raw
   /// data.
   ///
-  /// @param[in] traceid thread
+  /// \param[in] traceid thread
   ///     The traceid and thread provide the context for the trace
   ///     instance.
   ///
-  /// @param[in] buffer
+  /// \param[in] buffer
   ///     The buffer provides the destination buffer where the trace
   ///     data would be read to. The buffer should be truncated to the
   ///     filled length by this function.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     There is possibility to read partially the trace data from
   ///     a specified offset where in such cases the buffer provided
   ///     may be smaller than the internal trace collection container.
   ///
-  /// @return
+  /// \return
   ///     The size of the data actually read.
   //------------------------------------------------------------------
   virtual Status GetData(lldb::user_id_t traceid, lldb::tid_t thread,
@@ -378,18 +378,18 @@ public:
   //------------------------------------------------------------------
   /// API to query the TraceOptions for a given user id
   ///
-  /// @param[in] traceid
+  /// \param[in] traceid
   ///     The user id of the tracing instance.
   ///
-  /// @param[in] config
+  /// \param[in] config
   ///     The thread id of the tracing instance, in case configuration
   ///     for a specific thread is needed should be specified in the
   ///     config.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     Status indicates what went wrong.
   ///
-  /// @param[out] config
+  /// \param[out] config
   ///     The actual configuration being used for tracing.
   //------------------------------------------------------------------
   virtual Status GetTraceConfig(lldb::user_id_t traceid, TraceOptions &config) {

Modified: lldb/trunk/include/lldb/Host/posix/PipePosix.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/posix/PipePosix.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/posix/PipePosix.h (original)
+++ lldb/trunk/include/lldb/Host/posix/PipePosix.h Mon Mar 11 10:09:29 2019
@@ -15,7 +15,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class PipePosix PipePosix.h "lldb/Host/posix/PipePosix.h"
+/// \class PipePosix PipePosix.h "lldb/Host/posix/PipePosix.h"
 /// A posix-based implementation of Pipe, a class that abtracts
 ///        unix style pipes.
 ///

Modified: lldb/trunk/include/lldb/Host/windows/PipeWindows.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/windows/PipeWindows.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/windows/PipeWindows.h (original)
+++ lldb/trunk/include/lldb/Host/windows/PipeWindows.h Mon Mar 11 10:09:29 2019
@@ -15,7 +15,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Pipe PipeWindows.h "lldb/Host/windows/PipeWindows.h"
+/// \class Pipe PipeWindows.h "lldb/Host/windows/PipeWindows.h"
 /// A windows-based implementation of Pipe, a class that abtracts
 ///        unix style pipes.
 ///

Modified: lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h (original)
+++ lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h Mon Mar 11 10:09:29 2019
@@ -36,27 +36,27 @@ public:
   ///
   /// The meanings of the options in this object are:
   ///
-  /// @param[in] stop_on_continue
+  /// \param[in] stop_on_continue
   ///    If \b true, execution will end on the first command that causes the
   ///    process in the execution context to continue. If \b false, we won't
   ///    check the execution status.
-  /// @param[in] stop_on_error
+  /// \param[in] stop_on_error
   ///    If \b true, execution will end on the first command that causes an
   ///    error.
-  /// @param[in] stop_on_crash
+  /// \param[in] stop_on_crash
   ///    If \b true, when a command causes the target to run, and the end of the
   ///    run is a signal or exception, stop executing the commands.
-  /// @param[in] echo_commands
+  /// \param[in] echo_commands
   ///    If \b true, echo the command before executing it. If \b false, execute
   ///    silently.
-  /// @param[in] echo_comments
+  /// \param[in] echo_comments
   ///    If \b true, echo command even if it is a pure comment line. If
   ///    \b false, print no ouput in this case. This setting has an effect only
   ///    if \param echo_commands is \b true.
-  /// @param[in] print_results
+  /// \param[in] print_results
   ///    If \b true print the results of the command after executing it. If
   ///    \b false, execute silently.
-  /// @param[in] add_to_history
+  /// \param[in] add_to_history
   ///    If \b true add the commands to the command history. If \b false, don't
   ///    add them.
   //------------------------------------------------------------------
@@ -257,17 +257,17 @@ public:
   //------------------------------------------------------------------
   /// Execute a list of commands in sequence.
   ///
-  /// @param[in] commands
+  /// \param[in] commands
   ///    The list of commands to execute.
-  /// @param[in,out] context
+  /// \param[in,out] context
   ///    The execution context in which to run the commands. Can be nullptr in
   ///    which case the default
   ///    context will be used.
-  /// @param[in] options
+  /// \param[in] options
   ///    This object holds the options used to control when to stop, whether to
   ///    execute commands,
   ///    etc.
-  /// @param[out] result
+  /// \param[out] result
   ///    This is marked as succeeding with no output if all commands execute
   ///    safely,
   ///    and failed with some explanation if we aborted executing the commands
@@ -280,17 +280,17 @@ public:
   //------------------------------------------------------------------
   /// Execute a list of commands from a file.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///    The file from which to read in commands.
-  /// @param[in,out] context
+  /// \param[in,out] context
   ///    The execution context in which to run the commands. Can be nullptr in
   ///    which case the default
   ///    context will be used.
-  /// @param[in] options
+  /// \param[in] options
   ///    This object holds the options used to control when to stop, whether to
   ///    execute commands,
   ///    etc.
-  /// @param[out] result
+  /// \param[out] result
   ///    This is marked as succeeding with no output if all commands execute
   ///    safely,
   ///    and failed with some explanation if we aborted executing the commands
@@ -482,18 +482,18 @@ public:
 
   //------------------------------------------------------------------
   /// Sets the exit code for the quit command.
-  /// @param[in] exit_code
+  /// \param[in] exit_code
   ///     The exit code that the driver should return on exit.
-  /// @return True if the exit code was successfully set; false if the
+  /// \return True if the exit code was successfully set; false if the
   ///         interpreter doesn't allow custom exit codes.
-  /// @see AllowExitCodeOnQuit
+  /// \see AllowExitCodeOnQuit
   //------------------------------------------------------------------
   LLVM_NODISCARD bool SetQuitExitCode(int exit_code);
 
   //------------------------------------------------------------------
   /// Returns the exit code that the user has specified when running the
   /// 'quit' command.
-  /// @param[out] exited
+  /// \param[out] exited
   ///     Set to true if the user has called quit with a custom exit code.
   //------------------------------------------------------------------
   int GetQuitExitCode(bool &exited) const;

Modified: lldb/trunk/include/lldb/Interpreter/CommandObject.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/CommandObject.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Interpreter/CommandObject.h (original)
+++ lldb/trunk/include/lldb/Interpreter/CommandObject.h Mon Mar 11 10:09:29 2019
@@ -226,14 +226,14 @@ public:
   /// option. Don't override this method, override HandleArgumentCompletion
   /// instead unless you have special reasons.
   ///
-  /// @param[in/out] request
+  /// \param[in/out] request
   ///    The completion request that needs to be answered.
   ///
   /// FIXME: This is the wrong return value, since we also need to make a
   /// distinction between
   /// total number of matches, and the window the user wants returned.
   ///
-  /// @return
+  /// \return
   ///     \btrue if we were in an option, \bfalse otherwise.
   //------------------------------------------------------------------
   virtual int HandleCompletion(CompletionRequest &request);
@@ -246,14 +246,14 @@ public:
   /// We've constructed the map of options and their arguments as well if that
   /// is helpful for the completion.
   ///
-  /// @param[in/out] request
+  /// \param[in/out] request
   ///    The completion request that needs to be answered.
   ///
   /// FIXME: This is the wrong return value, since we also need to make a
   /// distinction between
   /// total number of matches, and the window the user wants returned.
   ///
-  /// @return
+  /// \return
   ///     The number of completions.
   //------------------------------------------------------------------
   virtual int
@@ -271,7 +271,7 @@ public:
   //------------------------------------------------------------------
   /// The flags accessor.
   ///
-  /// @return
+  /// \return
   ///     A reference to the Flags member variable.
   //------------------------------------------------------------------
   Flags &GetFlags() { return m_flags; }
@@ -279,7 +279,7 @@ public:
   //------------------------------------------------------------------
   /// The flags const accessor.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the Flags member variable.
   //------------------------------------------------------------------
   const Flags &GetFlags() const { return m_flags; }
@@ -287,10 +287,10 @@ public:
   //------------------------------------------------------------------
   /// Get the command that appropriate for a "repeat" of the current command.
   ///
-  /// @param[in] current_command_line
+  /// \param[in] current_command_line
   ///    The complete current command line.
   ///
-  /// @return
+  /// \return
   ///     nullptr if there is no special repeat command - it will use the
   ///     current command line.
   ///     Otherwise a pointer to the command to be repeated.
@@ -371,11 +371,11 @@ protected:
   /// Check the command to make sure anything required by this
   /// command is available.
   ///
-  /// @param[out] result
+  /// \param[out] result
   ///     A command result object, if it is not okay to run the command
   ///     this will be filled in with a suitable error.
   ///
-  /// @return
+  /// \return
   ///     \b true if it is okay to run this command, \b false otherwise.
   //------------------------------------------------------------------
   bool CheckRequirements(CommandReturnObject &result);

Modified: lldb/trunk/include/lldb/Interpreter/OptionValueBoolean.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/OptionValueBoolean.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Interpreter/OptionValueBoolean.h (original)
+++ lldb/trunk/include/lldb/Interpreter/OptionValueBoolean.h Mon Mar 11 10:09:29 2019
@@ -57,13 +57,13 @@ public:
   ///
   /// This allows code to check a OptionValueBoolean in conditions.
   ///
-  /// @code
+  /// \code
   /// OptionValueBoolean bool_value(...);
   /// if (bool_value)
   /// { ...
-  /// @endcode
+  /// \endcode
   ///
-  /// @return
+  /// \return
   ///     /b True this object contains a valid namespace decl, \b
   ///     false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Interpreter/Options.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/Options.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Interpreter/Options.h (original)
+++ lldb/trunk/include/lldb/Interpreter/Options.h Mon Mar 11 10:09:29 2019
@@ -47,7 +47,7 @@ static inline bool isprint8(int ch) {
 }
 
 //----------------------------------------------------------------------
-/// @class Options Options.h "lldb/Interpreter/Options.h"
+/// \class Options Options.h "lldb/Interpreter/Options.h"
 /// A command line option parsing protocol class.
 ///
 /// Options is designed to be subclassed to contain all needed options for a
@@ -76,8 +76,8 @@ public:
   //------------------------------------------------------------------
   /// Get the option definitions to use when parsing Args options.
   ///
-  /// @see Args::ParseOptions (Options&)
-  /// @see man getopt_long_only
+  /// \see Args::ParseOptions (Options&)
+  /// \see man getopt_long_only
   //------------------------------------------------------------------
   Option *GetLongOptions();
 
@@ -149,21 +149,21 @@ public:
   //------------------------------------------------------------------
   /// Set the value of an option.
   ///
-  /// @param[in] option_idx
+  /// \param[in] option_idx
   ///     The index into the "struct option" array that was returned
   ///     by Options::GetLongOptions().
   ///
-  /// @param[in] option_arg
+  /// \param[in] option_arg
   ///     The argument value for the option that the user entered, or
   ///     nullptr if there is no argument for the current option.
   ///
-  /// @param[in] execution_context
+  /// \param[in] execution_context
   ///     The execution context to use for evaluating the option.
   ///     May be nullptr if the option is to be evaluated outside any
   ///     particular context.
   ///
-  /// @see Args::ParseOptions (Options&)
-  /// @see man getopt_long_only
+  /// \see Args::ParseOptions (Options&)
+  /// \see man getopt_long_only
   //------------------------------------------------------------------
   virtual Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_arg,
                                 ExecutionContext *execution_context) = 0;
@@ -172,17 +172,17 @@ public:
   /// Handles the generic bits of figuring out whether we are in an option,
   /// and if so completing it.
   ///
-  /// @param[in/out] request
+  /// \param[in/out] request
   ///    The completion request that we need to act upon.
   ///
-  /// @param[in] interpreter
+  /// \param[in] interpreter
   ///     The interpreter that's doing the completing.
   ///
   /// FIXME: This is the wrong return value, since we also need to
   /// make a distinction between total number of matches, and the window the
   /// user wants returned.
   ///
-  /// @return
+  /// \return
   ///     \btrue if we were in an option, \bfalse otherwise.
   //------------------------------------------------------------------
   bool HandleOptionCompletion(lldb_private::CompletionRequest &request,
@@ -193,17 +193,17 @@ public:
   /// Handles the generic bits of figuring out whether we are in an option,
   /// and if so completing it.
   ///
-  /// @param[in/out] request
+  /// \param[in/out] request
   ///    The completion request that we need to act upon.
   ///
-  /// @param[in] interpreter
+  /// \param[in] interpreter
   ///    The command interpreter doing the completion.
   ///
   /// FIXME: This is the wrong return value, since we also need to
   /// make a distinction between total number of matches, and the window the
   /// user wants returned.
   ///
-  /// @return
+  /// \return
   ///     \btrue if we were in an option, \bfalse otherwise.
   //------------------------------------------------------------------
   virtual bool
@@ -289,7 +289,7 @@ public:
   /// Append all options from \a group using the exact same option groups that
   /// each option is defined with.
   ///
-  /// @param[in] group
+  /// \param[in] group
   ///     A group of options to take option values from and copy their
   ///     definitions into this class.
   //----------------------------------------------------------------------
@@ -302,18 +302,18 @@ public:
   /// "src_mask" set. After the option definition is copied into the options
   /// definitions in this class, set the usage_mask to "dst_mask".
   ///
-  /// @param[in] group
+  /// \param[in] group
   ///     A group of options to take option values from and copy their
   ///     definitions into this class.
   ///
-  /// @param[in] src_mask
+  /// \param[in] src_mask
   ///     When copying options from \a group, you might only want some of
   ///     the options to be appended to this group. This mask allows you
   ///     to control which options from \a group get added. It also allows
   ///     you to specify the same options from \a group multiple times
   ///     for different option sets.
   ///
-  /// @param[in] dst_mask
+  /// \param[in] dst_mask
   ///     Set the usage mask for any copied options to \a dst_mask after
   ///     copying the option definition.
   //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Symbol/Block.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/Block.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/Block.h (original)
+++ lldb/trunk/include/lldb/Symbol/Block.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Block Block.h "lldb/Symbol/Block.h"
+/// \class Block Block.h "lldb/Symbol/Block.h"
 /// A class that describes a single lexical block.
 ///
 /// A Function object owns a BlockList object which owns one or more
@@ -52,7 +52,7 @@ public:
   /// \a block_list is used to represent the parent, sibling, and child block
   /// information and also allows for partial parsing at the block level.
   ///
-  /// @param[in] uid
+  /// \param[in] uid
   ///     The UID for a given block. This value is given by the
   ///     SymbolFile plug-in and can be any value that helps the
   ///     SymbolFile plug-in to match this block back to the debug
@@ -60,13 +60,13 @@ public:
   ///     depth parsing. Common values would be the index into a
   ///     table, or an offset into the debug information.
   ///
-  /// @param[in] depth
+  /// \param[in] depth
   ///     The integer depth of this block in the block list hierarchy.
   ///
-  /// @param[in] block_list
+  /// \param[in] block_list
   ///     The block list that this object belongs to.
   ///
-  /// @see BlockList
+  /// \see BlockList
   //------------------------------------------------------------------
   Block(lldb::user_id_t uid);
 
@@ -78,7 +78,7 @@ public:
   //------------------------------------------------------------------
   /// Add a child to this object.
   ///
-  /// @param[in] child_block_sp
+  /// \param[in] child_block_sp
   ///     A shared pointer to a child block that will get added to
   ///     this block.
   //------------------------------------------------------------------
@@ -87,11 +87,11 @@ public:
   //------------------------------------------------------------------
   /// Add a new offset range to this block.
   ///
-  /// @param[in] start_offset
+  /// \param[in] start_offset
   ///     An offset into this Function's address range that
   ///     describes the start address of a range for this block.
   ///
-  /// @param[in] end_offset
+  /// \param[in] end_offset
   ///     An offset into this Function's address range that
   ///     describes the end address of a range for this block.
   //------------------------------------------------------------------
@@ -100,9 +100,9 @@ public:
   void FinalizeRanges();
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
+  /// \copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void CalculateSymbolContext(SymbolContext *sc) override;
 
@@ -117,10 +117,10 @@ public:
   //------------------------------------------------------------------
   /// Check if an offset is in one of the block offset ranges.
   ///
-  /// @param[in] range_offset
+  /// \param[in] range_offset
   ///     An offset into the Function's address range.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a range_offset falls in one of this
   ///     block's ranges, \b false otherwise.
   //------------------------------------------------------------------
@@ -129,10 +129,10 @@ public:
   //------------------------------------------------------------------
   /// Check if a offset range is in one of the block offset ranges.
   ///
-  /// @param[in] range
+  /// \param[in] range
   ///     An offset range into the Function's address range.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a range falls in one of this
   ///     block's ranges, \b false otherwise.
   //------------------------------------------------------------------
@@ -141,10 +141,10 @@ public:
   //------------------------------------------------------------------
   /// Check if this object contains "block" as a child block at any depth.
   ///
-  /// @param[in] block
+  /// \param[in] block
   ///     A potential child block.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a block is a child of this block, \b
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -153,29 +153,29 @@ public:
   //------------------------------------------------------------------
   /// Dump the block contents.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] base_addr
+  /// \param[in] base_addr
   ///     The resolved start address of the Function's address
   ///     range. This should be resolved as the file or load address
   ///     prior to passing the value into this function for dumping.
   ///
-  /// @param[in] depth
+  /// \param[in] depth
   ///     Limit the number of levels deep that this function should
   ///     print as this block can contain child blocks. Specify
   ///     INT_MAX to dump all child blocks.
   ///
-  /// @param[in] show_context
+  /// \param[in] show_context
   ///     If \b true, variables will dump their context information.
   //------------------------------------------------------------------
   void Dump(Stream *s, lldb::addr_t base_addr, int32_t depth,
             bool show_context) const;
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
+  /// \copydoc SymbolContextScope::DumpSymbolContext(Stream*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void DumpSymbolContext(Stream *s) override;
 
@@ -187,7 +187,7 @@ public:
   //------------------------------------------------------------------
   /// Get the parent block.
   ///
-  /// @return
+  /// \return
   ///     The parent block pointer, or nullptr if this block has no
   ///     parent.
   //------------------------------------------------------------------
@@ -196,7 +196,7 @@ public:
   //------------------------------------------------------------------
   /// Get the inlined block that contains this block.
   ///
-  /// @return
+  /// \return
   ///     If this block contains inlined function info, it will return
   ///     this block, else parent blocks will be searched to see if
   ///     any contain this block. nullptr will be returned if this block
@@ -207,7 +207,7 @@ public:
   //------------------------------------------------------------------
   /// Get the inlined parent block for this block.
   ///
-  /// @return
+  /// \return
   ///     The parent block pointer, or nullptr if this block has no
   ///     parent.
   //------------------------------------------------------------------
@@ -216,7 +216,7 @@ public:
   //------------------------------------------------------------------
   /// Get the sibling block for this block.
   ///
-  /// @return
+  /// \return
   ///     The sibling block pointer, or nullptr if this block has no
   ///     sibling.
   //------------------------------------------------------------------
@@ -225,7 +225,7 @@ public:
   //------------------------------------------------------------------
   /// Get the first child block.
   ///
-  /// @return
+  /// \return
   ///     The first child block pointer, or nullptr if this block has no
   ///     children.
   //------------------------------------------------------------------
@@ -236,12 +236,12 @@ public:
   //------------------------------------------------------------------
   /// Get the variable list for this block only.
   ///
-  /// @param[in] can_create
+  /// \param[in] can_create
   ///     If \b true, the variables can be parsed if they already
   ///     haven't been, else the current state of the block will be
   ///     returned.
   ///
-  /// @return
+  /// \return
   ///     A variable list shared pointer that contains all variables
   ///     for this block.
   //------------------------------------------------------------------
@@ -251,24 +251,24 @@ public:
   /// Get the variable list for this block and optionally all child blocks if
   /// \a get_child_variables is \b true.
   ///
-  /// @param[in] get_child_variables
+  /// \param[in] get_child_variables
   ///     If \b true, all variables from all child blocks will be
   ///     added to the variable list.
   ///
-  /// @param[in] can_create
+  /// \param[in] can_create
   ///     If \b true, the variables can be parsed if they already
   ///     haven't been, else the current state of the block will be
   ///     returned. Passing \b true for this parameter can be used
   ///     to see the current state of what has been parsed up to this
   ///     point.
   ///
-  /// @param[in] add_inline_child_block_variables
+  /// \param[in] add_inline_child_block_variables
   ///     If this is \b false, no child variables of child blocks
   ///     that are inlined functions will be gotten. If \b true then
   ///     all child variables will be added regardless of whether they
   ///     come from inlined functions or not.
   ///
-  /// @return
+  /// \return
   ///     A variable list shared pointer that contains all variables
   ///     for this block.
   //------------------------------------------------------------------
@@ -281,27 +281,27 @@ public:
   /// Appends the variables from this block, and optionally from all parent
   /// blocks, to \a variable_list.
   ///
-  /// @param[in] can_create
+  /// \param[in] can_create
   ///     If \b true, the variables can be parsed if they already
   ///     haven't been, else the current state of the block will be
   ///     returned. Passing \b true for this parameter can be used
   ///     to see the current state of what has been parsed up to this
   ///     point.
   ///
-  /// @param[in] get_parent_variables
+  /// \param[in] get_parent_variables
   ///     If \b true, all variables from all parent blocks will be
   ///     added to the variable list.
   ///
-  /// @param[in] stop_if_block_is_inlined_function
+  /// \param[in] stop_if_block_is_inlined_function
   ///     If \b true, all variables from all parent blocks will be
   ///     added to the variable list until there are no parent blocks
   ///     or the parent block has inlined function info.
   ///
-  /// @param[in,out] variable_list
+  /// \param[in,out] variable_list
   ///     All variables in this block, and optionally all parent
   ///     blocks will be added to this list.
   ///
-  /// @return
+  /// \return
   ///     The number of variable that were appended to \a
   ///     variable_list.
   //------------------------------------------------------------------
@@ -313,7 +313,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for any inlined function information.
   ///
-  /// @return
+  /// \return
   ///     A const pointer to any inlined function information, or nullptr
   ///     if this is a regular block.
   //------------------------------------------------------------------
@@ -325,7 +325,7 @@ public:
   /// Get the symbol file which contains debug info for this block's
   /// symbol context module.
   ///
-  /// @return A pointer to the symbol file or nullptr.
+  /// \return A pointer to the symbol file or nullptr.
   //------------------------------------------------------------------
   SymbolFile *GetSymbolFile();
 
@@ -337,7 +337,7 @@ public:
   /// Returns the cost of this object plus any owned objects from the ranges,
   /// variables, and inline function information.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   //------------------------------------------------------------------
   size_t MemorySize() const;
@@ -345,21 +345,21 @@ public:
   //------------------------------------------------------------------
   /// Set accessor for any inlined function information.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The method name for the inlined function. This value should
   ///     not be nullptr.
   ///
-  /// @param[in] mangled
+  /// \param[in] mangled
   ///     The mangled method name for the inlined function. This can
   ///     be nullptr if there is no mangled name for an inlined function
   ///     or if the name is the same as \a name.
   ///
-  /// @param[in] decl_ptr
+  /// \param[in] decl_ptr
   ///     A optional pointer to declaration information for the
   ///     inlined function information. This value can be nullptr to
   ///     indicate that no declaration information is available.
   ///
-  /// @param[in] call_decl_ptr
+  /// \param[in] call_decl_ptr
   ///     Optional calling location declaration information that
   ///     describes from where this inlined function was called.
   //------------------------------------------------------------------
@@ -377,7 +377,7 @@ public:
   /// Called by the SymbolFile plug-ins after they have parsed the variable
   /// lists and are ready to hand ownership of the list over to this object.
   ///
-  /// @param[in] variable_list_sp
+  /// \param[in] variable_list_sp
   ///     A shared pointer to a VariableList.
   //------------------------------------------------------------------
   void SetVariableList(lldb::VariableListSP &variable_list_sp) {

Modified: lldb/trunk/include/lldb/Symbol/CompileUnit.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/CompileUnit.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/CompileUnit.h (original)
+++ lldb/trunk/include/lldb/Symbol/CompileUnit.h Mon Mar 11 10:09:29 2019
@@ -22,7 +22,7 @@
 
 namespace lldb_private {
 //----------------------------------------------------------------------
-/// @class CompileUnit CompileUnit.h "lldb/Symbol/CompileUnit.h"
+/// \class CompileUnit CompileUnit.h "lldb/Symbol/CompileUnit.h"
 /// A class that describes a compilation unit.
 ///
 /// A representation of a compilation unit, or compiled source file.
@@ -47,34 +47,34 @@ public:
   /// convert into a FileSpec, the SymbolFile plug-in supplied \a uid, and the
   /// source language type.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The parent module that owns this compile unit. This value
   ///     must be a valid pointer value.
   ///
-  /// @param[in] user_data
+  /// \param[in] user_data
   ///     User data where the SymbolFile parser can store data.
   ///
-  /// @param[in] pathname
+  /// \param[in] pathname
   ///     The path to the source file for this compile unit.
   ///
-  /// @param[in] uid
+  /// \param[in] uid
   ///     The user ID of the compile unit. This value is supplied by
   ///     the SymbolFile plug-in and should be a value that allows
   ///     the SymbolFile plug-in to easily locate and parse additional
   ///     information for the compile unit.
   ///
-  /// @param[in] language
+  /// \param[in] language
   ///     A language enumeration type that describes the main language
   ///     of this compile unit.
   ///
-  /// @param[in] is_optimized
+  /// \param[in] is_optimized
   ///     A value that can initialized with eLazyBoolYes, eLazyBoolNo
   ///     or eLazyBoolCalculate. If set to eLazyBoolCalculate, then
   ///     an extra call into SymbolVendor will be made to calculate if
   ///     the compile unit is optimized will be made when
   ///     CompileUnit::GetIsOptimized() is called.
   ///
-  /// @see lldb::LanguageType
+  /// \see lldb::LanguageType
   //------------------------------------------------------------------
   CompileUnit(const lldb::ModuleSP &module_sp, void *user_data,
               const char *pathname, lldb::user_id_t uid,
@@ -87,35 +87,35 @@ public:
   /// convert into a FileSpec, the SymbolFile plug-in supplied \a uid, and the
   /// source language type.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The parent module that owns this compile unit. This value
   ///     must be a valid pointer value.
   ///
-  /// @param[in] user_data
+  /// \param[in] user_data
   ///     User data where the SymbolFile parser can store data.
   ///
-  /// @param[in] file_spec
+  /// \param[in] file_spec
   ///     The file specification for the source file of this compile
   ///     unit.
   ///
-  /// @param[in] uid
+  /// \param[in] uid
   ///     The user ID of the compile unit. This value is supplied by
   ///     the SymbolFile plug-in and should be a value that allows
   ///     the plug-in to easily locate and parse
   ///     additional information for the compile unit.
   ///
-  /// @param[in] language
+  /// \param[in] language
   ///     A language enumeration type that describes the main language
   ///     of this compile unit.
   ///
-  /// @param[in] is_optimized
+  /// \param[in] is_optimized
   ///     A value that can initialized with eLazyBoolYes, eLazyBoolNo
   ///     or eLazyBoolCalculate. If set to eLazyBoolCalculate, then
   ///     an extra call into SymbolVendor will be made to calculate if
   ///     the compile unit is optimized will be made when
   ///     CompileUnit::GetIsOptimized() is called.
   ///
-  /// @see lldb::LanguageType
+  /// \see lldb::LanguageType
   //------------------------------------------------------------------
   CompileUnit(const lldb::ModuleSP &module_sp, void *user_data,
               const FileSpec &file_spec, lldb::user_id_t uid,
@@ -132,15 +132,15 @@ public:
   /// Typically called by the SymbolFile plug-ins as they partially parse the
   /// debug information.
   ///
-  /// @param[in] function_sp
+  /// \param[in] function_sp
   ///     A shared pointer to the Function object.
   //------------------------------------------------------------------
   void AddFunction(lldb::FunctionSP &function_sp);
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
+  /// \copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void CalculateSymbolContext(SymbolContext *sc) override;
 
@@ -149,9 +149,9 @@ public:
   CompileUnit *CalculateSymbolContextCompileUnit() override;
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
+  /// \copydoc SymbolContextScope::DumpSymbolContext(Stream*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void DumpSymbolContext(Stream *s) override;
 
@@ -170,9 +170,9 @@ public:
   /// This provides raw access to the function shared pointer list and will not
   /// cause the SymbolFile plug-in to parse any unparsed functions.
   ///
-  /// @note Prefer using FindFunctionByUID over this if possible.
+  /// \note Prefer using FindFunctionByUID over this if possible.
   ///
-  /// @param[in] lambda
+  /// \param[in] lambda
   ///     The lambda that should be applied to every function. The lambda can
   ///     return true if the iteration should be aborted earlier.
   //------------------------------------------------------------------
@@ -182,10 +182,10 @@ public:
   //------------------------------------------------------------------
   /// Dump the compile unit contents to the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] show_context
+  /// \param[in] show_context
   ///     If \b true, variables will dump their symbol context
   ///     information.
   //------------------------------------------------------------------
@@ -204,27 +204,27 @@ public:
   /// file and line by starting with \a start_idx equal to zero, and calling
   /// this function back with the return value + 1.
   ///
-  /// @param[in] start_idx
+  /// \param[in] start_idx
   ///     The zero based index at which to start looking for matches.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     The line number to search for.
   ///
-  /// @param[in] file_spec_ptr
+  /// \param[in] file_spec_ptr
   ///     If non-NULL search for entries that match this file spec,
   ///     else if NULL, search for line entries that match the compile
   ///     unit file.
   ///
-  /// @param[in] exact
+  /// \param[in] exact
   ///     If \btrue match only if there is a line table entry for this line
   ///     number.
   ///     If \bfalse, find the line table entry equal to or after this line
   ///     number.
   ///
-  /// @param[out] line_entry
+  /// \param[out] line_entry
   ///     If non-NULL, a copy of the line entry that was found.
   ///
-  /// @return
+  /// \return
   ///     The zero based index of a matching line entry, or UINT32_MAX
   ///     if no matching line entry is found.
   //------------------------------------------------------------------
@@ -239,7 +239,7 @@ public:
   /// use this function to determine if the line table has be parsed yet.
   /// Clients use this function to get the line table from a compile unit.
   ///
-  /// @return
+  /// \return
   ///     The line table object pointer, or NULL if this line table
   ///     hasn't been parsed yet.
   //------------------------------------------------------------------
@@ -253,7 +253,7 @@ public:
   /// The support file list is used by the line table, and any objects that
   /// have valid Declaration objects.
   ///
-  /// @return
+  /// \return
   ///     A support file list object.
   //------------------------------------------------------------------
   FileSpecList &GetSupportFiles();
@@ -264,7 +264,7 @@ public:
   /// This reports all the imports that the compile unit made, including the
   /// current module.
   ///
-  /// @return
+  /// \return
   ///     A list of imported module names.
   //------------------------------------------------------------------
   const std::vector<SourceModule> &GetImportedModules();
@@ -275,7 +275,7 @@ public:
   /// SymbolFile plug-ins can store user data to internal state or objects to
   /// quickly allow them to parse more information for a given object.
   ///
-  /// @return
+  /// \return
   ///     The user data stored with the CompileUnit when it was
   ///     constructed.
   //------------------------------------------------------------------
@@ -288,14 +288,14 @@ public:
   /// variable list will contain all global and static variables that were
   /// defined at the compile unit level.
   ///
-  /// @param[in] can_create
+  /// \param[in] can_create
   ///     If \b true, the variable list will be parsed on demand. If
   ///     \b false, the current variable list will be returned even
   ///     if it contains a NULL VariableList object (typically
   ///     called by dumping routines that want to display only what
   ///     has currently been parsed).
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to a variable list, that can contain NULL
   ///     VariableList pointer if there are no global or static
   ///     variables.
@@ -308,13 +308,13 @@ public:
   /// Typically used by SymbolFile plug-ins when partially parsing the debug
   /// information to see if the function has been parsed yet.
   ///
-  /// @param[in] uid
+  /// \param[in] uid
   ///     The user ID of the function to find. This value is supplied
   ///     by the SymbolFile plug-in and should be a value that
   ///     allows the plug-in to easily locate and parse additional
   ///     information in the function.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the function object that might contain
   ///     a NULL Function pointer.
   //------------------------------------------------------------------
@@ -327,7 +327,7 @@ public:
   /// hands ownership of the line table to this object. The compile unit owns
   /// the line table object and will delete the object when it is deleted.
   ///
-  /// @param[in] line_table
+  /// \param[in] line_table
   ///     A line table object pointer that this object now owns.
   //------------------------------------------------------------------
   void SetLineTable(LineTable *line_table);
@@ -340,7 +340,7 @@ public:
   /// Called by the SymbolFile plug-ins after they have parsed the variable
   /// lists and are ready to hand ownership of the list over to this object.
   ///
-  /// @param[in] variable_list_sp
+  /// \param[in] variable_list_sp
   ///     A shared pointer to a VariableList.
   //------------------------------------------------------------------
   void SetVariableList(lldb::VariableListSP &variable_list_sp);
@@ -351,28 +351,28 @@ public:
   /// Given a file in \a file_spec, and a line number, find all instances and
   /// append them to the supplied symbol context list \a sc_list.
   ///
-  /// @param[in] file_spec
+  /// \param[in] file_spec
   ///     A file specification. If \a file_spec contains no directory
   ///     information, only the basename will be used when matching
   ///     contexts. If the directory in \a file_spec is valid, a
   ///     complete file specification match will be performed.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     The line number to match against the compile unit's line
   ///     tables.
   ///
-  /// @param[in] check_inlines
+  /// \param[in] check_inlines
   ///     If \b true this function will also match any inline
   ///     file and line matches. If \b false, the compile unit's
   ///     file specification must match \a file_spec for any matches
   ///     to be returned.
   ///
-  /// @param[in] exact
+  /// \param[in] exact
   ///     If true, only resolve the context if \a line exists in the line table.
   ///     If false, resolve the context to the closest line greater than \a line
   ///     in the line table.
   ///
-  /// @param[in] resolve_scope
+  /// \param[in] resolve_scope
   ///     For each matching line entry, this bitfield indicates what
   ///     values within each SymbolContext that gets added to \a
   ///     sc_list will be resolved. See the SymbolContext::Scope
@@ -380,14 +380,14 @@ public:
   ///     resolved. Only SymbolContext entries that can be resolved
   ///     using a LineEntry base address will be able to be resolved.
   ///
-  /// @param[out] sc_list
+  /// \param[out] sc_list
   ///     A SymbolContext list class that will get any matching
   ///     entries appended to.
   ///
-  /// @return
+  /// \return
   ///     The number of new matches that were added to \a sc_list.
   ///
-  /// @see enum SymbolContext::Scope
+  /// \see enum SymbolContext::Scope
   //------------------------------------------------------------------
   uint32_t ResolveSymbolContext(const FileSpec &file_spec, uint32_t line,
                                 bool check_inlines, bool exact,
@@ -402,7 +402,7 @@ public:
   /// would expect them, stepping through the source lines in the function may
   /// appear strange, etc.
   ///
-  /// @return
+  /// \return
   ///     Returns 'true' if this compile unit was compiled with
   ///     optimization.  'false' indicates that either the optimization
   ///     is unknown, or this compile unit was built without optimization.

Modified: lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h (original)
+++ lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h Mon Mar 11 10:09:29 2019
@@ -52,22 +52,22 @@ public:
   //----------------------------------------------------------------------
   /// Checks if this decl context represents a method of a class.
   ///
-  /// @param[out] language_ptr
+  /// \param[out] language_ptr
   ///     If non NULL and \b true is returned from this function,
   ///     this will indicate if the language that respresents the method.
   ///
-  /// @param[out] is_instance_method_ptr
+  /// \param[out] is_instance_method_ptr
   ///     If non NULL and \b true is returned from this function,
   ///     this will indicate if the method is an instance function (true)
   ///     or a class method (false indicating the function is static, or
   ///     doesn't require an instance of the class to be called).
   ///
-  /// @param[out] language_object_name_ptr
+  /// \param[out] language_object_name_ptr
   ///     If non NULL and \b true is returned from this function,
   ///     this will indicate if implicit object name for the language
   ///     like "this" for C++, and "self" for Objective C.
   ///
-  /// @return
+  /// \return
   ///     Returns true if this is a decl context that represents a method
   ///     in a struct, union or class.
   //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Symbol/DWARFCallFrameInfo.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/DWARFCallFrameInfo.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/DWARFCallFrameInfo.h (original)
+++ lldb/trunk/include/lldb/Symbol/DWARFCallFrameInfo.h Mon Mar 11 10:09:29 2019
@@ -59,7 +59,7 @@ public:
   // functions in the Module.  But the eh_frame can help to give the addresses
   // of these stripped symbols, at least.
   //
-  // @param[out] function_info
+  // \param[out] function_info
   //      A vector provided by the caller is filled out.  May be empty if no
   //      FDEs/no eh_frame
   //      is present in this Module.

Modified: lldb/trunk/include/lldb/Symbol/DeclVendor.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/DeclVendor.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/DeclVendor.h (original)
+++ lldb/trunk/include/lldb/Symbol/DeclVendor.h Mon Mar 11 10:09:29 2019
@@ -35,17 +35,17 @@ public:
   /// Look up the set of Decls that the DeclVendor currently knows about
   /// matching a given name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name to look for.
   ///
-  /// @param[in] append
+  /// \param[in] append
   ///     If true, FindDecls will clear "decls" when it starts.
   ///
-  /// @param[in] max_matches
+  /// \param[in] max_matches
   ///     The maximum number of Decls to return.  UINT32_MAX means "as
   ///     many as possible."
   ///
-  /// @return
+  /// \return
   ///     The number of Decls added to decls; will not exceed
   ///     max_matches.
   //------------------------------------------------------------------
@@ -57,7 +57,7 @@ public:
   /// Interface for ExternalASTMerger.  Returns an ImporterSource 
   /// allowing type completion.
   ///
-  /// @return
+  /// \return
   ///     An ImporterSource for this DeclVendor.
   //------------------------------------------------------------------
   virtual clang::ExternalASTMerger::ImporterSource GetImporterSource() = 0;

Modified: lldb/trunk/include/lldb/Symbol/Declaration.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/Declaration.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/Declaration.h (original)
+++ lldb/trunk/include/lldb/Symbol/Declaration.h Mon Mar 11 10:09:29 2019
@@ -15,7 +15,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Declaration Declaration.h "lldb/Symbol/Declaration.h"
+/// \class Declaration Declaration.h "lldb/Symbol/Declaration.h"
 /// A class that describes the declaration location of a
 ///        lldb object.
 ///
@@ -40,15 +40,15 @@ public:
   //------------------------------------------------------------------
   /// Construct with file specification, and optional line and column.
   ///
-  /// @param[in] file_spec
+  /// \param[in] file_spec
   ///     The file specification that describes where this was
   ///     declared.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     The line number that describes where this was declared. Set
   ///     to zero if there is no line number information.
   ///
-  /// @param[in] column
+  /// \param[in] column
   ///     The column number that describes where this was declared.
   ///     Set to zero if there is no column number information.
   //------------------------------------------------------------------
@@ -108,16 +108,16 @@ public:
   /// specifications are equal, then continue to compare the line number and
   /// column numbers respectively.
   ///
-  /// @param[in] lhs
+  /// \param[in] lhs
   ///     The Left Hand Side const Declaration object reference.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     The Right Hand Side const Declaration object reference.
   ///
-  /// @return
-  ///     @li -1 if lhs < rhs
-  ///     @li 0 if lhs == rhs
-  ///     @li 1 if lhs > rhs
+  /// \return
+  ///     \li -1 if lhs < rhs
+  ///     \li 0 if lhs == rhs
+  ///     \li 1 if lhs > rhs
   //------------------------------------------------------------------
   static int Compare(const Declaration &lhs, const Declaration &rhs);
 
@@ -127,7 +127,7 @@ public:
   /// Dump a description of the contents of this object to the supplied stream
   /// \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s, bool show_fullpaths) const;
@@ -136,7 +136,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the declaration column number.
   ///
-  /// @return
+  /// \return
   ///     Non-zero indicates a valid column number, zero indicates no
   ///     column information is available.
   //------------------------------------------------------------------
@@ -151,7 +151,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for file specification.
   ///
-  /// @return
+  /// \return
   ///     A reference to the file specification object.
   //------------------------------------------------------------------
   FileSpec &GetFile() { return m_file; }
@@ -159,7 +159,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for file specification.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the file specification object.
   //------------------------------------------------------------------
   const FileSpec &GetFile() const { return m_file; }
@@ -167,7 +167,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the declaration line number.
   ///
-  /// @return
+  /// \return
   ///     Non-zero indicates a valid line number, zero indicates no
   ///     line information is available.
   //------------------------------------------------------------------
@@ -178,19 +178,19 @@ public:
   //------------------------------------------------------------------
   /// Get the memory cost of this object.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   ///     The returned value does not include the bytes for any
   ///     shared string values.
   ///
-  /// @see ConstString::StaticMemorySize ()
+  /// \see ConstString::StaticMemorySize ()
   //------------------------------------------------------------------
   size_t MemorySize() const;
 
   //------------------------------------------------------------------
   /// Set accessor for the declaration column number.
   ///
-  /// @param[in] column
+  /// \param[in] column
   ///     Non-zero indicates a valid column number, zero indicates no
   ///     column information is available.
   //------------------------------------------------------------------
@@ -203,7 +203,7 @@ public:
   //------------------------------------------------------------------
   /// Set accessor for the declaration file specification.
   ///
-  /// @param[in] file_spec
+  /// \param[in] file_spec
   ///     The new declaration file specification.
   //------------------------------------------------------------------
   void SetFile(const FileSpec &file_spec) { m_file = file_spec; }
@@ -211,7 +211,7 @@ public:
   //------------------------------------------------------------------
   /// Set accessor for the declaration line number.
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     Non-zero indicates a valid line number, zero indicates no
   ///     line information is available.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Symbol/Function.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/Function.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/Function.h (original)
+++ lldb/trunk/include/lldb/Symbol/Function.h Mon Mar 11 10:09:29 2019
@@ -20,7 +20,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class FunctionInfo Function.h "lldb/Symbol/Function.h"
+/// \class FunctionInfo Function.h "lldb/Symbol/Function.h"
 /// A class that contains generic function information.
 ///
 /// This provides generic function information that gets reused between inline
@@ -32,12 +32,12 @@ public:
   /// Construct with the function method name and optional declaration
   /// information.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     A C string name for the method name for this function. This
   ///     value should not be the mangled named, but the simple method
   ///     name.
   ///
-  /// @param[in] decl_ptr
+  /// \param[in] decl_ptr
   ///     Optional declaration information that describes where the
   ///     function was declared. This can be NULL.
   //------------------------------------------------------------------
@@ -47,11 +47,11 @@ public:
   /// Construct with the function method name and optional declaration
   /// information.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     A name for the method name for this function. This value
   ///     should not be the mangled named, but the simple method name.
   ///
-  /// @param[in] decl_ptr
+  /// \param[in] decl_ptr
   ///     Optional declaration information that describes where the
   ///     function was declared. This can be NULL.
   //------------------------------------------------------------------
@@ -70,16 +70,16 @@ public:
   /// First compares the method names, and if equal, then compares the
   /// declaration information.
   ///
-  /// @param[in] lhs
+  /// \param[in] lhs
   ///     The Left Hand Side const FunctionInfo object reference.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     The Right Hand Side const FunctionInfo object reference.
   ///
-  /// @return
-  ///     @li -1 if lhs < rhs
-  ///     @li 0 if lhs == rhs
-  ///     @li 1 if lhs > rhs
+  /// \return
+  ///     \li -1 if lhs < rhs
+  ///     \li 0 if lhs == rhs
+  ///     \li 1 if lhs > rhs
   //------------------------------------------------------------------
   static int Compare(const FunctionInfo &lhs, const FunctionInfo &rhs);
 
@@ -89,7 +89,7 @@ public:
   /// Dump a description of the contents of this object to the supplied stream
   /// \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s, bool show_fullpaths) const;
@@ -97,7 +97,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the declaration information.
   ///
-  /// @return
+  /// \return
   ///     A reference to the declaration object.
   //------------------------------------------------------------------
   Declaration &GetDeclaration();
@@ -105,7 +105,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the declaration information.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the declaration object.
   //------------------------------------------------------------------
   const Declaration &GetDeclaration() const;
@@ -113,7 +113,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the method name.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the method name object.
   //------------------------------------------------------------------
   ConstString GetName() const;
@@ -121,12 +121,12 @@ public:
   //------------------------------------------------------------------
   /// Get the memory cost of this object.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   ///     The returned value does not include the bytes for any
   ///     shared string values.
   ///
-  /// @see ConstString::StaticMemorySize ()
+  /// \see ConstString::StaticMemorySize ()
   //------------------------------------------------------------------
   virtual size_t MemorySize() const;
 
@@ -140,7 +140,7 @@ protected:
 };
 
 //----------------------------------------------------------------------
-/// @class InlineFunctionInfo Function.h "lldb/Symbol/Function.h"
+/// \class InlineFunctionInfo Function.h "lldb/Symbol/Function.h"
 /// A class that describes information for an inlined function.
 //----------------------------------------------------------------------
 class InlineFunctionInfo : public FunctionInfo {
@@ -149,20 +149,20 @@ public:
   /// Construct with the function method name, mangled name, and optional
   /// declaration information.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     A C string name for the method name for this function. This
   ///     value should not be the mangled named, but the simple method
   ///     name.
   ///
-  /// @param[in] mangled
+  /// \param[in] mangled
   ///     A C string name for the mangled name for this function. This
   ///     value can be NULL if there is no mangled information.
   ///
-  /// @param[in] decl_ptr
+  /// \param[in] decl_ptr
   ///     Optional declaration information that describes where the
   ///     function was declared. This can be NULL.
   ///
-  /// @param[in] call_decl_ptr
+  /// \param[in] call_decl_ptr
   ///     Optional calling location declaration information that
   ///     describes from where this inlined function was called.
   //------------------------------------------------------------------
@@ -174,19 +174,19 @@ public:
   /// Construct with the function method name, mangled name, and optional
   /// declaration information.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     A name for the method name for this function. This value
   ///     should not be the mangled named, but the simple method name.
   ///
-  /// @param[in] mangled
+  /// \param[in] mangled
   ///     A name for the mangled name for this function. This value
   ///     can be empty if there is no mangled information.
   ///
-  /// @param[in] decl_ptr
+  /// \param[in] decl_ptr
   ///     Optional declaration information that describes where the
   ///     function was declared. This can be NULL.
   ///
-  /// @param[in] call_decl_ptr
+  /// \param[in] call_decl_ptr
   ///     Optional calling location declaration information that
   ///     describes from where this inlined function was called.
   //------------------------------------------------------------------
@@ -205,18 +205,18 @@ public:
   /// First compares the FunctionInfo objects, and if equal, compares the
   /// mangled names.
   ///
-  /// @param[in] lhs
+  /// \param[in] lhs
   ///     The Left Hand Side const InlineFunctionInfo object
   ///     reference.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     The Right Hand Side const InlineFunctionInfo object
   ///     reference.
   ///
-  /// @return
-  ///     @li -1 if lhs < rhs
-  ///     @li 0 if lhs == rhs
-  ///     @li 1 if lhs > rhs
+  /// \return
+  ///     \li -1 if lhs < rhs
+  ///     \li 0 if lhs == rhs
+  ///     \li 1 if lhs > rhs
   //------------------------------------------------------------------
   int Compare(const InlineFunctionInfo &lhs, const InlineFunctionInfo &rhs);
 
@@ -226,7 +226,7 @@ public:
   /// Dump a description of the contents of this object to the supplied stream
   /// \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s, bool show_fullpaths) const;
@@ -240,7 +240,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the call site declaration information.
   ///
-  /// @return
+  /// \return
   ///     A reference to the declaration object.
   //------------------------------------------------------------------
   Declaration &GetCallSite();
@@ -248,7 +248,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the call site declaration information.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the declaration object.
   //------------------------------------------------------------------
   const Declaration &GetCallSite() const;
@@ -256,7 +256,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the mangled name object.
   ///
-  /// @return
+  /// \return
   ///     A reference to the mangled name object.
   //------------------------------------------------------------------
   Mangled &GetMangled();
@@ -264,7 +264,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the mangled name object.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the mangled name object.
   //------------------------------------------------------------------
   const Mangled &GetMangled() const;
@@ -272,12 +272,12 @@ public:
   //------------------------------------------------------------------
   /// Get the memory cost of this object.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   ///     The returned value does not include the bytes for any
   ///     shared string values.
   ///
-  /// @see ConstString::StaticMemorySize ()
+  /// \see ConstString::StaticMemorySize ()
   //------------------------------------------------------------------
   size_t MemorySize() const override;
 
@@ -293,7 +293,7 @@ private:
 class Function;
 
 //----------------------------------------------------------------------
-/// @class CallEdge Function.h "lldb/Symbol/Function.h"
+/// \class CallEdge Function.h "lldb/Symbol/Function.h"
 ///
 /// Represent a call made within a Function. This can be used to find a path
 /// in the call graph between two functions.
@@ -349,7 +349,7 @@ private:
 };
 
 //----------------------------------------------------------------------
-/// @class Function Function.h "lldb/Symbol/Function.h"
+/// \class Function Function.h "lldb/Symbol/Function.h"
 /// A class that describes a function.
 ///
 /// Functions belong to CompileUnit objects (Function::m_comp_unit), have
@@ -361,8 +361,8 @@ private:
 /// (Function::m_type), and contains lexical blocks (Function::m_blocks).
 ///
 /// The function information is split into a few pieces:
-///     @li The concrete instance information
-///     @li The abstract information
+///     \li The concrete instance information
+///     \li The abstract information
 ///
 /// The abstract information is found in the function type (Type) that
 /// describes a function information, return type and parameter types.
@@ -376,30 +376,30 @@ public:
   /// Construct with a compile unit, function UID, function type UID, optional
   /// mangled name, function type, and a section offset based address range.
   ///
-  /// @param[in] comp_unit
+  /// \param[in] comp_unit
   ///     The compile unit to which this function belongs.
   ///
-  /// @param[in] func_uid
+  /// \param[in] func_uid
   ///     The UID for this function. This value is provided by the
   ///     SymbolFile plug-in and can be any value that allows
   ///     the plug-in to quickly find and parse more detailed
   ///     information when and if more information is needed.
   ///
-  /// @param[in] func_type_uid
+  /// \param[in] func_type_uid
   ///     The type UID for the function Type to allow for lazy type
   ///     parsing from the debug information.
   ///
-  /// @param[in] mangled
+  /// \param[in] mangled
   ///     The optional mangled name for this function. If empty, there
   ///     is no mangled information.
   ///
-  /// @param[in] func_type
+  /// \param[in] func_type
   ///     The optional function type. If NULL, the function type will
   ///     be parsed on demand when accessed using the
   ///     Function::GetType() function by asking the SymbolFile
   ///     plug-in to get the type for \a func_type_uid.
   ///
-  /// @param[in] range
+  /// \param[in] range
   ///     The section offset based address for this function.
   //------------------------------------------------------------------
   Function(CompileUnit *comp_unit, lldb::user_id_t func_uid,
@@ -412,9 +412,9 @@ public:
   ~Function() override;
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
+  /// \copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void CalculateSymbolContext(SymbolContext *sc) override;
 
@@ -433,10 +433,10 @@ public:
   /// line table if that fails.  So there may NOT be a line table entry for
   /// this source file/line combo.
   ///
-  /// @param[out] source_file
+  /// \param[out] source_file
   ///     The source file.
   ///
-  /// @param[out] line_no
+  /// \param[out] line_no
   ///     The line number.
   //------------------------------------------------------------------
   void GetStartLineSourceInfo(FileSpec &source_file, uint32_t &line_no);
@@ -446,10 +446,10 @@ public:
   /// function.
   ///
   ///
-  /// @param[out] source_file
+  /// \param[out] source_file
   ///     The source file.
   ///
-  /// @param[out] line_no
+  /// \param[out] line_no
   ///     The line number.
   //------------------------------------------------------------------
   void GetEndLineSourceInfo(FileSpec &source_file, uint32_t &line_no);
@@ -469,18 +469,18 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the block list.
   ///
-  /// @return
+  /// \return
   ///     The block list object that describes all lexical blocks
   ///     in the function.
   ///
-  /// @see BlockList
+  /// \see BlockList
   //------------------------------------------------------------------
   Block &GetBlock(bool can_create);
 
   //------------------------------------------------------------------
   /// Get accessor for the compile unit that owns this function.
   ///
-  /// @return
+  /// \return
   ///     A compile unit object pointer.
   //------------------------------------------------------------------
   CompileUnit *GetCompileUnit();
@@ -488,7 +488,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the compile unit that owns this function.
   ///
-  /// @return
+  /// \return
   ///     A const compile unit object pointer.
   //------------------------------------------------------------------
   const CompileUnit *GetCompileUnit() const;
@@ -498,7 +498,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the frame base location.
   ///
-  /// @return
+  /// \return
   ///     A location expression that describes the function frame
   ///     base.
   //------------------------------------------------------------------
@@ -507,7 +507,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor for the frame base location.
   ///
-  /// @return
+  /// \return
   ///     A const compile unit object pointer.
   //------------------------------------------------------------------
   const DWARFExpression &GetFrameBaseExpression() const { return m_frame_base; }
@@ -523,7 +523,7 @@ public:
   //------------------------------------------------------------------
   /// Get the DeclContext for this function, if available.
   ///
-  /// @return
+  /// \return
   ///     The DeclContext, or NULL if none exists.
   //------------------------------------------------------------------
   CompilerDeclContext GetDeclContext();
@@ -532,7 +532,7 @@ public:
   /// Get accessor for the type that describes the function return value type,
   /// and parameter types.
   ///
-  /// @return
+  /// \return
   ///     A type object pointer.
   //------------------------------------------------------------------
   Type *GetType();
@@ -541,7 +541,7 @@ public:
   /// Get const accessor for the type that describes the function return value
   /// type, and parameter types.
   ///
-  /// @return
+  /// \return
   ///     A const type object pointer.
   //------------------------------------------------------------------
   const Type *GetType() const;
@@ -553,7 +553,7 @@ public:
   /// "prologue" instructions include any instructions given line number 0
   /// immediately following the prologue end.
   ///
-  /// @return
+  /// \return
   ///     The size of the prologue.
   //------------------------------------------------------------------
   uint32_t GetPrologueByteSize();
@@ -564,31 +564,31 @@ public:
   /// Dump a description of the contents of this object to the supplied stream
   /// \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] show_context
+  /// \param[in] show_context
   ///     If \b true, variables will dump their symbol context
   ///     information.
   //------------------------------------------------------------------
   void Dump(Stream *s, bool show_context) const;
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
+  /// \copydoc SymbolContextScope::DumpSymbolContext(Stream*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void DumpSymbolContext(Stream *s) override;
 
   //------------------------------------------------------------------
   /// Get the memory cost of this object.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   ///     The returned value does not include the bytes for any
   ///     shared string values.
   ///
-  /// @see ConstString::StaticMemorySize ()
+  /// \see ConstString::StaticMemorySize ()
   //------------------------------------------------------------------
   size_t MemorySize() const;
 
@@ -602,7 +602,7 @@ public:
   /// would expect them, stepping through the source lines in the function may
   /// appear strange, etc.
   ///
-  /// @return
+  /// \return
   ///     Returns 'true' if this function was compiled with
   ///     optimization.  'false' indicates that either the optimization
   ///     is unknown, or this function was built without optimization.
@@ -620,7 +620,7 @@ public:
   /// If stopped in a top-level function, LLDB will expose global variables
   /// as-if locals in the 'frame variable' command
   ///
-  /// @return
+  /// \return
   ///     Returns 'true' if this function is a top-level function,
   ///     'false' otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Symbol/LineEntry.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/LineEntry.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/LineEntry.h (original)
+++ lldb/trunk/include/lldb/Symbol/LineEntry.h Mon Mar 11 10:09:29 2019
@@ -16,7 +16,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class LineEntry LineEntry.h "lldb/Symbol/LineEntry.h"
+/// \class LineEntry LineEntry.h "lldb/Symbol/LineEntry.h"
 /// A line table entry class.
 //----------------------------------------------------------------------
 struct LineEntry {
@@ -46,30 +46,30 @@ struct LineEntry {
   /// Dump a description of the contents of this object to the supplied stream
   /// \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] comp_unit
+  /// \param[in] comp_unit
   ///     The compile unit object that contains the support file
   ///     list so the line entry can dump the file name (since this
   ///     object contains a file index into the support file list).
   ///
-  /// @param[in] show_file
+  /// \param[in] show_file
   ///     If \b true, display the filename with the line entry which
   ///     requires that the compile unit object \a comp_unit be a
   ///     valid pointer.
   ///
-  /// @param[in] style
+  /// \param[in] style
   ///     The display style for the section offset address.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the address was able to be displayed
   ///     using \a style. File and load addresses may be unresolved
   ///     and it may not be possible to display a valid address value.
   ///     Returns \b false if the address was not able to be properly
   ///     dumped.
   ///
-  /// @see Address::DumpStyle
+  /// \see Address::DumpStyle
   //------------------------------------------------------------------
   bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
             Address::DumpStyle fallback_style, bool show_range) const;
@@ -81,15 +81,15 @@ struct LineEntry {
   /// Dumps information specific to a process that stops at this line entry to
   /// the supplied stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] comp_unit
+  /// \param[in] comp_unit
   ///     The compile unit object that contains the support file
   ///     list so the line entry can dump the file name (since this
   ///     object contains a file index into the support file list).
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the file and line were properly dumped,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -98,7 +98,7 @@ struct LineEntry {
   //------------------------------------------------------------------
   /// Check if a line entry object is valid.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the line entry contains a valid section
   ///     offset address, file index, and line number, \b false
   ///     otherwise.
@@ -108,16 +108,16 @@ struct LineEntry {
   //------------------------------------------------------------------
   /// Compare two LineEntry objects.
   ///
-  /// @param[in] lhs
+  /// \param[in] lhs
   ///     The Left Hand Side const LineEntry object reference.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     The Right Hand Side const LineEntry object reference.
   ///
-  /// @return
-  ///     @li -1 if lhs < rhs
-  ///     @li 0 if lhs == rhs
-  ///     @li 1 if lhs > rhs
+  /// \return
+  ///     \li -1 if lhs < rhs
+  ///     \li 0 if lhs == rhs
+  ///     \li 1 if lhs > rhs
   //------------------------------------------------------------------
   static int Compare(const LineEntry &lhs, const LineEntry &rhs);
 
@@ -142,7 +142,7 @@ struct LineEntry {
   /// range of contiuous LineEntries with line #0 will be included in the
   /// complete range.
   ///
-  /// @return
+  /// \return
   ///     The contiguous AddressRange for this source line.
   //------------------------------------------------------------------
   AddressRange GetSameLineContiguousAddressRange() const;
@@ -150,7 +150,7 @@ struct LineEntry {
   //------------------------------------------------------------------
   /// Apply file mappings from target.source-map to the LineEntry's file.
   ///
-  /// @param[in] target_sp
+  /// \param[in] target_sp
   ///     Shared pointer to the target this LineEntry belongs to.
   //------------------------------------------------------------------
 
@@ -185,13 +185,13 @@ struct LineEntry {
 //------------------------------------------------------------------
 /// Less than operator.
 ///
-/// @param[in] lhs
+/// \param[in] lhs
 ///     The Left Hand Side const LineEntry object reference.
 ///
-/// @param[in] rhs
+/// \param[in] rhs
 ///     The Right Hand Side const LineEntry object reference.
 ///
-/// @return
+/// \return
 ///     Returns \b true if lhs < rhs, false otherwise.
 //------------------------------------------------------------------
 bool operator<(const LineEntry &lhs, const LineEntry &rhs);

Modified: lldb/trunk/include/lldb/Symbol/LineTable.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/LineTable.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/LineTable.h (original)
+++ lldb/trunk/include/lldb/Symbol/LineTable.h Mon Mar 11 10:09:29 2019
@@ -19,7 +19,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class LineSequence LineTable.h "lldb/Symbol/LineTable.h" An abstract base
+/// \class LineSequence LineTable.h "lldb/Symbol/LineTable.h" An abstract base
 /// class used during symbol table creation.
 //----------------------------------------------------------------------
 class LineSequence {
@@ -35,7 +35,7 @@ private:
 };
 
 //----------------------------------------------------------------------
-/// @class LineTable LineTable.h "lldb/Symbol/LineTable.h"
+/// \class LineTable LineTable.h "lldb/Symbol/LineTable.h"
 /// A line table class.
 //----------------------------------------------------------------------
 class LineTable {
@@ -43,7 +43,7 @@ public:
   //------------------------------------------------------------------
   /// Construct with compile unit.
   ///
-  /// @param[in] comp_unit
+  /// \param[in] comp_unit
   ///     The compile unit to which this line table belongs.
   //------------------------------------------------------------------
   LineTable(CompileUnit *comp_unit);
@@ -58,11 +58,11 @@ public:
   ///
   /// All line entries are maintained in file address order.
   ///
-  /// @param[in] line_entry
+  /// \param[in] line_entry
   ///     A const reference to a new line_entry to add to this line
   ///     table.
   ///
-  /// @see Address::DumpStyle
+  /// \see Address::DumpStyle
   //------------------------------------------------------------------
   //  void
   //  AddLineEntry (const LineEntry& line_entry);
@@ -91,13 +91,13 @@ public:
   //------------------------------------------------------------------
   /// Dump all line entries in this line table to the stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] style
+  /// \param[in] style
   ///     The display style for the address.
   ///
-  /// @see Address::DumpStyle
+  /// \see Address::DumpStyle
   //------------------------------------------------------------------
   void Dump(Stream *s, Target *target, Address::DumpStyle style,
             Address::DumpStyle fallback_style, bool show_line_ranges);
@@ -107,19 +107,19 @@ public:
   //------------------------------------------------------------------
   /// Find a line entry that contains the section offset address \a so_addr.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     A section offset address object containing the address we
   ///     are searching for.
   ///
-  /// @param[out] line_entry
+  /// \param[out] line_entry
   ///     A copy of the line entry that was found if \b true is
   ///     returned, otherwise \a entry is left unmodified.
   ///
-  /// @param[out] index_ptr
+  /// \param[out] index_ptr
   ///     A pointer to a 32 bit integer that will get the actual line
   ///     entry index if it is not nullptr.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a so_addr is contained in a line entry
   ///     in this line table, \b false otherwise.
   //------------------------------------------------------------------
@@ -134,33 +134,33 @@ public:
   /// line number \a line starting at the \a start_idx entries into the line
   /// entry collection.
   ///
-  /// @param[in] start_idx
+  /// \param[in] start_idx
   ///     The number of entries to skip when starting the search.
   ///
-  /// @param[out] file_idx
+  /// \param[out] file_idx
   ///     The file index to search for that should be found prior
   ///     to calling this function using the following functions:
   ///     CompileUnit::GetSupportFiles()
   ///     FileSpecList::FindFileIndex (uint32_t, const FileSpec &) const
   ///
-  /// @param[in] line
+  /// \param[in] line
   ///     The source line to match.
   ///
-  /// @param[in] exact
+  /// \param[in] exact
   ///     If true, match only if you find a line entry exactly matching \a line.
   ///     If false, return the closest line entry greater than \a line.
   ///
-  /// @param[out] line_entry
+  /// \param[out] line_entry
   ///     A reference to a line entry object that will get a copy of
   ///     the line entry if \b true is returned, otherwise \a
   ///     line_entry is left untouched.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if a matching line entry is found in this
   ///     line table, \b false otherwise.
   ///
-  /// @see CompileUnit::GetSupportFiles()
-  /// @see FileSpecList::FindFileIndex (uint32_t, const FileSpec &) const
+  /// \see CompileUnit::GetSupportFiles()
+  /// \see FileSpecList::FindFileIndex (uint32_t, const FileSpec &) const
   //------------------------------------------------------------------
   uint32_t FindLineEntryIndexByFileIndex(uint32_t start_idx, uint32_t file_idx,
                                          uint32_t line, bool exact,
@@ -176,22 +176,22 @@ public:
   //------------------------------------------------------------------
   /// Get the line entry from the line table at index \a idx.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     An index into the line table entry collection.
   ///
-  /// @return
+  /// \return
   ///     A valid line entry if \a idx is a valid index, or an invalid
   ///     line entry if \a idx is not valid.
   ///
-  /// @see LineTable::GetSize()
-  /// @see LineEntry::IsValid() const
+  /// \see LineTable::GetSize()
+  /// \see LineEntry::IsValid() const
   //------------------------------------------------------------------
   bool GetLineEntryAtIndex(uint32_t idx, LineEntry &line_entry);
 
   //------------------------------------------------------------------
   /// Gets the size of the line table in number of line table entries.
   ///
-  /// @return
+  /// \return
   ///     The number of line table entries in this line table.
   //------------------------------------------------------------------
   uint32_t GetSize() const;
@@ -202,15 +202,15 @@ public:
   //------------------------------------------------------------------
   /// Gets all contiguous file address ranges for the entire line table.
   ///
-  /// @param[out] file_ranges
+  /// \param[out] file_ranges
   ///     A collection of file address ranges that will be filled in
   ///     by this function.
   ///
-  /// @param[out] append
+  /// \param[out] append
   ///     If \b true, then append to \a file_ranges, otherwise clear
   ///     \a file_ranges prior to adding any ranges.
   ///
-  /// @return
+  /// \return
   ///     The number of address ranges added to \a file_ranges
   //------------------------------------------------------------------
   size_t GetContiguousFileAddressRanges(FileAddressRanges &file_ranges,
@@ -220,11 +220,11 @@ public:
   /// Given a file range link map, relink the current line table and return a
   /// fixed up line table.
   ///
-  /// @param[out] file_range_map
+  /// \param[out] file_range_map
   ///     A collection of file ranges that maps to new file ranges
   ///     that will be used when linking the line table.
   ///
-  /// @return
+  /// \return
   ///     A new line table if at least one line table entry was able
   ///     to be mapped.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Symbol/ObjectContainer.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/ObjectContainer.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/ObjectContainer.h (original)
+++ lldb/trunk/include/lldb/Symbol/ObjectContainer.h Mon Mar 11 10:09:29 2019
@@ -19,7 +19,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ObjectContainer ObjectContainer.h "lldb/Symbol/ObjectContainer.h"
+/// \class ObjectContainer ObjectContainer.h "lldb/Symbol/ObjectContainer.h"
 /// A plug-in interface definition class for object containers.
 ///
 /// Object containers contain object files from one or more architectures, and
@@ -65,7 +65,7 @@ public:
   /// supplied stream \a s. The dumping should include the section list if it
   /// has been parsed, and the symbol table if it has been parsed.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   virtual void Dump(Stream *s) const = 0;
@@ -75,18 +75,18 @@ public:
   ///
   /// Copies the architecture specification for index \a idx.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     The architecture index to extract.
   ///
-  /// @param[out] arch
+  /// \param[out] arch
   ///     A architecture object that will be filled in if \a idx is a
   ///     architecture valid index.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a idx is valid and \a arch has been
   ///     filled in, \b false otherwise.
   ///
-  /// @see ObjectContainer::GetNumArchitectures() const
+  /// \see ObjectContainer::GetNumArchitectures() const
   //------------------------------------------------------------------
   virtual bool GetArchitectureAtIndex(uint32_t idx, ArchSpec &arch) const {
     return false;
@@ -98,7 +98,7 @@ public:
   /// Some files contain many object files, and this function allows access to
   /// an object's offset within the file.
   ///
-  /// @return
+  /// \return
   ///     The offset in bytes into the file. Defaults to zero for
   ///     simple object files that a represented by an entire file.
   //------------------------------------------------------------------
@@ -109,7 +109,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of objects within this object file (archives).
   ///
-  /// @return
+  /// \return
   ///     Zero for object files that are not archives, or the number
   ///     of objects contained in the archive.
   //------------------------------------------------------------------
@@ -123,7 +123,7 @@ public:
   /// one architecture should override this function and return an appropriate
   /// value.
   ///
-  /// @return
+  /// \return
   ///     The number of architectures contained in this object file.
   //------------------------------------------------------------------
   virtual size_t GetNumArchitectures() const { return 0; }
@@ -137,7 +137,7 @@ public:
   /// false should be returned and the next plug-in can attempt to parse an
   /// object file.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the header was parsed successfully, \b
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -155,7 +155,7 @@ public:
   /// state from any previously selected architecture and prepare to return
   /// information for the new architecture.
   ///
-  /// @return
+  /// \return
   ///     Returns a pointer to the object file of the requested \a
   ///     arch and optional \a name. Returns nullptr of no such object
   ///     file exists in the container.

Modified: lldb/trunk/include/lldb/Symbol/ObjectFile.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/ObjectFile.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/ObjectFile.h (original)
+++ lldb/trunk/include/lldb/Symbol/ObjectFile.h Mon Mar 11 10:09:29 2019
@@ -43,7 +43,7 @@ public:
 };
 
 //----------------------------------------------------------------------
-/// @class ObjectFile ObjectFile.h "lldb/Symbol/ObjectFile.h"
+/// \class ObjectFile ObjectFile.h "lldb/Symbol/ObjectFile.h"
 /// A plug-in interface definition class for object file parsers.
 ///
 /// Object files belong to Module objects and know how to extract information
@@ -121,7 +121,7 @@ public:
   /// supplied stream \a s. The dumping should include the section list if it
   /// has been parsed, and the symbol table if it has been parsed.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   virtual void Dump(Stream *s) = 0;
@@ -133,23 +133,23 @@ public:
   /// ObjectFile plug-in interface and returns the first instance that can
   /// parse the file.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The parent module that owns this object file.
   ///
-  /// @param[in] file_spec
+  /// \param[in] file_spec
   ///     A file specification that indicates which file to use as the
   ///     object file.
   ///
-  /// @param[in] file_offset
+  /// \param[in] file_offset
   ///     The offset into the file at which to start parsing the
   ///     object. This is for files that contain multiple
   ///     architectures or objects.
   ///
-  /// @param[in] file_size
+  /// \param[in] file_size
   ///     The size of the current object file if it can be determined
   ///     or if it is known. This can be zero.
   ///
-  /// @see ObjectFile::ParseHeader()
+  /// \see ObjectFile::ParseHeader()
   //------------------------------------------------------------------
   static lldb::ObjectFileSP
   FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file_spec,
@@ -163,14 +163,14 @@ public:
   /// ObjectFile plug-in interface and returns the first instance that can
   /// parse the file.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The parent module that owns this object file.
   ///
-  /// @param[in] process_sp
+  /// \param[in] process_sp
   ///     A shared pointer to the process whose memory space contains
   ///     an object file. This will be stored as a std::weak_ptr.
   ///
-  /// @param[in] header_addr
+  /// \param[in] header_addr
   ///     The address of the header for the object file in memory.
   //------------------------------------------------------------------
   static lldb::ObjectFileSP FindPlugin(const lldb::ModuleSP &module_sp,
@@ -196,19 +196,19 @@ public:
   /// the actual path name and into the object name so we can make a valid
   /// object file from it.
   ///
-  /// @param[in] path_with_object
+  /// \param[in] path_with_object
   ///     A path that might contain an archive path with a .o file
   ///     specified in parens in the basename of the path.
   ///
-  /// @param[out] archive_file
+  /// \param[out] archive_file
   ///     If \b true is returned, \a file_spec will be filled in with
   ///     the path to the archive.
   ///
-  /// @param[out] archive_object
+  /// \param[out] archive_object
   ///     If \b true is returned, \a object will be filled in with
   ///     the name of the object inside the archive.
   ///
-  /// @return
+  /// \return
   ///     \b true if the path matches the pattern of archive + object
   ///     and \a archive_file and \a archive_object are modified,
   ///     \b false otherwise and \a archive_file and \a archive_object
@@ -221,7 +221,7 @@ public:
   //------------------------------------------------------------------
   /// Gets the address size in bytes for the current object file.
   ///
-  /// @return
+  /// \return
   ///     The size of an address in bytes for the currently selected
   ///     architecture (and object for archives). Returns zero if no
   ///     architecture or object has been selected.
@@ -235,7 +235,7 @@ public:
   /// binaries, though it can be applied to any executable file format that
   /// supports different opcode types within the same binary. ARM binaries
   /// support having both ARM and Thumb within the same executable container.
-  /// We need to be able to get @return
+  /// We need to be able to get \return
   ///     The size of an address in bytes for the currently selected
   ///     architecture (and object for archives). Returns zero if no
   ///     architecture or object has been selected.
@@ -251,14 +251,14 @@ public:
   /// FileSpecList::AppendIfUnique(const FileSpec &) should be used to make
   /// sure any files that are added are not already in the list.
   ///
-  /// @param[out] file_list
+  /// \param[out] file_list
   ///     A list of file specification objects that gets dependent
   ///     files appended to.
   ///
-  /// @return
+  /// \return
   ///     The number of new files that were appended to \a file_list.
   ///
-  /// @see FileSpecList::AppendIfUnique(const FileSpec &)
+  /// \see FileSpecList::AppendIfUnique(const FileSpec &)
   //------------------------------------------------------------------
   virtual uint32_t GetDependentModules(FileSpecList &file_list) = 0;
 
@@ -266,7 +266,7 @@ public:
   /// Tells whether this object file is capable of being the main executable
   /// for a process.
   ///
-  /// @return
+  /// \return
   ///     \b true if it is, \b false otherwise.
   //------------------------------------------------------------------
   virtual bool IsExecutable() const = 0;
@@ -277,7 +277,7 @@ public:
   /// Some files contain many object files, and this function allows access to
   /// an object's offset within the file.
   ///
-  /// @return
+  /// \return
   ///     The offset in bytes into the file. Defaults to zero for
   ///     simple object files that a represented by an entire file.
   //------------------------------------------------------------------
@@ -288,7 +288,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor to the object file specification.
   ///
-  /// @return
+  /// \return
   ///     The file specification object pointer if there is one, or
   ///     NULL if this object is only from memory.
   //------------------------------------------------------------------
@@ -297,7 +297,7 @@ public:
   //------------------------------------------------------------------
   /// Get const accessor to the object file specification.
   ///
-  /// @return
+  /// \return
   ///     The const file specification object pointer if there is one,
   ///     or NULL if this object is only from memory.
   //------------------------------------------------------------------
@@ -306,7 +306,7 @@ public:
   //------------------------------------------------------------------
   /// Get the ArchSpec for this object file.
   ///
-  /// @return
+  /// \return
   ///     The ArchSpec of this object file. In case of error, an invalid
   ///     ArchSpec object is returned.
   //------------------------------------------------------------------
@@ -319,7 +319,7 @@ public:
   /// Section list parsing can be deferred by ObjectFile instances until this
   /// accessor is called the first time.
   ///
-  /// @return
+  /// \return
   ///     The list of sections contained in this object file.
   //------------------------------------------------------------------
   virtual SectionList *GetSectionList(bool update_module_section_list = true);
@@ -339,7 +339,7 @@ public:
   /// Symbol table parsing can be deferred by ObjectFile instances until this
   /// accessor is called the first time.
   ///
-  /// @return
+  /// \return
   ///     The symbol table for this object file.
   //------------------------------------------------------------------
   virtual Symtab *GetSymtab() = 0;
@@ -359,7 +359,7 @@ public:
   /// the first match in the SymbolTable and appends a Symbol only if
   /// required/found.
   ///
-  /// @return
+  /// \return
   ///     The resolved symbol or nullptr.  Returns nullptr if a
   ///     a Symbol could not be found for the specified so_addr.
   //------------------------------------------------------------------
@@ -380,7 +380,7 @@ public:
   //------------------------------------------------------------------
   /// Detect if this object file has been stripped of local symbols.
   ///
-  /// @return
+  /// \return
   ///     Return \b true if the object file has been stripped of local
   ///     symbols.
   //------------------------------------------------------------------
@@ -391,11 +391,11 @@ public:
   ///
   /// This function should only be used when an object file is
   ///
-  /// @param[in] flags
+  /// \param[in] flags
   ///     eSymtabFromUnifiedSectionList: Whether to clear symbol table
   ///     for unified module section list, or object file.
   ///
-  /// @return
+  /// \return
   ///     The symbol table for this object file.
   //------------------------------------------------------------------
   virtual void ClearSymtab();
@@ -407,7 +407,7 @@ public:
   /// Else ObjectFile instances should return the MD5 checksum of all of the
   /// bytes for the object file (or memory for memory based object files).
   ///
-  /// @return
+  /// \return
   ///     The object file's UUID. In case of an error, an empty UUID is
   ///     returned.
   //------------------------------------------------------------------
@@ -419,7 +419,7 @@ public:
   /// If the object file format contains a debug symbol file link, the values
   /// will be returned in the FileSpecList.
   ///
-  /// @return
+  /// \return
   ///     Returns filespeclist.
   //------------------------------------------------------------------
   virtual lldb_private::FileSpecList GetDebugSymbolFilePaths() {
@@ -433,7 +433,7 @@ public:
   /// symbols from another, the re-exported libraries will be returned in the
   /// FileSpecList.
   ///
-  /// @return
+  /// \return
   ///     Returns filespeclist.
   //------------------------------------------------------------------
   virtual lldb_private::FileSpecList GetReExportedLibraries() {
@@ -444,7 +444,7 @@ public:
   /// Sets the load address for an entire module, assuming a rigid slide of
   /// sections, if possible in the implementation.
   ///
-  /// @return
+  /// \return
   ///     Returns true iff any section's load address changed.
   //------------------------------------------------------------------
   virtual bool SetLoadAddress(Target &target, lldb::addr_t value,
@@ -456,7 +456,7 @@ public:
   /// Gets whether endian swapping should occur when extracting data from this
   /// object file.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if endian swapping is needed, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -471,7 +471,7 @@ public:
   /// false should be returned and the next plug-in can attempt to parse an
   /// object file.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the header was parsed successfully, \b
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -494,7 +494,7 @@ public:
   /// that symbol start addresses are unavailable before false is returned.
   /// If it is unclear, this should return true.
   ///
-  /// @return
+  /// \return
   ///     Returns true if assembly emulation should be used for this
   ///     module.
   ///     Only returns false if the ObjectFile is sure that symbol
@@ -512,7 +512,7 @@ public:
   /// runtime linker so that a debugger may monitor the loading and unloading
   /// of shared libraries.
   ///
-  /// @return
+  /// \return
   ///     The address of any auxiliary tables, or an invalid address if this
   ///     object file format does not support or contain such information.
   virtual lldb_private::Address GetImageInfoAddress(Target *target) {
@@ -524,7 +524,7 @@ public:
   /// object file doesn't have an entry point (because it is not an executable
   /// file) then an invalid address is returned.
   ///
-  /// @return
+  /// \return
   ///     Returns the entry address for this module.
   //------------------------------------------------------------------
   virtual lldb_private::Address GetEntryPointAddress() { return Address(); }
@@ -550,7 +550,7 @@ public:
   /// in a Mach-O core file using the LC_IDENT load command (which  is
   /// obsolete, but can still be found in some old files)
   ///
-  /// @return
+  /// \return
   ///     Returns the identifier string if one exists, else an empty
   ///     string.
   //------------------------------------------------------------------
@@ -565,17 +565,17 @@ public:
   /// binary is exactly which removes ambiguity when there are multiple
   /// binaries present in the captured memory pages.
   ///
-  /// @param[out] address
+  /// \param[out] address
   ///   If the address of the binary is specified, this will be set.
   ///   This is an address is the virtual address space of the core file
   ///   memory segments; it is not an offset into the object file.
   ///   If no address is available, will be set to LLDB_INVALID_ADDRESS.
   ///
-  /// @param[out] uuid
+  /// \param[out] uuid
   ///   If the uuid of the binary is specified, this will be set.
   ///   If no UUID is available, will be cleared.
   ///
-  /// @return
+  /// \return
   ///   Returns true if either address or uuid has been set.
   //------------------------------------------------------------------
   virtual bool GetCorefileMainBinaryInfo (lldb::addr_t &address, UUID &uuid) {
@@ -597,7 +597,7 @@ public:
   /// eTypeXXX definitions do not match up with the type of file you are
   /// loading, please feel free to add a new enumeration value.
   ///
-  /// @return
+  /// \return
   ///     The calculated file type for the current object file.
   //------------------------------------------------------------------
   virtual Type CalculateType() = 0;
@@ -617,7 +617,7 @@ public:
   /// out, it will help with debugger plug-in selection when it comes time to
   /// debug.
   ///
-  /// @return
+  /// \return
   ///     The calculated object file strata for the current object
   ///     file.
   //------------------------------------------------------------------
@@ -631,7 +631,7 @@ public:
   /// minor and build, but there may be more. This function will extract the
   /// versions from object files if they are available.
   ///
-  /// @return
+  /// \return
   ///     This function returns extracted version numbers as a
   ///     llvm::VersionTuple. In case of error an empty VersionTuple is
   ///     returned.
@@ -644,7 +644,7 @@ public:
   /// Some object files have information that specifies the minimum OS version
   /// that they can be used on.
   ///
-  /// @return
+  /// \return
   ///     This function returns extracted version numbers as a
   ///     llvm::VersionTuple. In case of error an empty VersionTuple is
   ///     returned.
@@ -739,10 +739,10 @@ public:
   /// useful with bare-metal targets where target does not have the ability to
   /// start a process itself.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     Target where to load.
   ///
-  /// @return
+  /// \return
   //------------------------------------------------------------------
   virtual std::vector<LoadableData> GetLoadableData(Target &target);
 
@@ -771,10 +771,10 @@ protected:
   /// only be set if it is invalid.  It is not allowed to switch from one
   /// concrete architecture to another.
   ///
-  /// @param[in] new_arch
+  /// \param[in] new_arch
   ///     The architecture this module will be set to.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the architecture was changed, \b
   ///     false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Symbol/Symbol.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/Symbol.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/Symbol.h (original)
+++ lldb/trunk/include/lldb/Symbol/Symbol.h Mon Mar 11 10:09:29 2019
@@ -204,9 +204,9 @@ public:
     m_contains_linker_annotations = b;
   }
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
+  /// \copydoc SymbolContextScope::CalculateSymbolContext(SymbolContext*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void CalculateSymbolContext(SymbolContext *sc) override;
 
@@ -215,9 +215,9 @@ public:
   Symbol *CalculateSymbolContextSymbol() override;
 
   //------------------------------------------------------------------
-  /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
+  /// \copydoc SymbolContextScope::DumpSymbolContext(Stream*)
   ///
-  /// @see SymbolContextScope
+  /// \see SymbolContextScope
   //------------------------------------------------------------------
   void DumpSymbolContext(Stream *s) override;
 

Modified: lldb/trunk/include/lldb/Symbol/SymbolContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/SymbolContext.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/SymbolContext.h (original)
+++ lldb/trunk/include/lldb/Symbol/SymbolContext.h Mon Mar 11 10:09:29 2019
@@ -24,13 +24,13 @@ namespace lldb_private {
 class SymbolContextScope;
 
 //----------------------------------------------------------------------
-/// @class SymbolContext SymbolContext.h "lldb/Symbol/SymbolContext.h" Defines
+/// \class SymbolContext SymbolContext.h "lldb/Symbol/SymbolContext.h" Defines
 /// a symbol context baton that can be handed other debug core functions.
 ///
 /// Many debugger functions require a context when doing lookups. This class
 /// provides a common structure that can be used as the result of a query that
 /// can contain a single result. Examples of such queries include
-///     @li Looking up a load address.
+///     \li Looking up a load address.
 //----------------------------------------------------------------------
 class SymbolContext {
 public:
@@ -46,7 +46,7 @@ public:
   /// Construct with an object that knows how to reconstruct its symbol
   /// context.
   ///
-  /// @param[in] sc_scope
+  /// \param[in] sc_scope
   ///     A symbol context scope object that knows how to reconstruct
   ///     it's context.
   //------------------------------------------------------------------
@@ -58,22 +58,22 @@ public:
   ///
   /// Initialize all pointer to the specified values.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     A Module pointer to the module for this context.
   ///
-  /// @param[in] comp_unit
+  /// \param[in] comp_unit
   ///     A CompileUnit pointer to the compile unit for this context.
   ///
-  /// @param[in] function
+  /// \param[in] function
   ///     A Function pointer to the function for this context.
   ///
-  /// @param[in] block
+  /// \param[in] block
   ///     A Block pointer to the deepest block for this context.
   ///
-  /// @param[in] line_entry
+  /// \param[in] line_entry
   ///     A LineEntry pointer to the line entry for this context.
   ///
-  /// @param[in] symbol
+  /// \param[in] symbol
   ///     A Symbol pointer to the symbol for this context.
   //------------------------------------------------------------------
   explicit SymbolContext(const lldb::TargetSP &target_sp,
@@ -95,7 +95,7 @@ public:
   ///
   /// Makes a copy of the another SymbolContext object \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const SymbolContext object reference to copy.
   //------------------------------------------------------------------
   SymbolContext(const SymbolContext &rhs);
@@ -108,10 +108,10 @@ public:
   /// Copies the address value from another SymbolContext object \a rhs into
   /// \a this object.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const SymbolContext object reference to copy.
   ///
-  /// @return
+  /// \return
   ///     A const SymbolContext object reference to \a this.
   //------------------------------------------------------------------
   const SymbolContext &operator=(const SymbolContext &rhs);
@@ -130,7 +130,7 @@ public:
   /// Dump a description of the contents of this object to the supplied stream
   /// \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s, Target *target) const;
@@ -145,33 +145,33 @@ public:
   /// is available, that will be output. Else just the address at which the
   /// target was stopped will be displayed.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   ///
-  /// @param[in] so_addr
+  /// \param[in] so_addr
   ///     The resolved section offset address.
   ///
-  /// @param[in] show_fullpaths
+  /// \param[in] show_fullpaths
   ///     When printing file paths (with the Module), whether the
   ///     base name of the Module should be printed or the full path.
   ///
-  /// @param[in] show_module
+  /// \param[in] show_module
   ///     Whether the module name should be printed followed by a
   ///     grave accent "`" character.
   ///
-  /// @param[in] show_inlined_frames
+  /// \param[in] show_inlined_frames
   ///     If a given pc is in inlined function(s), whether the inlined
   ///     functions should be printed on separate lines in addition to
   ///     the concrete function containing the pc.
   ///
-  /// @param[in] show_function_arguments
+  /// \param[in] show_function_arguments
   ///     If false, this method will try to elide the function argument
   ///     types when printing the function name.  This may be ambiguous
   ///     for languages that have function overloading - but it may
   ///     make the "function name" too long to include all the argument
   ///     types.
   ///
-  /// @param[in] show_function_name
+  /// \param[in] show_function_name
   ///     Normally this should be true - the function/symbol name should
   ///     be printed.  In disassembly formatting, where we want a format
   ///     like "<*+36>", this should be false and "*" will be printed
@@ -196,17 +196,17 @@ public:
   ///     - symbol address range if symbol is not nullptr and
   ///     eSymbolContextSymbol is set in \a scope
   ///
-  /// @param[in] scope
+  /// \param[in] scope
   ///     A mask of symbol context bits telling this function which
   ///     address ranges it can use when trying to extract one from
   ///     the valid (non-nullptr) symbol context classes.
   ///
-  /// @param[in] range_idx
+  /// \param[in] range_idx
   ///     The address range index to grab. Since many functions and
   ///     blocks are not always contiguous, they may have more than
   ///     one address range.
   ///
-  /// @param[in] use_inline_block_range
+  /// \param[in] use_inline_block_range
   ///     If \a scope has the eSymbolContextBlock bit set, and there
   ///     is a valid block in the symbol context, return the block
   ///     address range for the containing inline function block, not
@@ -214,11 +214,11 @@ public:
   ///     for the address range of the inlined function block, not
   ///     the deepest lexical block.
   ///
-  /// @param[out] range
+  /// \param[out] range
   ///     An address range object that will be filled in if \b true
   ///     is returned.
   ///
-  /// @return
+  /// \return
   ///     \b True if this symbol context contains items that describe
   ///     an address range, \b false otherwise.
   //------------------------------------------------------------------
@@ -238,15 +238,15 @@ public:
   ///     - non-extern symbol in the target
   /// It is an error if the highest-priority result is ambiguous.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the symbol to search for.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error that will be populated with a message if there was an
   ///     ambiguous result.  The error will not be populated if no result
   ///     was found.
   ///
-  /// @return
+  /// \return
   ///     The symbol that was found, or \b nullptr if none was found.
   //------------------------------------------------------------------
   const Symbol *FindBestGlobalDataSymbol(ConstString name, Status &error);
@@ -275,7 +275,7 @@ public:
   /// represented by this symbol context (whether the function is an inline
   /// function or not).
   ///
-  /// @return
+  /// \return
   ///     The block object pointer that defines the function that is
   ///     represented by this symbol context object, nullptr otherwise.
   //------------------------------------------------------------------
@@ -285,18 +285,18 @@ public:
   /// If this symbol context represents a function that is a method, return
   /// true and provide information about the method.
   ///
-  /// @param[out] language
+  /// \param[out] language
   ///     If \b true is returned, the language for the method.
   ///
-  /// @param[out] is_instance_method
+  /// \param[out] is_instance_method
   ///     If \b true is returned, \b true if this is a instance method,
   ///     \b false if this is a static/class function.
   ///
-  /// @param[out] language_object_name
+  /// \param[out] language_object_name
   ///     If \b true is returned, the name of the artificial variable
   ///     for the language ("this" for C++, "self" for ObjC).
   ///
-  /// @return
+  /// \return
   ///     \b True if this symbol context represents a function that
   ///     is a method of a class, \b false otherwise.
   //------------------------------------------------------------------
@@ -316,12 +316,12 @@ public:
   /// For instance, if the symbol context contains an inlined block, it will
   /// return the inlined function name.
   ///
-  /// @param[in] prefer_mangled
+  /// \param[in] prefer_mangled
   ///    if \btrue, then the mangled name will be returned if there
   ///    is one.  Otherwise the unmangled name will be returned if it
   ///    is available.
   ///
-  /// @return
+  /// \return
   ///     The name of the function represented by this symbol context.
   //------------------------------------------------------------------
   ConstString GetFunctionName(
@@ -338,12 +338,12 @@ public:
   /// table information for the symbol context. it will return the inlined
   /// function name.
   ///
-  /// @param[in] prefer_mangled
+  /// \param[in] prefer_mangled
   ///    if \btrue, then the mangled name will be returned if there
   ///    is one.  Otherwise the unmangled name will be returned if it
   ///    is available.
   ///
-  /// @return
+  /// \return
   ///     The name of the function represented by this symbol context.
   //------------------------------------------------------------------
   LineEntry GetFunctionStartLineEntry() const;
@@ -354,16 +354,16 @@ public:
   /// For instance, if the symbol context contains an inlined block, it will
   /// return the inlined function name.
   ///
-  /// @param[in] curr_frame_pc
+  /// \param[in] curr_frame_pc
   ///    The address within the block of this object.
   ///
-  /// @param[out] next_frame_sc
+  /// \param[out] next_frame_sc
   ///     A new symbol context that does what the title says it does.
   ///
-  /// @param[out] next_frame_addr
+  /// \param[out] next_frame_addr
   ///     This is what you should report as the PC in \a next_frame_sc.
   ///
-  /// @return
+  /// \return
   ///     \b true if this SymbolContext specifies a block contained in an
   ///     inlined block.  If this returns \b true, \a next_frame_sc and
   ///     \a next_frame_addr will be filled in correctly.
@@ -429,14 +429,14 @@ private:
 };
 
 //----------------------------------------------------------------------
-/// @class SymbolContextList SymbolContext.h "lldb/Symbol/SymbolContext.h"
+/// \class SymbolContextList SymbolContext.h "lldb/Symbol/SymbolContext.h"
 /// Defines a list of symbol context objects.
 ///
 /// This class provides a common structure that can be used to contain the
 /// result of a query that can contain a multiple results. Examples of such
 /// queries include:
-///     @li Looking up a function by name.
-///     @li Finding all addresses for a specified file and line number.
+///     \li Looking up a function by name.
+///     \li Finding all addresses for a specified file and line number.
 //----------------------------------------------------------------------
 class SymbolContextList {
 public:
@@ -455,7 +455,7 @@ public:
   //------------------------------------------------------------------
   /// Append a new symbol context to the list.
   ///
-  /// @param[in] sc
+  /// \param[in] sc
   ///     A symbol context to append to the list.
   //------------------------------------------------------------------
   void Append(const SymbolContext &sc);
@@ -480,7 +480,7 @@ public:
   /// Dump a description of the contents of each symbol context in the list to
   /// the supplied stream \a s.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s, Target *target) const;
@@ -491,13 +491,13 @@ public:
   /// Dump a description of the contents of each symbol context in the list to
   /// the supplied stream \a s.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     The zero based index into the symbol context list.
   ///
-  /// @param[out] sc
+  /// \param[out] sc
   ///     A reference to the symbol context to fill in.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if \a idx was a valid index into this
   ///     symbol context list and \a sc was filled in, \b false
   ///     otherwise.
@@ -510,10 +510,10 @@ public:
   /// The index \a idx must be a valid index, no error checking will be done
   /// to ensure that it is valid.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     The zero based index into the symbol context list.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the symbol context to fill in.
   //------------------------------------------------------------------
   SymbolContext &operator[](size_t idx) { return m_symbol_contexts[idx]; }
@@ -527,7 +527,7 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for a symbol context list size.
   ///
-  /// @return
+  /// \return
   ///     Returns the number of symbol context objects in the list.
   //------------------------------------------------------------------
   uint32_t GetSize() const;

Modified: lldb/trunk/include/lldb/Symbol/SymbolContextScope.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/SymbolContextScope.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/SymbolContextScope.h (original)
+++ lldb/trunk/include/lldb/Symbol/SymbolContextScope.h Mon Mar 11 10:09:29 2019
@@ -14,7 +14,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class SymbolContextScope SymbolContextScope.h
+/// \class SymbolContextScope SymbolContextScope.h
 /// "lldb/Symbol/SymbolContextScope.h" Inherit from this if your object is
 /// part of a symbol context
 ///        and can reconstruct its symbol context.
@@ -26,11 +26,11 @@ namespace lldb_private {
 /// complete SymbolContext object in the object.
 ///
 /// Examples of these objects include:
-///     @li Module
-///     @li CompileUnit
-///     @li Function
-///     @li Block
-///     @li Symbol
+///     \li Module
+///     \li CompileUnit
+///     \li Function
+///     \li Block
+///     \li Symbol
 ///
 /// Other objects can store a "SymbolContextScope *" using any pointers to one
 /// of the above objects. This allows clients to hold onto a pointer that
@@ -40,7 +40,7 @@ namespace lldb_private {
 ///
 /// Example objects include that currently use "SymbolContextScope *" objects
 /// include:
-///     @li Variable objects that can reconstruct where they are scoped
+///     \li Variable objects that can reconstruct where they are scoped
 ///         by making sure the SymbolContextScope * comes from the scope
 ///         in which the variable was declared. If a variable is a global,
 ///         the appropriate CompileUnit * will be used when creating the
@@ -48,9 +48,9 @@ namespace lldb_private {
 ///         in which the variable is defined. Function arguments can use
 ///         the Function object as their scope. The SymbolFile parsers
 ///         will set these correctly as the variables are parsed.
-///     @li Type objects that know exactly in which scope they
+///     \li Type objects that know exactly in which scope they
 ///         originated much like the variables above.
-///     @li StackID objects that are able to know that if the CFA
+///     \li StackID objects that are able to know that if the CFA
 ///         (stack pointer at the beginning of a function) and the
 ///         start PC for the function/symbol and the SymbolContextScope
 ///         pointer (a unique pointer that identifies a symbol context
@@ -74,7 +74,7 @@ public:
   /// function calls that require a symbol context can be made for the given
   /// object.
   ///
-  /// @param[out] sc
+  /// \param[out] sc
   ///     A symbol context object pointer that gets filled in.
   //------------------------------------------------------------------
   virtual void CalculateSymbolContext(SymbolContext *sc) = 0;
@@ -98,7 +98,7 @@ public:
   /// function is widely used in the DumpDebug and verbose output for lldb
   /// objects.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object's symbol context.
   //------------------------------------------------------------------
   virtual void DumpSymbolContext(Stream *s) = 0;

Modified: lldb/trunk/include/lldb/Symbol/SymbolFile.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/SymbolFile.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/SymbolFile.h (original)
+++ lldb/trunk/include/lldb/Symbol/SymbolFile.h Mon Mar 11 10:09:29 2019
@@ -85,7 +85,7 @@ public:
   /// for "void SymbolFile::InitializeObject()" which will get called
   /// on the SymbolFile object with the best set of abilities.
   ///
-  /// @return
+  /// \return
   ///     A uint32_t mask containing bits from the SymbolFile::Abilities
   ///     enumeration. Any bits that are set represent an ability that
   ///     this symbol plug-in can parse from the object file.

Modified: lldb/trunk/include/lldb/Target/CPPLanguageRuntime.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/CPPLanguageRuntime.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/CPPLanguageRuntime.h (original)
+++ lldb/trunk/include/lldb/Target/CPPLanguageRuntime.h Mon Mar 11 10:09:29 2019
@@ -53,13 +53,13 @@ public:
 
   /// Obtain a ThreadPlan to get us into C++ constructs such as std::function.
   ///
-  /// @param[in] thread
+  /// \param[in] thread
   ///     Curent thrad of execution.
   ///
-  /// @param[in] stop_others
+  /// \param[in] stop_others
   ///     True if other threads should pause during execution.
   ///
-  /// @return
+  /// \return
   ///      A ThreadPlan Shared pointer
   lldb::ThreadPlanSP GetStepThroughTrampolinePlan(Thread &thread,
                                                   bool stop_others);

Modified: lldb/trunk/include/lldb/Target/DynamicLoader.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/DynamicLoader.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/DynamicLoader.h (original)
+++ lldb/trunk/include/lldb/Target/DynamicLoader.h Mon Mar 11 10:09:29 2019
@@ -45,7 +45,7 @@ class Thread;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class DynamicLoader DynamicLoader.h "lldb/Target/DynamicLoader.h"
+/// \class DynamicLoader DynamicLoader.h "lldb/Target/DynamicLoader.h"
 /// A plug-in interface definition class for dynamic loaders.
 ///
 /// Dynamic loader plug-ins track image (shared library) loading and
@@ -71,11 +71,11 @@ public:
   /// Scans the installed DynamicLoader plug-ins and tries to find an instance
   /// that can be used to track image changes in \a process.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process for which to try and locate a dynamic loader
   ///     plug-in instance.
   ///
-  /// @param[in] plugin_name
+  /// \param[in] plugin_name
   ///     An optional name of a specific dynamic loader plug-in that
   ///     should be used. If NULL, pick the best plug-in.
   //------------------------------------------------------------------
@@ -128,7 +128,7 @@ public:
   /// DynamicLoader plug-in instances should return this value to ensure
   /// consistent debug session behaviour.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the process should stop when images
   ///     change, \b false if the process should resume.
   //------------------------------------------------------------------
@@ -143,7 +143,7 @@ public:
   /// process stops when images change, but this can be overridden using this
   /// function callback.
   ///
-  /// @param[in] stop
+  /// \param[in] stop
   ///     Boolean value that indicates whether the process should stop
   ///     when images change.
   //------------------------------------------------------------------
@@ -154,10 +154,10 @@ public:
   /// current state of \a thread.
   ///
   ///
-  /// @param[in] stop_others
+  /// \param[in] stop_others
   ///     Whether the plan should be set to stop other threads.
   ///
-  /// @return
+  /// \return
   ///    A pointer to the plan (caller owned) or NULL if we are not at such
   ///    a trampoline.
   //------------------------------------------------------------------
@@ -171,17 +171,17 @@ public:
   /// symbols, you really need to set it on all the equivalent symbols.
   ///
   ///
-  /// @param[in] original_symbol
+  /// \param[in] original_symbol
   ///     The symbol for which we are finding equivalences.
   ///
-  /// @param[in] module_list
+  /// \param[in] module_list
   ///     The set of modules in which to search.
   ///
-  /// @param[out] equivalent_symbols
+  /// \param[out] equivalent_symbols
   ///     The equivalent symbol list - any equivalent symbols found are appended
   ///     to this list.
   ///
-  /// @return
+  /// \return
   ///    Number of equivalent symbols found.
   //------------------------------------------------------------------
   virtual size_t FindEquivalentSymbols(Symbol *original_symbol,
@@ -198,7 +198,7 @@ public:
   /// plug-ins to check any current dyld state to make sure it is an ok time
   /// to load a shared library.
   ///
-  /// @return
+  /// \return
   ///     \b true if it is currently ok to try and load a shared
   ///     library into the process, \b false otherwise.
   //------------------------------------------------------------------
@@ -220,7 +220,7 @@ public:
   /// not reliable enough -- we need to consult those function's hand-written
   /// eh_frame information.
   ///
-  /// @return
+  /// \return
   ///     \b True if the symbol context should use eh_frame instructions
   ///     unconditionally when unwinding from this frame.  Else \b false,
   ///     the normal lldb unwind behavior of only using eh_frame when the
@@ -233,13 +233,13 @@ public:
   //------------------------------------------------------------------
   /// Retrieves the per-module TLS block for a given thread.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module to query TLS data for.
   ///
-  /// @param[in] thread
+  /// \param[in] thread
   ///     The specific thread to query TLS data for.
   ///
-  /// @return
+  /// \return
   ///     If the given thread has TLS data allocated for the
   ///     module, the address of the TLS block. Otherwise
   ///     LLDB_INVALID_ADDRESS is returned.
@@ -250,8 +250,8 @@ public:
     return LLDB_INVALID_ADDRESS;
   }
 
-  /// Locates or creates a module given by @p file and updates/loads the
-  /// resulting module at the virtual base address @p base_addr.
+  /// Locates or creates a module given by \p file and updates/loads the
+  /// resulting module at the virtual base address \p base_addr.
   virtual lldb::ModuleSP LoadModuleAtAddress(const lldb_private::FileSpec &file,
                                              lldb::addr_t link_map_addr,
                                              lldb::addr_t base_addr,
@@ -272,24 +272,24 @@ public:
   /// of the cache - or it may be able to return additional information about
   /// the cache.
   ///
-  /// @param[out] base_address
+  /// \param[out] base_address
   ///     The base address (load address) of the shared cache.
   ///     LLDB_INVALID_ADDRESS if it cannot be determined.
   ///
-  /// @param[out] uuid
+  /// \param[out] uuid
   ///     The UUID of the shared cache, if it can be determined.
   ///     If the UUID cannot be fetched, IsValid() will be false.
   ///
-  /// @param[out] using_shared_cache
+  /// \param[out] using_shared_cache
   ///     If this process is using a shared cache.
   ///     If unknown, eLazyBoolCalculate is returned.
   ///
-  /// @param[out] private_shared_cache
+  /// \param[out] private_shared_cache
   ///     A LazyBool indicating whether this process is using a
   ///     private shared cache.
   ///     If this information cannot be fetched, eLazyBoolCalculate.
   ///
-  /// @return
+  /// \return
   ///     Returns false if this DynamicLoader cannot gather information
   ///     about the shared cache / has no concept of a shared cache.
   //------------------------------------------------------------------
@@ -312,14 +312,14 @@ protected:
   /// accordingly and returns the target executable module.
   lldb::ModuleSP GetTargetExecutable();
 
-  /// Updates the load address of every allocatable section in @p module.
+  /// Updates the load address of every allocatable section in \p module.
   ///
-  /// @param module The module to traverse.
+  /// \param module The module to traverse.
   ///
-  /// @param link_map_addr The virtual address of the link map for the @p
+  /// \param link_map_addr The virtual address of the link map for the @p
   /// module.
   ///
-  /// @param base_addr The virtual base address @p module is loaded at.
+  /// \param base_addr The virtual base address \p module is loaded at.
   virtual void UpdateLoadedSections(lldb::ModuleSP module,
                                     lldb::addr_t link_map_addr,
                                     lldb::addr_t base_addr,
@@ -330,9 +330,9 @@ protected:
   void UpdateLoadedSectionsCommon(lldb::ModuleSP module, lldb::addr_t base_addr,
                                   bool base_addr_is_offset);
 
-  /// Removes the loaded sections from the target in @p module.
+  /// Removes the loaded sections from the target in \p module.
   ///
-  /// @param module The module to traverse.
+  /// \param module The module to traverse.
   virtual void UnloadSections(const lldb::ModuleSP module);
 
   // Utility method so base classes can share implementation of UnloadSections

Modified: lldb/trunk/include/lldb/Target/ExecutionContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/ExecutionContext.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/ExecutionContext.h (original)
+++ lldb/trunk/include/lldb/Target/ExecutionContext.h Mon Mar 11 10:09:29 2019
@@ -41,7 +41,7 @@ namespace lldb_private {
 //===----------------------------------------------------------------------===//
 
 //----------------------------------------------------------------------
-/// @class ExecutionContextRef ExecutionContext.h
+/// \class ExecutionContextRef ExecutionContext.h
 /// "lldb/Target/ExecutionContext.h"
 /// A class that holds a weak reference to an execution context.
 ///
@@ -171,7 +171,7 @@ public:
   /// a weak reference to the target's process, use the
   /// ExecutionContextRef::SetContext() functions.
   ///
-  /// @see ExecutionContextRef::SetContext(const lldb::TargetSP &, bool)
+  /// \see ExecutionContextRef::SetContext(const lldb::TargetSP &, bool)
   //------------------------------------------------------------------
   void SetTargetSP(const lldb::TargetSP &target_sp);
 
@@ -188,7 +188,7 @@ public:
   /// a weak reference to the target, use the
   /// ExecutionContextRef::SetContext() functions.
   ///
-  /// @see ExecutionContextRef::SetContext(const lldb::ProcessSP &)
+  /// \see ExecutionContextRef::SetContext(const lldb::ProcessSP &)
   //------------------------------------------------------------------
   void SetProcessSP(const lldb::ProcessSP &process_sp);
 
@@ -205,7 +205,7 @@ public:
   /// a weak reference to the thread's process and target, use the
   /// ExecutionContextRef::SetContext() functions.
   ///
-  /// @see ExecutionContextRef::SetContext(const lldb::ThreadSP &)
+  /// \see ExecutionContextRef::SetContext(const lldb::ThreadSP &)
   //------------------------------------------------------------------
   void SetThreadSP(const lldb::ThreadSP &thread_sp);
 
@@ -222,7 +222,7 @@ public:
   /// a weak reference to the frame's thread, process and target, use the
   /// ExecutionContextRef::SetContext() functions.
   ///
-  /// @see ExecutionContextRef::SetContext(const lldb::StackFrameSP &)
+  /// \see ExecutionContextRef::SetContext(const lldb::StackFrameSP &)
   //------------------------------------------------------------------
   void SetFrameSP(const lldb::StackFrameSP &frame_sp);
 
@@ -238,7 +238,7 @@ public:
   /// Get accessor that creates a strong reference from the weak target
   /// reference contained in this object.
   ///
-  /// @returns
+  /// \returns
   ///     A shared pointer to a target that is not guaranteed to be valid.
   //------------------------------------------------------------------
   lldb::TargetSP GetTargetSP() const;
@@ -247,7 +247,7 @@ public:
   /// Get accessor that creates a strong reference from the weak process
   /// reference contained in this object.
   ///
-  /// @returns
+  /// \returns
   ///     A shared pointer to a process that is not guaranteed to be valid.
   //------------------------------------------------------------------
   lldb::ProcessSP GetProcessSP() const;
@@ -256,7 +256,7 @@ public:
   /// Get accessor that creates a strong reference from the weak thread
   /// reference contained in this object.
   ///
-  /// @returns
+  /// \returns
   ///     A shared pointer to a thread that is not guaranteed to be valid.
   //------------------------------------------------------------------
   lldb::ThreadSP GetThreadSP() const;
@@ -265,7 +265,7 @@ public:
   /// Get accessor that creates a strong reference from the weak frame
   /// reference contained in this object.
   ///
-  /// @returns
+  /// \returns
   ///     A shared pointer to a frame that is not guaranteed to be valid.
   //------------------------------------------------------------------
   lldb::StackFrameSP GetFrameSP() const;
@@ -275,7 +275,7 @@ public:
   ///
   /// Create strong references to any execution context objects that are still
   /// valid. Any of the returned shared pointers in the ExecutionContext
-  /// objects is not guaranteed to be valid. @returns
+  /// objects is not guaranteed to be valid. \returns
   ///     An execution context object that has strong references to
   ///     any valid weak references in this object.
   //------------------------------------------------------------------
@@ -316,7 +316,7 @@ protected:
 };
 
 //----------------------------------------------------------------------
-/// @class ExecutionContext ExecutionContext.h
+/// \class ExecutionContext ExecutionContext.h
 /// "lldb/Target/ExecutionContext.h"
 /// A class that contains an execution context.
 ///
@@ -389,13 +389,13 @@ public:
   ///
   /// Initialize with process \a p, thread \a t, and frame index \a f.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process for this execution context.
   ///
-  /// @param[in] thread
+  /// \param[in] thread
   ///     The thread for this execution context.
   ///
-  /// @param[in] frame
+  /// \param[in] frame
   ///     The frame index for this execution context.
   //------------------------------------------------------------------
   ExecutionContext(Process *process, Thread *thread = nullptr,
@@ -433,7 +433,7 @@ public:
   /// validate this pointer so that this accessor can freely be used without
   /// having to check for nullptr each time.
   ///
-  /// @see ExecutionContext::HasTargetScope() const @see
+  /// \see ExecutionContext::HasTargetScope() const @see
   /// ExecutionContext::HasProcessScope() const @see
   /// ExecutionContext::HasThreadScope() const @see
   /// ExecutionContext::HasFrameScope() const
@@ -448,7 +448,7 @@ public:
   /// pointer so that this accessor can freely be used without having to check
   /// for nullptr each time.
   ///
-  /// @see ExecutionContext::HasProcessScope() const @see
+  /// \see ExecutionContext::HasProcessScope() const @see
   /// ExecutionContext::HasThreadScope() const @see
   /// ExecutionContext::HasFrameScope() const
   //------------------------------------------------------------------
@@ -462,7 +462,7 @@ public:
   /// accessor can freely be used without having to check for nullptr each
   /// time.
   ///
-  /// @see ExecutionContext::HasThreadScope() const @see
+  /// \see ExecutionContext::HasThreadScope() const @see
   /// ExecutionContext::HasFrameScope() const
   //------------------------------------------------------------------
   Thread *GetThreadPtr() const { return m_thread_sp.get(); }
@@ -474,7 +474,7 @@ public:
   /// to pre-validate this pointer so that this accessor can freely be used
   /// without having to check for nullptr each time.
   ///
-  /// @see ExecutionContext::HasFrameScope() const
+  /// \see ExecutionContext::HasFrameScope() const
   //------------------------------------------------------------------
   StackFrame *GetFramePtr() const { return m_frame_sp.get(); }
 
@@ -485,7 +485,7 @@ public:
   /// HasThreadScope(), or HasFrameScope() prior to calling this function to
   /// ensure that this ExecutionContext object contains a valid target.
   ///
-  /// @see ExecutionContext::HasTargetScope() const @see
+  /// \see ExecutionContext::HasTargetScope() const @see
   /// ExecutionContext::HasProcessScope() const @see
   /// ExecutionContext::HasThreadScope() const @see
   /// ExecutionContext::HasFrameScope() const
@@ -499,7 +499,7 @@ public:
   /// HasFrameScope() prior to calling this  function to ensure that this
   /// ExecutionContext object contains a valid target.
   ///
-  /// @see ExecutionContext::HasProcessScope() const @see
+  /// \see ExecutionContext::HasProcessScope() const @see
   /// ExecutionContext::HasThreadScope() const @see
   /// ExecutionContext::HasFrameScope() const
   //------------------------------------------------------------------
@@ -512,7 +512,7 @@ public:
   /// calling this  function to ensure that  this ExecutionContext object
   /// contains a valid target.
   ///
-  /// @see ExecutionContext::HasThreadScope() const @see
+  /// \see ExecutionContext::HasThreadScope() const @see
   /// ExecutionContext::HasFrameScope() const
   //------------------------------------------------------------------
   Thread &GetThreadRef() const;
@@ -523,7 +523,7 @@ public:
   /// Clients should call HasFrameScope() prior to calling this function to
   /// ensure that  this ExecutionContext object contains a valid target.
   ///
-  /// @see ExecutionContext::HasFrameScope() const
+  /// \see ExecutionContext::HasFrameScope() const
   //------------------------------------------------------------------
   StackFrame &GetFrameRef() const;
 

Modified: lldb/trunk/include/lldb/Target/ExecutionContextScope.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/ExecutionContextScope.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/ExecutionContextScope.h (original)
+++ lldb/trunk/include/lldb/Target/ExecutionContextScope.h Mon Mar 11 10:09:29 2019
@@ -14,7 +14,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ExecutionContextScope ExecutionContextScope.h
+/// \class ExecutionContextScope ExecutionContextScope.h
 /// "lldb/Symbol/ExecutionContextScope.h" Inherit from this if your object can
 /// reconstruct its
 ///        execution context.
@@ -50,7 +50,7 @@ public:
   /// so function calls that require a execution context can be made for the
   /// given object.
   ///
-  /// @param[out] exe_ctx
+  /// \param[out] exe_ctx
   ///     A reference to an execution context object that gets filled
   ///     in.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/JITLoader.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/JITLoader.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/JITLoader.h (original)
+++ lldb/trunk/include/lldb/Target/JITLoader.h Mon Mar 11 10:09:29 2019
@@ -17,7 +17,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class JITLoader JITLoader.h "lldb/Target/JITLoader.h"
+/// \class JITLoader JITLoader.h "lldb/Target/JITLoader.h"
 /// A plug-in interface definition class for JIT loaders.
 ///
 /// Plugins of this kind listen for code generated at runtime in the target.
@@ -34,7 +34,7 @@ public:
   /// Scans the installed DynamicLoader plug-ins and tries to find all
   /// applicable instances for the current process.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process for which to try and locate a JIT loader
   ///     plug-in instance.
   ///

Modified: lldb/trunk/include/lldb/Target/JITLoaderList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/JITLoaderList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/JITLoaderList.h (original)
+++ lldb/trunk/include/lldb/Target/JITLoaderList.h Mon Mar 11 10:09:29 2019
@@ -17,7 +17,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class JITLoaderList JITLoaderList.h "lldb/Target/JITLoaderList.h"
+/// \class JITLoaderList JITLoaderList.h "lldb/Target/JITLoaderList.h"
 ///
 /// Class used by the Process to hold a list of its JITLoaders.
 //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/ModuleCache.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/ModuleCache.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/ModuleCache.h (original)
+++ lldb/trunk/include/lldb/Target/ModuleCache.h Mon Mar 11 10:09:29 2019
@@ -26,7 +26,7 @@ class Module;
 class UUID;
 
 //----------------------------------------------------------------------
-/// @class ModuleCache ModuleCache.h "lldb/Target/ModuleCache.h"
+/// \class ModuleCache ModuleCache.h "lldb/Target/ModuleCache.h"
 /// A module cache class.
 ///
 /// Caches locally modules that are downloaded from remote targets. Each

Modified: lldb/trunk/include/lldb/Target/OperatingSystem.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/OperatingSystem.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/OperatingSystem.h (original)
+++ lldb/trunk/include/lldb/Target/OperatingSystem.h Mon Mar 11 10:09:29 2019
@@ -17,7 +17,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class OperatingSystem OperatingSystem.h "lldb/Target/OperatingSystem.h"
+/// \class OperatingSystem OperatingSystem.h "lldb/Target/OperatingSystem.h"
 /// A plug-in interface definition class for halted OS helpers.
 ///
 /// Halted OS plug-ins can be used by any process to locate and create
@@ -35,11 +35,11 @@ public:
   /// Scans the installed OperatingSystem plug-ins and tries to find an
   /// instance that matches the current target triple and executable.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process for which to try and locate a halted OS
   ///     plug-in instance.
   ///
-  /// @param[in] plugin_name
+  /// \param[in] plugin_name
   ///     An optional name of a specific halted OS plug-in that
   ///     should be used. If NULL, pick the best plug-in.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/PathMappingList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/PathMappingList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/PathMappingList.h (original)
+++ lldb/trunk/include/lldb/Target/PathMappingList.h Mon Mar 11 10:09:29 2019
@@ -72,13 +72,13 @@ public:
   /// does NOT stat the file system so it can be used in tight loops
   /// where debug info is being parsed.
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     The original source file path to try and remap.
   ///
-  /// @param[out] new_path
+  /// \param[out] new_path
   ///     The newly remapped filespec that is may or may not exist.
   ///
-  /// @return
+  /// \return
   ///     /b true if \a path was successfully located and \a new_path
   ///     is filled in with a new source path, \b false otherwise.
   //------------------------------------------------------------------
@@ -96,13 +96,13 @@ public:
   /// or are even on the local file system, so use this function
   /// sparingly (not in a tight debug info parsing loop).
   ///
-  /// @param[in] orig_spec
+  /// \param[in] orig_spec
   ///     The original source file path to try and remap.
   ///
-  /// @param[out] new_spec
+  /// \param[out] new_spec
   ///     The newly remapped filespec that is guaranteed to exist.
   ///
-  /// @return
+  /// \return
   ///     /b true if \a orig_spec was successfully located and
   ///     \a new_spec is filled in with an existing file spec,
   ///     \b false otherwise.

Modified: lldb/trunk/include/lldb/Target/Platform.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Platform.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Platform.h (original)
+++ lldb/trunk/include/lldb/Target/Platform.h Mon Mar 11 10:09:29 2019
@@ -54,17 +54,17 @@ typedef std::shared_ptr<PlatformProperti
 typedef llvm::SmallVector<lldb::addr_t, 6> MmapArgList;
 
 //----------------------------------------------------------------------
-/// @class Platform Platform.h "lldb/Target/Platform.h"
+/// \class Platform Platform.h "lldb/Target/Platform.h"
 /// A plug-in interface definition class for debug platform that
 /// includes many platform abilities such as:
-///     @li getting platform information such as supported architectures,
+///     \li getting platform information such as supported architectures,
 ///         supported binary file formats and more
-///     @li launching new processes
-///     @li attaching to existing processes
-///     @li download/upload files
-///     @li execute shell commands
-///     @li listing and getting info for existing processes
-///     @li attaching and possibly debugging the platform's kernel
+///     \li launching new processes
+///     \li attaching to existing processes
+///     \li download/upload files
+///     \li execute shell commands
+///     \li listing and getting info for existing processes
+///     \li attaching and possibly debugging the platform's kernel
 //----------------------------------------------------------------------
 class Platform : public PluginInterface {
 public:
@@ -128,11 +128,11 @@ public:
   /// Scans the installed Platform plug-ins and tries to find an instance that
   /// can be used for \a process
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process for which to try and locate a platform
   ///     plug-in instance.
   ///
-  /// @param[in] plugin_name
+  /// \param[in] plugin_name
   ///     An optional name of a specific platform plug-in that
   ///     should be used. If nullptr, pick the best plug-in.
   //------------------------------------------------------------------
@@ -152,7 +152,7 @@ public:
   /// application bundles or executable wrappers can also be inspected for the
   /// actual application binary within the bundle that should be used.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if this Platform plug-in was able to find
   ///     a suitable executable, \b false otherwise.
   //------------------------------------------------------------------
@@ -168,7 +168,7 @@ public:
   /// support symbol files that are bundles and know how to extract the right
   /// symbol file given a bundle.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     The target in which we are trying to resolve the symbol file.
   ///     The target has a list of modules that we might be able to
   ///     use in order to help find the right symbol file. If the
@@ -181,7 +181,7 @@ public:
   ///     is specified, we can use a variety of tricks to locate the
   ///     symbols in an SDK, PDK, or other development kit location.
   ///
-  /// @param[in] sym_spec
+  /// \param[in] sym_spec
   ///     A module spec that describes some information about the
   ///     symbol file we are trying to resolve. The ModuleSpec might
   ///     contain the following:
@@ -200,11 +200,11 @@ public:
   ///              a symbol file, or resolve an symbol file in a
   ///              symbol file bundle.
   ///
-  /// @param[out] sym_file
+  /// \param[out] sym_file
   ///     The resolved symbol file spec if the returned error
   ///     indicates success.
   ///
-  /// @return
+  /// \return
   ///     Returns an error that describes success or failure.
   //------------------------------------------------------------------
   virtual Status ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec,
@@ -289,10 +289,10 @@ public:
   /// The default implementation of this function will return the same file
   /// patch in \a local_file as was in \a platform_file.
   ///
-  /// @param[in] platform_file
+  /// \param[in] platform_file
   ///     The platform file path to locate and cache locally.
   ///
-  /// @param[in] uuid_ptr
+  /// \param[in] uuid_ptr
   ///     If we know the exact UUID of the file we are looking for, it
   ///     can be specified. If it is not specified, we might now know
   ///     the exact file. The UUID is usually some sort of MD5 checksum
@@ -301,14 +301,14 @@ public:
   ///     file queries to ensure we are finding the correct file, not
   ///     just a file at the correct path.
   ///
-  /// @param[out] local_file
+  /// \param[out] local_file
   ///     A locally cached version of the platform file. For platforms
   ///     that describe the current host computer, this will just be
   ///     the same file. For remote platforms, this file might come from
   ///     and SDK directory, or might need to be sync'ed over to the
   ///     current machine for efficient debugging access.
   ///
-  /// @return
+  /// \return
   ///     An error object.
   //------------------------------------------------------------------
   virtual Status GetFileWithUUID(const FileSpec &platform_file,
@@ -341,14 +341,14 @@ public:
   /// Get the platform's supported architectures in the order in which they
   /// should be searched.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     A zero based architecture index
   ///
-  /// @param[out] arch
+  /// \param[out] arch
   ///     A copy of the architecture at index if the return value is
   ///     \b true.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a arch was filled in and is valid, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -422,10 +422,10 @@ public:
   /// attached to the process, or an empty shared pointer with an appropriate
   /// error.
   ///
-  /// @param[in] pid
+  /// \param[in] pid
   ///     The process ID that we should attempt to attach to.
   ///
-  /// @return
+  /// \return
   ///     An appropriate ProcessSP containing a valid shared pointer
   ///     to the default Process subclass for the platform that is
   ///     attached to the process, or an empty shared pointer with an
@@ -447,10 +447,10 @@ public:
   /// the attach. If DoAttach returns \b true, then Process::DidAttach() will
   /// be called.
   ///
-  /// @param[in] process_name
+  /// \param[in] process_name
   ///     A process name to match against the current process list.
   ///
-  /// @return
+  /// \return
   ///     Returns \a pid if attaching was successful, or
   ///     LLDB_INVALID_PROCESS_ID if attaching fails.
   //------------------------------------------------------------------
@@ -604,10 +604,10 @@ public:
   /// application/framework/shared library, then this extra registration can
   /// be done.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     The source file/directory to install on the remote system.
   ///
-  /// @param[in] dst
+  /// \param[in] dst
   ///     The destination file/directory where \a src will be installed.
   ///     If \a dst has no filename specified, then its filename will
   ///     be set from \a src. It \a dst has no directory specified, it
@@ -616,7 +616,7 @@ public:
   ///     platform working directory will be prepended to the relative
   ///     directory.
   ///
-  /// @return
+  /// \return
   ///     An error object that describes anything that went wrong.
   //----------------------------------------------------------------------
   virtual Status Install(const FileSpec &src, const FileSpec &dst);
@@ -704,13 +704,13 @@ public:
   /// dispatch_qaddr this Platform method will locate the queue name and
   /// provide that.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     A process is required for reading memory.
   ///
-  /// @param[in] dispatch_qaddr
+  /// \param[in] dispatch_qaddr
   ///     The dispatch_qaddr for this thread.
   ///
-  /// @return
+  /// \return
   ///     The name of the queue, if there is one.  An empty string
   ///     means that this thread is not associated with a dispatch
   ///     queue.
@@ -730,13 +730,13 @@ public:
   /// dispatch_qaddr this Platform method will locate the queue ID and provide
   /// that.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     A process is required for reading memory.
   ///
-  /// @param[in] dispatch_qaddr
+  /// \param[in] dispatch_qaddr
   ///     The dispatch_qaddr for this thread.
   ///
-  /// @return
+  /// \return
   ///     The queue_id for this thread, if this thread is associated
   ///     with a dispatch queue.  Else LLDB_INVALID_QUEUE_ID is returned.
   //------------------------------------------------------------------
@@ -763,7 +763,7 @@ public:
   /// signal handler routines as needed.  For most Unix platforms, add
   /// _sigtramp.
   ///
-  /// @return
+  /// \return
   ///     A list of symbol names.  The list may be empty.
   //------------------------------------------------------------------
   virtual const std::vector<ConstString> &GetTrapHandlerSymbolNames();
@@ -775,11 +775,11 @@ public:
   /// Executable might exist within the Platform SDK directories, or in
   /// standard tool directories within the current IDE that is running LLDB.
   ///
-  /// @param[in] basename
+  /// \param[in] basename
   ///     The basename of the executable to locate in the current
   ///     platform.
   ///
-  /// @return
+  /// \return
   ///     A FileSpec pointing to the executable on disk, or an invalid
   ///     FileSpec if the executable cannot be found.
   //------------------------------------------------------------------
@@ -799,27 +799,27 @@ public:
   /// fail in the dynamic loader plug-in says it isn't safe to try and load
   /// shared libraries at the moment.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process to load the image.
   ///
-  /// @param[in] local_file
+  /// \param[in] local_file
   ///     The file spec that points to the shared library that you want
   ///     to load if the library is located on the host. The library will
   ///     be copied over to the location specified by remote_file or into
   ///     the current working directory with the same filename if the
   ///     remote_file isn't specified.
   ///
-  /// @param[in] remote_file
+  /// \param[in] remote_file
   ///     If local_file is specified then the location where the library
   ///     should be copied over from the host. If local_file isn't
   ///     specified, then the path for the shared library on the target
   ///     what you want to load.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error object that gets filled in with any errors that
   ///     might occur when trying to load the shared library.
   ///
-  /// @return
+  /// \return
   ///     A token that represents the shared library that can be
   ///     later used to unload the shared library. A value of
   ///     LLDB_INVALID_IMAGE_TOKEN will be returned if the shared
@@ -834,29 +834,29 @@ public:
   /// Load a shared library specified by base name into this process,
   /// looking by hand along a set of paths.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process to load the image.
   ///
-  /// @param[in] library_name
+  /// \param[in] library_name
   ///     The name of the library to look for.  If library_name is an
   ///     absolute path, the basename will be extracted and searched for
   ///     along the paths.  This emulates the behavior of the loader when
   ///     given an install name and a set (e.g. DYLD_LIBRARY_PATH provided) of
   ///     alternate paths.
   ///
-  /// @param[in] path_list
+  /// \param[in] path_list
   ///     The list of paths to use to search for the library.  First
   ///     match wins.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error object that gets filled in with any errors that
   ///     might occur when trying to load the shared library.
   ///
-  /// @param[out] loaded_path
+  /// \param[out] loaded_path
   ///      If non-null, the path to the dylib that was successfully loaded
   ///      is stored in this path.
   /// 
-  /// @return
+  /// \return
   ///     A token that represents the shared library which can be
   ///     passed to UnloadImage. A value of
   ///     LLDB_INVALID_IMAGE_TOKEN will be returned if the shared
@@ -883,14 +883,14 @@ public:
   /// If the platform have a list of processes waiting for a debugger to
   /// connect to them then connect to all of these pending processes.
   ///
-  /// @param[in] debugger
+  /// \param[in] debugger
   ///     The debugger used for the connect.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     If an error occurred during the connect then this object will
   ///     contain the error message.
   ///
-  /// @return
+  /// \return
   ///     The number of processes we are successfully connected to.
   //------------------------------------------------------------------
   virtual size_t ConnectToWaitingProcesses(lldb_private::Debugger &debugger,

Modified: lldb/trunk/include/lldb/Target/Process.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Process.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Process.h (original)
+++ lldb/trunk/include/lldb/Target/Process.h Mon Mar 11 10:09:29 2019
@@ -367,7 +367,7 @@ inline bool operator!=(const ProcessModI
 }
 
 //----------------------------------------------------------------------
-/// @class Process Process.h "lldb/Target/Process.h"
+/// \class Process Process.h "lldb/Target/Process.h"
 /// A plug-in interface definition class for debugging a process.
 //----------------------------------------------------------------------
 class Process : public std::enable_shared_from_this<Process>,
@@ -429,7 +429,7 @@ public:
 /// A notification structure that can be used by clients to listen
 /// for changes in a process's lifetime.
 ///
-/// @see RegisterNotificationCallbacks (const Notifications&) @see
+/// \see RegisterNotificationCallbacks (const Notifications&) @see
 /// UnregisterNotificationCallbacks (const Notifications&)
 //------------------------------------------------------------------
 #ifndef SWIG
@@ -554,15 +554,15 @@ public:
   /// Process plug-in interface and returns the first instance that can debug
   /// the file.
   ///
-  /// @param[in] module_sp
+  /// \param[in] module_sp
   ///     The module shared pointer that this process will debug.
   ///
-  /// @param[in] plugin_name
+  /// \param[in] plugin_name
   ///     If nullptr, select the best plug-in for the binary. If non-nullptr
   ///     then look for a plugin whose PluginInfo's name matches
   ///     this string.
   ///
-  /// @see Process::CanDebug ()
+  /// \see Process::CanDebug ()
   //------------------------------------------------------------------
   static lldb::ProcessSP FindPlugin(lldb::TargetSP target_sp,
                                     llvm::StringRef plugin_name,
@@ -600,7 +600,7 @@ public:
   /// \a module. If the Process plug-in instance can debug a file on the
   /// current system, it should return \b true.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if this Process plug-in instance can
   ///     debug the executable, \b false otherwise.
   //------------------------------------------------------------------
@@ -618,7 +618,7 @@ public:
   //------------------------------------------------------------------
   /// Return whether this object is valid (i.e. has not been finalized.)
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if this Process has not been finalized
   ///     and \b false otherwise.
   //------------------------------------------------------------------
@@ -633,7 +633,7 @@ public:
   ///
   ///     (lldb) process command <args>
   ///
-  /// @return
+  /// \return
   ///     A CommandObject which can be one of the concrete subclasses
   ///     of CommandObject like CommandObjectRaw, CommandObjectParsed,
   ///     or CommandObjectMultiword.
@@ -653,11 +653,11 @@ public:
   /// launching. If DoLaunch returns \b true, then Process::DidLaunch() will
   /// be called.
   ///
-  /// @param[in] launch_info
+  /// \param[in] launch_info
   ///     Details regarding the environment, STDIN/STDOUT/STDERR
   ///     redirection, working path, etc. related to the requested launch.
   ///
-  /// @return
+  /// \return
   ///     An error object. Call GetID() to get the process ID if
   ///     the error object is success.
   //------------------------------------------------------------------
@@ -693,14 +693,14 @@ public:
   /// Get the cached UtilityFunction that assists in loading binary images
   /// into the process.
   ///
-  /// @param[in] platform
+  /// \param[in] platform
   ///     The platform fetching the UtilityFunction.
-  /// @param[in] factory
+  /// \param[in] factory
   ///     A function that will be called only once per-process in a
   ///     thread-safe way to create the UtilityFunction if it has not
   ///     been initialized yet.
   ///
-  /// @return
+  /// \return
   ///     The cached utility function or null if the platform is not the
   ///     same as the target's platform.
   //------------------------------------------------------------------
@@ -724,7 +724,7 @@ public:
   //
   // The default action is to return an empty data buffer.
   //
-  // @return
+  // \return
   //    A data buffer containing the contents of the AUXV data.
   //------------------------------------------------------------------
   virtual const lldb::DataBufferSP GetAuxvData();
@@ -736,7 +736,7 @@ public:
   /// plug-ins can use this function if they can't determine the current
   /// shared library load state.
   ///
-  /// @return
+  /// \return
   ///    The number of shared libraries that were loaded
   //------------------------------------------------------------------
   virtual size_t LoadModules() { return 0; }
@@ -750,7 +750,7 @@ public:
   //------------------------------------------------------------------
   /// Get the system runtime plug-in for this process.
   ///
-  /// @return
+  /// \return
   ///   Returns a pointer to the SystemRuntime plugin for this Process
   ///   if one is available.  Else returns nullptr.
   //------------------------------------------------------------------
@@ -765,10 +765,10 @@ public:
   /// char *) will be called to actually do the attach. If DoAttach returns \b
   /// true, then Process::DidAttach() will be called.
   ///
-  /// @param[in] pid
+  /// \param[in] pid
   ///     The process ID that we should attempt to attach to.
   ///
-  /// @return
+  /// \return
   ///     Returns \a pid if attaching was successful, or
   ///     LLDB_INVALID_PROCESS_ID if attaching fails.
   //------------------------------------------------------------------
@@ -777,15 +777,15 @@ public:
   //------------------------------------------------------------------
   /// Attach to a remote system via a URL
   ///
-  /// @param[in] strm
+  /// \param[in] strm
   ///     A stream where output intended for the user
   ///     (if the driver has a way to display that) generated during
   ///     the connection.  This may be nullptr if no output is needed.A
   ///
-  /// @param[in] remote_url
+  /// \param[in] remote_url
   ///     The URL format that we are connecting to.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status ConnectRemote(Stream *strm, llvm::StringRef remote_url);
@@ -803,7 +803,7 @@ public:
   /// opposed to the DynamicLoader interface) to ensure that remote debugging
   /// can take advantage of this functionality.
   ///
-  /// @return
+  /// \return
   ///     The address of the dynamic loader information, or
   ///     LLDB_INVALID_ADDRESS if this is not supported by this
   ///     interface.
@@ -832,11 +832,11 @@ public:
 /// Clients can register notification callbacks by filling out a
 /// Process::Notifications structure and calling this function.
 ///
-/// @param[in] callbacks
+/// \param[in] callbacks
 ///     A structure that contains the notification baton and
 ///     callback functions.
 ///
-/// @see Process::Notifications
+/// \see Process::Notifications
 //------------------------------------------------------------------
 #ifndef SWIG
   void RegisterNotificationCallbacks(const Process::Notifications &callbacks);
@@ -848,15 +848,15 @@ public:
 /// Clients can unregister notification callbacks by passing a copy of the
 /// original baton and callbacks in \a callbacks.
 ///
-/// @param[in] callbacks
+/// \param[in] callbacks
 ///     A structure that contains the notification baton and
 ///     callback functions.
 ///
-/// @return
+/// \return
 ///     Returns \b true if the notification callbacks were
 ///     successfully removed from the process, \b false otherwise.
 ///
-/// @see Process::Notifications
+/// \see Process::Notifications
 //------------------------------------------------------------------
 #ifndef SWIG
   bool UnregisterNotificationCallbacks(const Process::Notifications &callbacks);
@@ -885,12 +885,12 @@ public:
   /// use PrivateResume (though you should only do that from inside the
   /// Process class.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   ///
-  /// @see Thread:Resume()
-  /// @see Thread:Step()
-  /// @see Thread:Suspend()
+  /// \see Thread:Resume()
+  /// \see Thread:Step()
+  /// \see Thread:Suspend()
   //------------------------------------------------------------------
   Status Resume();
 
@@ -904,13 +904,13 @@ public:
   /// GetInterrupted will be broadcast.  If false, we will halt the process
   /// with no events generated by the halt.
   ///
-  /// @param[in] clear_thread_plans
+  /// \param[in] clear_thread_plans
   ///     If true, when the process stops, clear all thread plans.
   ///
-  /// @param[in] use_run_lock
+  /// \param[in] use_run_lock
   ///     Whether to release the run lock after the stop.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.  If the error is empty, the process is
   ///     halted.
   ///     otherwise the halt has failed.
@@ -922,10 +922,10 @@ public:
   ///
   /// This function is not meant to be overridden by Process subclasses.
   ///
-  /// @param[in] keep_stopped
+  /// \param[in] keep_stopped
   ///     If true, don't resume the process on detach.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   Status Detach(bool keep_stopped);
@@ -936,7 +936,7 @@ public:
   ///
   /// This function is not meant to be overridden by Process subclasses.
   ///
-  /// @param[in] force_kill
+  /// \param[in] force_kill
   ///     Whether lldb should force a kill (instead of a detach) from
   ///     the inferior process.  Normally if lldb launched a binary and
   ///     Destory is called, lldb kills it.  If lldb attached to a
@@ -944,7 +944,7 @@ public:
   ///     this behavior needs to be over-ridden, this is the bool that
   ///     can be used.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   Status Destroy(bool force_kill);
@@ -954,7 +954,7 @@ public:
   ///
   /// This function is not meant to be overridden by Process subclasses.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   Status Signal(int signal);
@@ -972,7 +972,7 @@ public:
   ///
   /// Allow Process plug-ins to execute some code before attaching a process.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status WillAttachToProcessWithID(lldb::pid_t pid) { return Status(); }
@@ -982,7 +982,7 @@ public:
   ///
   /// Allow Process plug-ins to execute some code before attaching a process.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status WillAttachToProcessWithName(const char *process_name,
@@ -993,15 +993,15 @@ public:
   //------------------------------------------------------------------
   /// Attach to a remote system via a URL
   ///
-  /// @param[in] strm
+  /// \param[in] strm
   ///     A stream where output intended for the user
   ///     (if the driver has a way to display that) generated during
   ///     the connection.  This may be nullptr if no output is needed.A
   ///
-  /// @param[in] remote_url
+  /// \param[in] remote_url
   ///     The URL format that we are connecting to.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status DoConnectRemote(Stream *strm, llvm::StringRef remote_url) {
@@ -1013,14 +1013,14 @@ public:
   //------------------------------------------------------------------
   /// Attach to an existing process using a process ID.
   ///
-  /// @param[in] pid
+  /// \param[in] pid
   ///     The process ID that we should attempt to attach to.
   ///
-  /// @param[in] attach_info
+  /// \param[in] attach_info
   ///     Information on how to do the attach. For example, GetUserID()
   ///     will return the uid to attach as.
   ///
-  /// @return
+  /// \return
   ///     Returns a successful Status attaching was successful, or
   ///     an appropriate (possibly platform-specific) error code if
   ///     attaching fails.
@@ -1038,14 +1038,14 @@ public:
   //------------------------------------------------------------------
   /// Attach to an existing process using a partial process name.
   ///
-  /// @param[in] process_name
+  /// \param[in] process_name
   ///     The name of the process to attach to.
   ///
-  /// @param[in] attach_info
+  /// \param[in] attach_info
   ///     Information on how to do the attach. For example, GetUserID()
   ///     will return the uid to attach as.
   ///
-  /// @return
+  /// \return
   ///     Returns a successful Status attaching was successful, or
   ///     an appropriate (possibly platform-specific) error code if
   ///     attaching fails.
@@ -1061,7 +1061,7 @@ public:
   //------------------------------------------------------------------
   /// Called after attaching a process.
   ///
-  /// @param[in] process_arch
+  /// \param[in] process_arch
   ///     If you can figure out the process architecture after attach, fill it
   ///     in here.
   ///
@@ -1091,7 +1091,7 @@ public:
   ///
   /// Allow Process plug-ins to execute some code before launching a process.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status WillLaunch(Module *module) { return Status(); }
@@ -1103,15 +1103,15 @@ public:
   /// file as the file to launch. Launch details are provided in \a
   /// launch_info.
   ///
-  /// @param[in] exe_module
+  /// \param[in] exe_module
   ///     The module from which to extract the file specification and
   ///     launch.
   ///
-  /// @param[in] launch_info
+  /// \param[in] launch_info
   ///     Details (e.g. arguments, stdio redirection, etc.) for the
   ///     requested launch.
   ///
-  /// @return
+  /// \return
   ///     An Status instance indicating success or failure of the
   ///     operation.
   //------------------------------------------------------------------
@@ -1135,7 +1135,7 @@ public:
   ///
   /// Allow Process plug-ins to execute some code before resuming a process.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status WillResume() { return Status(); }
@@ -1149,13 +1149,13 @@ public:
   /// process is resumed. If no run control action is given to a thread it
   /// will be resumed by default.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the process successfully resumes using
   ///     the thread run control actions, \b false otherwise.
   ///
-  /// @see Thread:Resume()
-  /// @see Thread:Step()
-  /// @see Thread:Suspend()
+  /// \see Thread:Resume()
+  /// \see Thread:Step()
+  /// \see Thread:Suspend()
   //------------------------------------------------------------------
   virtual Status DoResume() {
     Status error;
@@ -1177,7 +1177,7 @@ public:
   ///
   /// Allow Process plug-ins to execute some code before halting a process.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status WillHalt() { return Status(); }
@@ -1191,11 +1191,11 @@ public:
   /// Otherwise, you must generate the event manually. This function is called
   /// from the context of the private state thread.
   ///
-  /// @param[out] caused_stop
+  /// \param[out] caused_stop
   ///     If true, then this Halt caused the stop, otherwise, the
   ///     process was already stopped.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the process successfully halts, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -1220,7 +1220,7 @@ public:
   /// Allow Process plug-ins to execute some code before detaching from a
   /// process.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status WillDetach() { return Status(); }
@@ -1228,7 +1228,7 @@ public:
   //------------------------------------------------------------------
   /// Detaches from a running or stopped process.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the process successfully detaches, \b
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -1256,7 +1256,7 @@ public:
   /// Allow Process plug-ins to execute some code before sending a signal to a
   /// process.
   ///
-  /// @return
+  /// \return
   ///     Returns no error if it is safe to proceed with a call to
   ///     Process::DoSignal(int), otherwise an error describing what
   ///     prevents the signal from being sent.
@@ -1266,7 +1266,7 @@ public:
   //------------------------------------------------------------------
   /// Sends a process a UNIX signal \a signal.
   ///
-  /// @return
+  /// \return
   ///     Returns an error object.
   //------------------------------------------------------------------
   virtual Status DoSignal(int signal) {
@@ -1316,7 +1316,7 @@ public:
   /// platform that might itself be running natively, but have different
   /// heuristics for figuring out which OS is is emulating.
   ///
-  /// @return
+  /// \return
   ///     Returns the version tuple of the host OS. In case of failure an empty
   ///     VersionTuple is returner.
   //------------------------------------------------------------------
@@ -1325,7 +1325,7 @@ public:
   //------------------------------------------------------------------
   /// Get the target object pointer for this module.
   ///
-  /// @return
+  /// \return
   ///     A Target object pointer to the target that owns this
   ///     module.
   //------------------------------------------------------------------
@@ -1334,7 +1334,7 @@ public:
   //------------------------------------------------------------------
   /// Get the const target object pointer for this module.
   ///
-  /// @return
+  /// \return
   ///     A const Target object pointer to the target that owns this
   ///     module.
   //------------------------------------------------------------------
@@ -1355,10 +1355,10 @@ public:
   //------------------------------------------------------------------
   /// Get accessor for the current process state.
   ///
-  /// @return
+  /// \return
   ///     The current state of the process.
   ///
-  /// @see lldb::StateType
+  /// \see lldb::StateType
   //------------------------------------------------------------------
   lldb::StateType GetState();
 
@@ -1399,17 +1399,17 @@ public:
   /// memory and return a concise summary sufficient for the DynamicLoader
   /// plugin.
   ///
-  /// @param [in] image_list_address
+  /// \param [in] image_list_address
   ///     The address where the table of shared libraries is stored in memory,
   ///     if that is appropriate for this platform.  Else this may be
   ///     passed as LLDB_INVALID_ADDRESS.
   ///
-  /// @param [in] image_count
+  /// \param [in] image_count
   ///     The number of shared libraries that are present in this process, if
   ///     that is appropriate for this platofrm  Else this may be passed as
   ///     LLDB_INVALID_ADDRESS.
   ///
-  /// @return
+  /// \return
   ///     A StructureDataSP object which, if non-empty, will contain the
   ///     information the DynamicLoader needs to get the initial scan of
   ///     solibs resolved.
@@ -1453,7 +1453,7 @@ public:
   /// Prints a async warning message to the user one time per Module where a
   /// function is found that was compiled with optimization, per Process.
   ///
-  /// @param [in] sc
+  /// \param [in] sc
   ///     A SymbolContext with eSymbolContextFunction and eSymbolContextModule
   ///     pre-computed.
   //------------------------------------------------------------------
@@ -1465,7 +1465,7 @@ public:
   //------------------------------------------------------------------
   /// Get the exit status for a process.
   ///
-  /// @return
+  /// \return
   ///     The process's return code, or -1 if the current process
   ///     state is not eStateExited.
   //------------------------------------------------------------------
@@ -1474,7 +1474,7 @@ public:
   //------------------------------------------------------------------
   /// Get a textual description of what the process exited.
   ///
-  /// @return
+  /// \return
   ///     The textual description of why the process exited, or nullptr
   ///     if there is no description available.
   //------------------------------------------------------------------
@@ -1485,7 +1485,7 @@ public:
   //------------------------------------------------------------------
   /// Get the Modification ID of the process.
   ///
-  /// @return
+  /// \return
   ///     The modification ID of the process.
   //------------------------------------------------------------------
   ProcessModID GetModID() const { return m_mod_id; }
@@ -1518,17 +1518,17 @@ public:
   /// Setting this will cause a eStateExited event to be posted to the process
   /// event queue.
   ///
-  /// @param[in] exit_status
+  /// \param[in] exit_status
   ///     The value for the process's return code.
   ///
-  /// @see lldb::StateType
+  /// \see lldb::StateType
   //------------------------------------------------------------------
   virtual bool SetExitStatus(int exit_status, const char *cstr);
 
   //------------------------------------------------------------------
   /// Check if a process is still alive.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the process is still valid, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -1541,7 +1541,7 @@ public:
   /// user can reconstruct the "state" by simply re-running the debugger on
   /// the core file.
   ///
-  /// @return
+  /// \return
   //      true if the user should be warned about detaching from this process.
   //------------------------------------------------------------------
   virtual bool WarnBeforeDetach() const { return true; }
@@ -1553,24 +1553,24 @@ public:
   /// requested when memory requests are too large. This class will break up
   /// the memory requests and keep advancing the arguments along as needed.
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     A virtual load address that indicates where to start reading
   ///     memory from.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The number of bytes to read.
   ///
-  /// @param[out] buf
+  /// \param[out] buf
   ///     A byte buffer that is at least \a size bytes long that
   ///     will receive the memory bytes.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error that indicates the success or failure of this
   ///     operation. If error indicates success (error.Success()),
   ///     then the value returned can be trusted, otherwise zero
   ///     will be returned.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were actually read into \a buf.
   ///     Zero is returned in the case of an error.
   //------------------------------------------------------------------
@@ -1587,24 +1587,24 @@ public:
   /// subclasses should implement Process::DoReadMemory (lldb::addr_t, size_t,
   /// void *).
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     A virtual load address that indicates where to start reading
   ///     memory from.
   ///
-  /// @param[out] buf
+  /// \param[out] buf
   ///     A byte buffer that is at least \a size bytes long that
   ///     will receive the memory bytes.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The number of bytes to read.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error that indicates the success or failure of this
   ///     operation. If error indicates success (error.Success()),
   ///     then the value returned can be trusted, otherwise zero
   ///     will be returned.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were actually read into \a buf. If
   ///     the returned number is greater than zero, yet less than \a
   ///     size, then this function will get called again with \a
@@ -1624,23 +1624,23 @@ public:
   /// terminated, and that no more than (max_bytes - type_width) bytes will be
   /// read.
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     The virtual load address to start the memory read.
   ///
-  /// @param[in] str
+  /// \param[in] str
   ///     A character buffer containing at least max_bytes.
   ///
-  /// @param[in] max_bytes
+  /// \param[in] max_bytes
   ///     The maximum number of bytes to read.
   ///
-  /// @param[in] error
+  /// \param[in] error
   ///     The error status of the read operation.
   ///
-  /// @param[in] type_width
+  /// \param[in] type_width
   ///     The size of the null terminator (1 to 4 bytes per
   ///     character).  Defaults to 1.
   ///
-  /// @return
+  /// \return
   ///     The error status or the number of bytes prior to the null terminator.
   //------------------------------------------------------------------
   size_t ReadStringFromMemory(lldb::addr_t vm_addr, char *str, size_t max_bytes,
@@ -1668,22 +1668,22 @@ public:
   /// Reads an unsigned integer of the specified byte size from process
   /// memory.
   ///
-  /// @param[in] load_addr
+  /// \param[in] load_addr
   ///     A load address of the integer to read.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in byte of the integer to read.
   ///
-  /// @param[in] fail_value
+  /// \param[in] fail_value
   ///     The value to return if we fail to read an integer.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error that indicates the success or failure of this
   ///     operation. If error indicates success (error.Success()),
   ///     then the value returned can be trusted, otherwise zero
   ///     will be returned.
   ///
-  /// @return
+  /// \return
   ///     The unsigned integer that was read from the process memory
   ///     space. If the integer was smaller than a uint64_t, any
   ///     unused upper bytes will be zero filled. If the process
@@ -1706,21 +1706,21 @@ public:
   //------------------------------------------------------------------
   /// Actually do the writing of memory to a process.
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     A virtual load address that indicates where to start writing
   ///     memory to.
   ///
-  /// @param[in] buf
+  /// \param[in] buf
   ///     A byte buffer that is at least \a size bytes long that
   ///     contains the data to write.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The number of bytes to write.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error value in case the memory write fails.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were actually written.
   //------------------------------------------------------------------
   virtual size_t DoWriteMemory(lldb::addr_t vm_addr, const void *buf,
@@ -1741,14 +1741,14 @@ public:
   /// extra space will be padded with zeros and the scalar value will be
   /// placed in the least significant bytes in memory.
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     A virtual load address that indicates where to start writing
   ///     memory to.
   ///
-  /// @param[in] scalar
+  /// \param[in] scalar
   ///     The scalar to write to the debugged process.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     This value can be smaller or larger than the scalar value
   ///     itself. If \a size is smaller than the size of \a scalar,
   ///     the least significant bytes in \a scalar will be used. If
@@ -1756,10 +1756,10 @@ public:
   ///     the extra space will be padded with zeros. If \a size is
   ///     set to UINT32_MAX, then the size of \a scalar will be used.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error value in case the memory write fails.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were actually written.
   //------------------------------------------------------------------
   size_t WriteScalarToMemory(lldb::addr_t vm_addr, const Scalar &scalar,
@@ -1780,18 +1780,18 @@ public:
   /// subclasses should implement Process::DoWriteMemory (lldb::addr_t,
   /// size_t, void *).
   ///
-  /// @param[in] vm_addr
+  /// \param[in] vm_addr
   ///     A virtual load address that indicates where to start writing
   ///     memory to.
   ///
-  /// @param[in] buf
+  /// \param[in] buf
   ///     A byte buffer that is at least \a size bytes long that
   ///     contains the data to write.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The number of bytes to write.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were actually written.
   //------------------------------------------------------------------
   // TODO: change this to take an ArrayRef<uint8_t>
@@ -1805,10 +1805,10 @@ public:
   /// can't rely on the generic function calling mechanism, since that
   /// requires this function.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The size of the allocation requested.
   ///
-  /// @return
+  /// \return
   ///     The address of the allocated buffer in the process, or
   ///     LLDB_INVALID_ADDRESS if the allocation failed.
   //------------------------------------------------------------------
@@ -1830,19 +1830,19 @@ public:
   /// can't rely on the generic function calling mechanism, since that
   /// requires this function.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The size of the allocation requested.
   ///
-  /// @param[in] permissions
+  /// \param[in] permissions
   ///     Or together any of the lldb::Permissions bits.  The permissions on
   ///     a given memory allocation can't be changed after allocation.  Note
   ///     that a block that isn't set writable can still be written on from
   ///     lldb,
   ///     just not by the process itself.
   ///
-  /// @param[in,out] error
+  /// \param[in,out] error
   ///     An error object to fill in if things go wrong.
-  /// @return
+  /// \return
   ///     The address of the allocated buffer in the process, or
   ///     LLDB_INVALID_ADDRESS if the allocation failed.
   //------------------------------------------------------------------
@@ -1856,19 +1856,19 @@ public:
   /// can't rely on the generic function calling mechanism, since that
   /// requires this function.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The size of the allocation requested.
   ///
-  /// @param[in] permissions
+  /// \param[in] permissions
   ///     Or together any of the lldb::Permissions bits.  The permissions on
   ///     a given memory allocation can't be changed after allocation.  Note
   ///     that a block that isn't set writable can still be written on from
   ///     lldb,
   ///     just not by the process itself.
   ///
-  /// @param[in/out] error
+  /// \param[in/out] error
   ///     An error object to fill in if things go wrong.
-  /// @return
+  /// \return
   ///     The address of the allocated buffer in the process, or
   ///     LLDB_INVALID_ADDRESS if the allocation failed.
   //------------------------------------------------------------------
@@ -1879,13 +1879,13 @@ public:
   //------------------------------------------------------------------
   /// Resolve dynamically loaded indirect functions.
   ///
-  /// @param[in] address
+  /// \param[in] address
   ///     The load address of the indirect function to resolve.
   ///
-  /// @param[out] error
+  /// \param[out] error
   ///     An error value in case the resolve fails.
   ///
-  /// @return
+  /// \return
   ///     The address of the resolved function.
   ///     LLDB_INVALID_ADDRESS if the resolution failed.
   //------------------------------------------------------------------
@@ -1909,13 +1909,13 @@ public:
   /// GetMemoryRegionInfo will only return an error if it is unimplemented for
   /// the current process.
   ///
-  /// @param[in] load_addr
+  /// \param[in] load_addr
   ///     The load address to query the range_info for.
   ///
-  /// @param[out] range_info
+  /// \param[out] range_info
   ///     An range_info value containing the details of the range.
   ///
-  /// @return
+  /// \return
   ///     An error value.
   //------------------------------------------------------------------
   virtual Status GetMemoryRegionInfo(lldb::addr_t load_addr,
@@ -1928,11 +1928,11 @@ public:
   //------------------------------------------------------------------
   /// Obtain all the mapped memory regions within this process.
   ///
-  /// @param[out] region_list
+  /// \param[out] region_list
   ///     A vector to contain MemoryRegionInfo objects for all mapped
   ///     ranges.
   ///
-  /// @return
+  /// \return
   ///     An error value.
   //------------------------------------------------------------------
   virtual Status
@@ -1965,16 +1965,16 @@ public:
   /// of memory at a given address or whether that page is
   /// readable/writable/executable by the process.
   ///
-  /// @param[in] load_addr
+  /// \param[in] load_addr
   ///     The address of interest in the process.
   ///
-  /// @param[out] permissions
+  /// \param[out] permissions
   ///     If this call returns successfully, this bitmask will have
   ///     its Permissions bits set to indicate whether the region is
   ///     readable/writable/executable.  If this call fails, the
   ///     bitmask values are undefined.
   ///
-  /// @return
+  /// \return
   ///     Returns true if it was able to determine the attributes of the
   ///     memory region.  False if not.
   //------------------------------------------------------------------
@@ -1985,7 +1985,7 @@ public:
   /// Determines whether executing JIT-compiled code in this process is
   /// possible.
   ///
-  /// @return
+  /// \return
   ///     True if execution of JIT code is possible; false otherwise.
   //------------------------------------------------------------------
   bool CanJIT();
@@ -1993,7 +1993,7 @@ public:
   //------------------------------------------------------------------
   /// Sets whether executing JIT-compiled code in this process is possible.
   ///
-  /// @param[in] can_jit
+  /// \param[in] can_jit
   ///     True if execution of JIT code is possible; false otherwise.
   //------------------------------------------------------------------
   void SetCanJIT(bool can_jit);
@@ -2002,7 +2002,7 @@ public:
   /// Determines whether executing function calls using the interpreter is
   /// possible for this process.
   ///
-  /// @return
+  /// \return
   ///     True if possible; false otherwise.
   //------------------------------------------------------------------
   bool CanInterpretFunctionCalls() { return m_can_interpret_function_calls; }
@@ -2011,7 +2011,7 @@ public:
   /// Sets whether executing function calls using the interpreter is possible
   /// for this process.
   ///
-  /// @param[in] can_interpret_function_calls
+  /// \param[in] can_interpret_function_calls
   ///     True if possible; false otherwise.
   //------------------------------------------------------------------
   void SetCanInterpretFunctionCalls(bool can_interpret_function_calls) {
@@ -2022,7 +2022,7 @@ public:
   /// Sets whether executing code in this process is possible. This could be
   /// either through JIT or interpreting.
   ///
-  /// @param[in] can_run_code
+  /// \param[in] can_run_code
   ///     True if execution of code is possible; false otherwise.
   //------------------------------------------------------------------
   void SetCanRunCode(bool can_run_code);
@@ -2033,11 +2033,11 @@ public:
   /// This function will deallocate memory in the process's address space that
   /// was allocated with AllocateMemory.
   ///
-  /// @param[in] ptr
+  /// \param[in] ptr
   ///     A return value from AllocateMemory, pointing to the memory you
   ///     want to deallocate.
   ///
-  /// @return
+  /// \return
   ///     \btrue if the memory was deallocated, \bfalse otherwise.
   //------------------------------------------------------------------
   virtual Status DoDeallocateMemory(lldb::addr_t ptr) {
@@ -2054,11 +2054,11 @@ public:
   /// This function will deallocate memory in the process's address space that
   /// was allocated with AllocateMemory.
   ///
-  /// @param[in] ptr
+  /// \param[in] ptr
   ///     A return value from AllocateMemory, pointing to the memory you
   ///     want to deallocate.
   ///
-  /// @return
+  /// \return
   ///     \btrue if the memory was deallocated, \bfalse otherwise.
   //------------------------------------------------------------------
   Status DeallocateMemory(lldb::addr_t ptr);
@@ -2080,14 +2080,14 @@ public:
   /// Events will be queued indicating that there is STDOUT available that can
   /// be retrieved using this function.
   ///
-  /// @param[out] buf
+  /// \param[out] buf
   ///     A buffer that will receive any STDOUT bytes that are
   ///     currently available.
   ///
-  /// @param[in] buf_size
+  /// \param[in] buf_size
   ///     The size in bytes for the buffer \a buf.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes written into \a buf. If this value is
   ///     equal to \a buf_size, another call to this function should
   ///     be made to retrieve more STDOUT data.
@@ -2111,14 +2111,14 @@ public:
   /// Events will be queued indicating that there is STDERR available that can
   /// be retrieved using this function.
   ///
-  /// @param[in] buf
+  /// \param[in] buf
   ///     A buffer that will receive any STDERR bytes that are
   ///     currently available.
   ///
-  /// @param[out] buf_size
+  /// \param[out] buf_size
   ///     The size in bytes for the buffer \a buf.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes written into \a buf. If this value is
   ///     equal to \a buf_size, another call to this function should
   ///     be made to retrieve more STDERR data.
@@ -2134,13 +2134,13 @@ public:
   /// process was launched without supplying a valid file path
   ///    for STDIN.
   ///
-  /// @param[in] buf
+  /// \param[in] buf
   ///     A buffer that contains the data to write to the process's STDIN.
   ///
-  /// @param[in] buf_size
+  /// \param[in] buf_size
   ///     The size in bytes for the buffer \a buf.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes written into \a buf. If this value is
   ///     less than \a buf_size, another call to this function should
   ///     be made to write the rest of the data.
@@ -2153,14 +2153,14 @@ public:
   //------------------------------------------------------------------
   /// Get any available profile data.
   ///
-  /// @param[out] buf
+  /// \param[out] buf
   ///     A buffer that will receive any profile data bytes that are
   ///     currently available.
   ///
-  /// @param[out] buf_size
+  /// \param[out] buf_size
   ///     The size in bytes for the buffer \a buf.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes written into \a buf. If this value is
   ///     equal to \a buf_size, another call to this function should
   ///     be made to retrieve more profile data.
@@ -2300,7 +2300,7 @@ public:
   /// The main purpose of this is to implement an interlock waiting for
   /// HandlePrivateEvent to push an IOHandler.
   ///
-  /// @param[in] timeout
+  /// \param[in] timeout
   ///     The maximum time length to wait for the process to transition to the
   ///     eStateRunning state.
   //--------------------------------------------------------------------------------------
@@ -2315,20 +2315,20 @@ public:
   /// Centralize the code that handles and prints descriptions for process
   /// state changes.
   ///
-  /// @param[in] event_sp
+  /// \param[in] event_sp
   ///     The process state changed event
   ///
-  /// @param[in] stream
+  /// \param[in] stream
   ///     The output stream to get the state change description
   ///
-  /// @param[in,out] pop_process_io_handler
+  /// \param[in,out] pop_process_io_handler
   ///     If this value comes in set to \b true, then pop the Process IOHandler
   ///     if needed.
   ///     Else this variable will be set to \b true or \b false to indicate if
   ///     the process
   ///     needs to have its process IOHandler popped.
   ///
-  /// @return
+  /// \return
   ///     \b true if the event describes a process state changed event, \b false
   ///     otherwise.
   //--------------------------------------------------------------------------------------
@@ -2361,10 +2361,10 @@ public:
   /// WaitFor* calls above.  Be sure to call RestoreProcessEvents when you are
   /// done.
   ///
-  /// @param[in] listener
+  /// \param[in] listener
   ///     This is the new listener to whom all process events will be delivered.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the new listener could be installed,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -2410,7 +2410,7 @@ public:
   /// can immediately suspend it, and keep executing only the one thread you
   /// intend.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if we were able to start up the notification
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -2419,7 +2419,7 @@ public:
   //------------------------------------------------------------------
   /// Call this to turn off the stop & notice new threads mode.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if we were able to start up the notification
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -2496,17 +2496,17 @@ public:
   /// if they support platforms where the Platform object can't get the module
   /// spec for all module.
   ///
-  /// @param[in] module_file_spec
+  /// \param[in] module_file_spec
   ///     The file name of the module to get specification for.
   ///
-  /// @param[in] arch
+  /// \param[in] arch
   ///     The architecture of the module to get specification for.
   ///
-  /// @param[out] module_spec
+  /// \param[out] module_spec
   ///     The fetched module specification if the return value is
   ///     \b true, unchanged otherwise.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the module spec fetched successfully,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -2521,14 +2521,14 @@ public:
   /// The load address is defined as the address of the first memory region
   /// what contains data mapped from the specified file.
   ///
-  /// @param[in] file
+  /// \param[in] file
   ///     The name of the file whose load address we are looking for
   ///
-  /// @param[out] is_loaded
+  /// \param[out] is_loaded
   ///     \b True if the file is loaded into the memory and false
   ///     otherwise.
   ///
-  /// @param[out] load_addr
+  /// \param[out] load_addr
   ///     The load address of the file if it is loaded into the
   ///     processes address space, LLDB_INVALID_ADDRESS otherwise.
   //------------------------------------------------------------------
@@ -2552,15 +2552,15 @@ public:
   /// and continue the process to there, yielding significant performance
   /// benefits over instruction stepping.
   ///
-  /// @param[in] default_stop_addr
+  /// \param[in] default_stop_addr
   ///     The address of the instruction where lldb would put a
   ///     breakpoint normally.
   ///
-  /// @param[in] range_bounds
+  /// \param[in] range_bounds
   ///     The range which the breakpoint must be contained within.
   ///     Typically a source line.
   ///
-  /// @return
+  /// \return
   ///     The address of the next branch instruction, or the end of
   ///     the range provided in range_bounds.  If there are any
   ///     problems with the disassembly or getting the instructions,
@@ -2580,11 +2580,11 @@ public:
   /// StructuredDataPlugin implementations will call this to configure a
   /// feature that has been reported as being supported.
   ///
-  /// @param[in] type_name
+  /// \param[in] type_name
   ///     The StructuredData type name as previously discovered by
   ///     the Process-derived instance.
   ///
-  /// @param[in] config
+  /// \param[in] config
   ///     Configuration data for the feature being enabled.  This config
   ///     data, which may be null, will be passed along to the feature
   ///     to process.  The feature will dictate whether this is a dictionary,
@@ -2592,7 +2592,7 @@ public:
   ///     set up properly before it can be enabled, then the config should
   ///     also take an enable/disable flag.
   ///
-  /// @return
+  /// \return
   ///     Returns the result of attempting to configure the feature.
   //------------------------------------------------------------------
   virtual Status
@@ -2607,10 +2607,10 @@ public:
   /// will come in on the structured data event bit
   /// (eBroadcastBitStructuredData).
   ///
-  /// @param[in] object_sp
+  /// \param[in] object_sp
   ///     The structured data object to broadcast.
   ///
-  /// @param[in] plugin_sp
+  /// \param[in] plugin_sp
   ///     The plugin that will be reported in the event's plugin
   ///     parameter.
   //------------------------------------------------------------------
@@ -2625,7 +2625,7 @@ public:
   /// debugged process monitor claims that the feature is supported. This is
   /// one way to tell whether a feature is available.
   ///
-  /// @return
+  /// \return
   ///     The plugin if one is available for the specified feature;
   ///     otherwise, returns an empty shared pointer.
   //------------------------------------------------------------------
@@ -2704,7 +2704,7 @@ protected:
   /// The "private" side of resuming a process.  This doesn't alter the state
   /// of m_run_lock, but just causes the process to resume.
   ///
-  /// @return
+  /// \return
   ///     An Status object describing the success or failure of the resume.
   //------------------------------------------------------------------
   Status PrivateResume();
@@ -2731,15 +2731,15 @@ protected:
   /// that the warning strings are all centralized in Process, instead of
   /// calling PrintWarning() directly.
   ///
-  /// @param [in] warning_type
+  /// \param [in] warning_type
   ///     One of the types defined in Process::Warnings.
   ///
-  /// @param [in] repeat_key
+  /// \param [in] repeat_key
   ///     A pointer value used to ensure that the warning is only printed once.
   ///     May be nullptr, indicating that the warning is printed unconditionally
   ///     every time.
   ///
-  /// @param [in] fmt
+  /// \param [in] fmt
   ///     printf style format string
   //------------------------------------------------------------------
   void PrintWarning(uint64_t warning_type, const void *repeat_key,
@@ -2821,7 +2821,7 @@ protected:
   /// named 'type', with a value that equals the relevant type name string
   /// (one of the values in \b supported_type_names).
   ///
-  /// @param[in] supported_type_names
+  /// \param[in] supported_type_names
   ///     An array of zero or more type names.  Each must be unique.
   ///     For each entry in the list, a StructuredDataPlugin will be
   ///     searched for that supports the structured data type name.
@@ -2836,7 +2836,7 @@ protected:
   /// key named 'type' that stores a string value.  The string value must be
   /// the name of the structured data feature that knows how to handle it.
   ///
-  /// @param[in] object_sp
+  /// \param[in] object_sp
   ///     When non-null and pointing to a dictionary, the 'type'
   ///     key's string value is used to look up the plugin that
   ///     was registered for that structured data type.  It then
@@ -2849,7 +2849,7 @@ protected:
   ///                                   const StructuredData::ObjectSP
   ///                                   &object_sp)
   ///
-  /// @return
+  /// \return
   ///     True if the structured data was routed to a plugin; otherwise,
   ///     false.
   //------------------------------------------------------------------
@@ -3082,10 +3082,10 @@ private:
   /// again. There is only one place where this call should be called,
   /// HandlePrivateEvent. Don't call it from anywhere else...
   ///
-  /// @param[in] event_ptr
+  /// \param[in] event_ptr
   ///     This is the event we are handling.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the event should be reported to the
   ///     user, \b false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/Queue.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Queue.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Queue.h (original)
+++ lldb/trunk/include/lldb/Target/Queue.h Mon Mar 11 10:09:29 2019
@@ -47,7 +47,7 @@ public:
   /// each queue.  A serialnum is not reused for a different queue in the
   /// lifetime of that process execution.
   ///
-  /// @return
+  /// \return
   ///     The QueueID for this Queue.
   //------------------------------------------------------------------
   lldb::queue_id_t GetID();
@@ -55,7 +55,7 @@ public:
   //------------------------------------------------------------------
   /// Get the name of this Queue
   ///
-  /// @return
+  /// \return
   ///     The name of the queue, if one is available.
   ///     A NULL pointer is returned if none is available.
   //------------------------------------------------------------------
@@ -72,7 +72,7 @@ public:
   /// maintain similar API to the Thread class, and allow for the
   /// possibility of GetID changing to a different source in the future.
   ///
-  /// @return
+  /// \return
   ///     The IndexID for this queue.
   //------------------------------------------------------------------
   uint32_t GetIndexID();
@@ -84,7 +84,7 @@ public:
   /// a given point in time.  This call returns the list of threads
   /// that are currently executing work for this queue.
   ///
-  /// @return
+  /// \return
   ///     The threads currently performing work for this queue
   //------------------------------------------------------------------
   std::vector<lldb::ThreadSP> GetThreads();
@@ -96,7 +96,7 @@ public:
   /// be done, but has not yet been done.  When the item is going to
   /// be processed it is "dequeued".
   ///
-  /// @return
+  /// \return
   ///     The vector of enqueued items for this queue
   //------------------------------------------------------------------
   const std::vector<lldb::QueueItemSP> &GetPendingItems();
@@ -106,7 +106,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of work items that this queue is currently running
   ///
-  /// @return
+  /// \return
   ///     The number of work items currently executing.  For a serial
   ///     queue, this will be 0 or 1.  For a concurrent queue, this
   ///     may be any number.
@@ -116,7 +116,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of work items enqueued on this queue
   ///
-  /// @return
+  /// \return
   ///     The number of work items currently enqueued, waiting to
   ///     execute.
   //------------------------------------------------------------------
@@ -128,7 +128,7 @@ public:
   /// Get the address in the inferior process' memory of this Queue's
   /// dispatch_queue_t structure.
   ///
-  /// @return
+  /// \return
   ///     The address of the dispatch_queue_t structure, if known.
   ///     LLDB_INVALID_ADDRESS will be returned if it is unavailable.
   //------------------------------------------------------------------
@@ -147,7 +147,7 @@ public:
   //------------------------------------------------------------------
   /// Return the kind (serial, concurrent) of this queue
   ///
-  /// @return
+  /// \return
   //      Whether this is a serial or a concurrent queue
   //------------------------------------------------------------------
   lldb::QueueKind GetKind();

Modified: lldb/trunk/include/lldb/Target/QueueItem.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/QueueItem.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/QueueItem.h (original)
+++ lldb/trunk/include/lldb/Target/QueueItem.h Mon Mar 11 10:09:29 2019
@@ -41,7 +41,7 @@ public:
   //------------------------------------------------------------------
   /// Get the kind of work item this is
   ///
-  /// @return
+  /// \return
   ///     The type of work item that this QueueItem object
   ///     represents.  eQueueItemKindUnknown may be returned.
   //------------------------------------------------------------------
@@ -50,7 +50,7 @@ public:
   //------------------------------------------------------------------
   /// Set the type of work item this is
   ///
-  /// @param [in] item_kind
+  /// \param [in] item_kind
   ///     Set the kind of this work item object.
   //------------------------------------------------------------------
   void SetKind(lldb::QueueItemKind item_kind);
@@ -59,7 +59,7 @@ public:
   /// Get the code address that will be executed when this work item
   /// is executed.
   ///
-  /// @return
+  /// \return
   ///     The address that will be invoked when this work item is
   ///     executed.  Not all types of QueueItems will have an
   ///     address associated with them; check that the returned
@@ -72,7 +72,7 @@ public:
   //------------------------------------------------------------------
   /// Set the work item address for this object
   ///
-  /// @param [in] addr
+  /// \param [in] addr
   ///     The address that will be invoked when this work item
   ///     is executed.
   //------------------------------------------------------------------
@@ -84,7 +84,7 @@ public:
   /// If the weak pointer to the parent Queue cannot be revivified,
   /// it is invalid.
   ///
-  /// @return
+  /// \return
   ///     True if this object is valid.
   //------------------------------------------------------------------
   bool IsValid() { return m_queue_wp.lock() != nullptr; }
@@ -95,11 +95,11 @@ public:
   /// If the backtrace/thread information was collected when this item
   /// was enqueued, this call will provide it.
   ///
-  /// @param [in] type
+  /// \param [in] type
   ///     The type of extended backtrace being requested, e.g. "libdispatch"
   ///     or "pthread".
   ///
-  /// @return
+  /// \return
   ///     A thread shared pointer which will have a reference to an extended
   ///     thread if one was available.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/QueueList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/QueueList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/QueueList.h (original)
+++ lldb/trunk/include/lldb/Target/QueueList.h Mon Mar 11 10:09:29 2019
@@ -38,7 +38,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of libdispatch queues that are available
   ///
-  /// @return
+  /// \return
   ///     The number of queues that are stored in the QueueList.
   //------------------------------------------------------------------
   uint32_t GetSize();
@@ -46,9 +46,9 @@ public:
   //------------------------------------------------------------------
   /// Get the Queue at a given index number
   ///
-  /// @param [in] idx
+  /// \param [in] idx
   ///     The index number (0-based) of the queue.
-  /// @return
+  /// \return
   ///     The Queue at that index number.
   //------------------------------------------------------------------
   lldb::QueueSP GetQueueAtIndex(uint32_t idx);
@@ -61,7 +61,7 @@ public:
   //------------------------------------------------------------------
   /// Iterate over the list of queues
   ///
-  /// @return
+  /// \return
   ///     An Iterable object which can be used to loop over the queues
   ///     that exist.
   //------------------------------------------------------------------
@@ -75,7 +75,7 @@ public:
   //------------------------------------------------------------------
   /// Add a Queue to the QueueList
   ///
-  /// @param [in] queue
+  /// \param [in] queue
   ///     Used by the SystemRuntime to populate the QueueList
   //------------------------------------------------------------------
   void AddQueue(lldb::QueueSP queue);
@@ -83,10 +83,10 @@ public:
   //------------------------------------------------------------------
   /// Find a queue in the QueueList by QueueID
   ///
-  /// @param [in] qid
+  /// \param [in] qid
   ///     The QueueID (same as returned by Thread::GetQueueID()) to find.
   ///
-  /// @return
+  /// \return
   ///     A QueueSP to the queue requested, if it is present in the QueueList.
   ///     An empty QueueSP will be returned if this queue was not found.
   //------------------------------------------------------------------
@@ -95,13 +95,13 @@ public:
   //------------------------------------------------------------------
   /// Find a queue in the QueueList by IndexID
   ///
-  /// @param [in] index_id
+  /// \param [in] index_id
   ///     Find a queue by IndexID.  This is an integer associated with each
   ///     unique queue seen during a debug session and will not be reused
   ///     for a different queue.  Unlike the QueueID, a 64-bit value, this
   ///     will tend to be an integral value like 1 or 7.
   ///
-  /// @return
+  /// \return
   ///     A QueueSP to the queue requested, if it is present in the QueueList.
   ///     An empty QueueSP will be returned if this queue was not found.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/RegisterContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/RegisterContext.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/RegisterContext.h (original)
+++ lldb/trunk/include/lldb/Target/RegisterContext.h Mon Mar 11 10:09:29 2019
@@ -99,14 +99,14 @@ public:
   /// This method translates a given register kind + register number into
   /// the eRegisterKindLLDB register numbering.
   ///
-  /// @param [in] kind
+  /// \param [in] kind
   ///     The register numbering scheme (RegisterKind) that the following
   ///     register number is in.
   ///
-  /// @param [in] num
+  /// \param [in] num
   ///     A register number in the 'kind' register numbering scheme.
   ///
-  /// @return
+  /// \return
   ///     The equivalent register number in the eRegisterKindLLDB
   ///     numbering scheme, if possible, else LLDB_INVALID_REGNUM.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/StackFrame.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/StackFrame.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/StackFrame.h (original)
+++ lldb/trunk/include/lldb/Target/StackFrame.h Mon Mar 11 10:09:29 2019
@@ -25,7 +25,7 @@
 
 namespace lldb_private {
 
-/// @class StackFrame StackFrame.h "lldb/Target/StackFrame.h"
+/// \class StackFrame StackFrame.h "lldb/Target/StackFrame.h"
 ///
 /// This base class provides an interface to stack frames.
 ///
@@ -72,19 +72,19 @@ public:
   /// point in the past.  We may only have pc values. We may have a CFA,
   /// or more likely, we won't.
   ///
-  /// @param [in] thread_sp
+  /// \param [in] thread_sp
   ///   The Thread that this frame belongs to.
   ///
-  /// @param [in] frame_idx
+  /// \param [in] frame_idx
   ///   This StackFrame's frame index number in the Thread.  If inlined stack
   ///   frames are being created, this may differ from the concrete_frame_idx
   ///   which is the frame index without any inlined stack frames.
   ///
-  /// @param [in] concrete_frame_idx
+  /// \param [in] concrete_frame_idx
   ///   The StackFrame's frame index number in the Thread without any inlined
   ///   stack frames being included in the index.
   ///
-  /// @param [in] cfa
+  /// \param [in] cfa
   ///   The Canonical Frame Address (this terminology from DWARF) for this
   ///   stack frame.  The CFA for a stack frame does not change over the
   ///   span of the stack frame's existence.  It is often the value of the
@@ -92,17 +92,17 @@ public:
   ///   function.  It is usually not the same as the frame pointer register's
   ///   value.
   ///
-  /// @param [in] cfa_is_valid
+  /// \param [in] cfa_is_valid
   ///   A history stack frame may not have a CFA value collected.  We want to
   ///   distinguish between "no CFA available" and a CFA of
   ///   LLDB_INVALID_ADDRESS.
   ///
-  /// @param [in] pc
+  /// \param [in] pc
   ///   The current pc value of this stack frame.
   ///
-  /// @param [in] frame_kind
+  /// \param [in] frame_kind
   ///
-  /// @param [in] sc_ptr
+  /// \param [in] sc_ptr
   ///   Optionally seed the StackFrame with the SymbolContext information that
   ///   has
   ///   already been discovered.
@@ -133,7 +133,7 @@ public:
   ///
   /// May not be the same as the actual PC value for inlined stack frames.
   ///
-  /// @return
+  /// \return
   ///   The Address object set to the current PC value.
   //------------------------------------------------------------------
   const Address &GetFrameCodeAddress();
@@ -143,10 +143,10 @@ public:
   ///
   /// Change the current pc value for the frame on this thread.
   ///
-  /// @param[in] pc
+  /// \param[in] pc
   ///     The load address that the pc will be set to.
   ///
-  /// @return
+  /// \return
   ///     true if the pc was changed.  false if this failed -- possibly
   ///     because this frame is not a live StackFrame.
   //------------------------------------------------------------------
@@ -160,11 +160,11 @@ public:
   /// functions looking up symbolic information for a given pc value multiple
   /// times.
   ///
-  /// @params [in] resolve_scope
+  /// \params [in] resolve_scope
   ///   Flags from the SymbolContextItem enumerated type which specify what
   ///   type of symbol context is needed by this caller.
   ///
-  /// @return
+  /// \return
   ///   A SymbolContext reference which includes the types of information
   ///   requested by resolve_scope, if they are available.
   //------------------------------------------------------------------
@@ -181,14 +181,14 @@ public:
   /// Live StackFrames will always have a CFA but other types of frames may
   /// not be able to supply one.
   ///
-  /// @param [out] value
+  /// \param [out] value
   ///   The address of the CFA for this frame, if available.
   ///
-  /// @param [out] error_ptr
+  /// \param [out] error_ptr
   ///   If there is an error determining the CFA address, this may contain a
   ///   string explaining the failure.
   ///
-  /// @return
+  /// \return
   ///   Returns true if the CFA value was successfully set in value.  Some
   ///   frames may be unable to provide this value; they will return false.
   //------------------------------------------------------------------
@@ -199,11 +199,11 @@ public:
   ///
   /// Often a register (bp), but sometimes a register + offset.
   ///
-  /// @param [out] error_ptr
+  /// \param [out] error_ptr
   ///   If there is an error determining the CFA address, this may contain a
   ///   string explaining the failure.
   ///
-  /// @return
+  /// \return
   ///   Returns the corresponding DWARF expression, or NULL.
   //------------------------------------------------------------------
   DWARFExpression *GetFrameBaseExpression(Status *error_ptr);
@@ -214,7 +214,7 @@ public:
   /// If debug information is available for this stack frame, return a pointer
   /// to the innermost lexical Block that the frame is currently executing.
   ///
-  /// @return
+  /// \return
   ///   A pointer to the current Block.  nullptr is returned if this can
   ///   not be provided.
   //------------------------------------------------------------------
@@ -231,7 +231,7 @@ public:
   /// registers.  Only the currently executing frame (frame 0) can reliably
   /// provide every register in the register context.
   ///
-  /// @return
+  /// \return
   ///   The RegisterContext shared point for this frame.
   //------------------------------------------------------------------
   lldb::RegisterContextSP GetRegisterContext();
@@ -248,12 +248,12 @@ public:
   /// pc value even though variables would be available at this point if it
   /// were a live stack frame.
   ///
-  /// @param[in] get_file_globals
+  /// \param[in] get_file_globals
   ///     Whether to also retrieve compilation-unit scoped variables
   ///     that are visible to the entire compilation unit (e.g. file
   ///     static in C, globals that are homed in this CU).
   ///
-  /// @return
+  /// \return
   ///     A pointer to a list of variables.
   //------------------------------------------------------------------
   VariableList *GetVariableList(bool get_file_globals);
@@ -266,12 +266,12 @@ public:
   /// given pc value even though variables would be available at this point if
   /// it were a live stack frame.
   ///
-  /// @param[in] get_file_globals
+  /// \param[in] get_file_globals
   ///     Whether to also retrieve compilation-unit scoped variables
   ///     that are visible to the entire compilation unit (e.g. file
   ///     static in C, globals that are homed in this CU).
   ///
-  /// @return
+  /// \return
   ///     A pointer to a list of variables.
   //------------------------------------------------------------------
   lldb::VariableListSP
@@ -282,27 +282,27 @@ public:
   /// Create a ValueObject for a variable name / pathname, possibly including
   /// simple dereference/child selection syntax.
   ///
-  /// @param[in] var_expr
+  /// \param[in] var_expr
   ///     The string specifying a variable to base the VariableObject off
   ///     of.
   ///
-  /// @param[in] use_dynamic
+  /// \param[in] use_dynamic
   ///     Whether the correct dynamic type of an object pointer should be
   ///     determined before creating the object, or if the static type is
   ///     sufficient.  One of the DynamicValueType enumerated values.
   ///
-  /// @param[in] options
+  /// \param[in] options
   ///     An unsigned integer of flags, values from
   ///     StackFrame::ExpressionPathOption
   ///     enum.
-  /// @param[in] var_sp
+  /// \param[in] var_sp
   ///     A VariableSP that will be set to the variable described in the
   ///     var_expr path.
   ///
-  /// @param[in] error
+  /// \param[in] error
   ///     Record any errors encountered while evaluating var_expr.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the ValueObject described by var_expr.
   //------------------------------------------------------------------
   lldb::ValueObjectSP GetValueForVariableExpressionPath(
@@ -312,7 +312,7 @@ public:
   //------------------------------------------------------------------
   /// Determine whether this StackFrame has debug information available or not
   ///
-  /// @return
+  /// \return
   //    true if debug information is available for this frame (function,
   //    compilation unit, block, etc.)
   //------------------------------------------------------------------
@@ -322,7 +322,7 @@ public:
   /// Return the disassembly for the instructions of this StackFrame's
   /// function as a single C string.
   ///
-  /// @return
+  /// \return
   //    C string with the assembly instructions for this function.
   //------------------------------------------------------------------
   const char *Disassemble();
@@ -331,13 +331,13 @@ public:
   /// Print a description for this frame using the frame-format formatter
   /// settings.
   ///
-  /// @param [in] strm
+  /// \param [in] strm
   ///   The Stream to print the description to.
   ///
-  /// @param [in] show_unique
+  /// \param [in] show_unique
   ///   Whether to print the function arguments or not for backtrace unique.
   ///
-  /// @param [in] frame_marker
+  /// \param [in] frame_marker
   ///   Optional string that will be prepended to the frame output description.
   //------------------------------------------------------------------
   void DumpUsingSettingsFormat(Stream *strm, bool show_unique = false,
@@ -346,13 +346,13 @@ public:
   //------------------------------------------------------------------
   /// Print a description for this frame using a default format.
   ///
-  /// @param [in] strm
+  /// \param [in] strm
   ///   The Stream to print the description to.
   ///
-  /// @param [in] show_frame_index
+  /// \param [in] show_frame_index
   ///   Whether to print the frame number or not.
   ///
-  /// @param [in] show_fullpaths
+  /// \param [in] show_fullpaths
   ///   Whether to print the full source paths or just the file base name.
   //------------------------------------------------------------------
   void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
@@ -361,23 +361,23 @@ public:
   /// Print a description of this stack frame and/or the source
   /// context/assembly for this stack frame.
   ///
-  /// @param[in] strm
+  /// \param[in] strm
   ///   The Stream to send the output to.
   ///
-  /// @param[in] show_frame_info
+  /// \param[in] show_frame_info
   ///   If true, print the frame info by calling DumpUsingSettingsFormat().
   ///
-  /// @param[in] show_source
+  /// \param[in] show_source
   ///   If true, print source or disassembly as per the user's settings.
   ///
-  /// @param[in] show_unique
+  /// \param[in] show_unique
   ///   If true, print using backtrace unique style, without function
   ///            arguments as per the user's settings.
   ///
-  /// @param[in] frame_marker
+  /// \param[in] frame_marker
   ///   Passed to DumpUsingSettingsFormat() for the frame info printing.
   ///
-  /// @return
+  /// \return
   ///   Returns true if successful.
   //------------------------------------------------------------------
   bool GetStatus(Stream &strm, bool show_frame_info, bool show_source,
@@ -388,7 +388,7 @@ public:
   /// is an inlined frame derived from the debug information and presented by
   /// the debugger.
   ///
-  /// @return
+  /// \return
   ///   true if this is an inlined frame.
   //------------------------------------------------------------------
   bool IsInlined();
@@ -409,7 +409,7 @@ public:
   /// Query this frame to find what frame it is in this Thread's
   /// StackFrameList.
   ///
-  /// @return
+  /// \return
   ///   StackFrame index 0 indicates the currently-executing function.  Inline
   ///   frames are included in this frame index count.
   //------------------------------------------------------------------
@@ -424,7 +424,7 @@ public:
   /// Query this frame to find what frame it is in this Thread's
   /// StackFrameList, not counting inlined frames.
   ///
-  /// @return
+  /// \return
   ///   StackFrame index 0 indicates the currently-executing function.  Inline
   ///   frames are not included in this frame index count; their concrete
   ///   frame index will be the same as the concrete frame that they are
@@ -435,15 +435,15 @@ public:
   //------------------------------------------------------------------
   /// Create a ValueObject for a given Variable in this StackFrame.
   ///
-  /// @params [in] variable_sp
+  /// \params [in] variable_sp
   ///   The Variable to base this ValueObject on
   ///
-  /// @params [in] use_dynamic
+  /// \params [in] use_dynamic
   ///     Whether the correct dynamic type of the variable should be
   ///     determined before creating the ValueObject, or if the static type
   ///     is sufficient.  One of the DynamicValueType enumerated values.
   ///
-  /// @return
+  /// \return
   //    A ValueObject for this variable.
   //------------------------------------------------------------------
   lldb::ValueObjectSP
@@ -454,15 +454,15 @@ public:
   /// Add an arbitrary Variable object (e.g. one that specifics a global or
   /// static) to a StackFrame's list of ValueObjects.
   ///
-  /// @params [in] variable_sp
+  /// \params [in] variable_sp
   ///   The Variable to base this ValueObject on
   ///
-  /// @params [in] use_dynamic
+  /// \params [in] use_dynamic
   ///     Whether the correct dynamic type of the variable should be
   ///     determined before creating the ValueObject, or if the static type
   ///     is sufficient.  One of the DynamicValueType enumerated values.
   ///
-  /// @return
+  /// \return
   //    A ValueObject for this variable.
   //------------------------------------------------------------------
   lldb::ValueObjectSP TrackGlobalVariable(const lldb::VariableSP &variable_sp,
@@ -472,7 +472,7 @@ public:
   /// Query this frame to determine what the default language should be when
   /// parsing expressions given the execution context.
   ///
-  /// @return
+  /// \return
   ///   The language of the frame if known, else lldb::eLanguageTypeUnknown.
   //------------------------------------------------------------------
   lldb::LanguageType GetLanguage();
@@ -486,10 +486,10 @@ public:
   /// the current instruction.  The ExpressionPath should indicate how to get
   /// to this value using "frame variable."
   ///
-  /// @params [in] addr
+  /// \params [in] addr
   ///   The raw address.
   ///
-  /// @return
+  /// \return
   ///   The ValueObject if found.  If valid, it has a valid ExpressionPath.
   //------------------------------------------------------------------
   lldb::ValueObjectSP GuessValueForAddress(lldb::addr_t addr);
@@ -499,13 +499,13 @@ public:
   /// given register plus an offset.  The ExpressionPath should indicate how
   /// to get to this value using "frame variable."
   ///
-  /// @params [in] reg
+  /// \params [in] reg
   ///   The name of the register.
   ///
-  /// @params [in] offset
+  /// \params [in] offset
   ///   The offset from the register.  Particularly important for sp...
   ///
-  /// @return
+  /// \return
   ///   The ValueObject if found.  If valid, it has a valid ExpressionPath.
   //------------------------------------------------------------------
   lldb::ValueObjectSP GuessValueForRegisterAndOffset(ConstString reg,
@@ -518,10 +518,10 @@ public:
   /// PC in the stack frame and traverse through all parent blocks stopping at
   /// inlined function boundaries.
   ///
-  /// @params [in] name
+  /// \params [in] name
   ///   The name of the variable.
   ///
-  /// @return
+  /// \return
   ///   The ValueObject if found.
   //------------------------------------------------------------------
   lldb::ValueObjectSP FindVariable(ConstString name);

Modified: lldb/trunk/include/lldb/Target/StackFrameRecognizer.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/StackFrameRecognizer.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/StackFrameRecognizer.h (original)
+++ lldb/trunk/include/lldb/Target/StackFrameRecognizer.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@
 
 namespace lldb_private {
 
-/// @class RecognizedStackFrame
+/// \class RecognizedStackFrame
 ///
 /// This class provides extra information about a stack frame that was
 /// provided by a specific stack frame recognizer. Right now, this class only
@@ -39,7 +39,7 @@ protected:
   lldb::ValueObjectListSP m_arguments;
 };
 
-/// @class StackFrameRecognizer
+/// \class StackFrameRecognizer
 ///
 /// A base class for frame recognizers. Subclasses (actual frame recognizers)
 /// should implement RecognizeFrame to provide a RecognizedStackFrame for a
@@ -61,7 +61,7 @@ public:
 
 #ifndef LLDB_DISABLE_PYTHON
 
-/// @class ScriptedStackFrameRecognizer
+/// \class ScriptedStackFrameRecognizer
 ///
 /// Python implementation for frame recognizers. An instance of this class
 /// tracks a particular Python classobject, which will be asked to recognize
@@ -92,7 +92,7 @@ private:
 
 #endif
 
-/// @class StackFrameRecognizerManager
+/// \class StackFrameRecognizerManager
 ///
 /// Static class that provides a registry of known stack frame recognizers.
 /// Has static methods to add, enumerate, remove, query and invoke recognizers.
@@ -124,7 +124,7 @@ public:
   static lldb::RecognizedStackFrameSP RecognizeFrame(lldb::StackFrameSP frame);
 };
 
-/// @class ValueObjectRecognizerSynthesizedValue
+/// \class ValueObjectRecognizerSynthesizedValue
 ///
 /// ValueObject subclass that presents the passed ValueObject as a recognized
 /// value with the specified ValueType. Frame recognizers should return

Modified: lldb/trunk/include/lldb/Target/StructuredDataPlugin.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/StructuredDataPlugin.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/StructuredDataPlugin.h (original)
+++ lldb/trunk/include/lldb/Target/StructuredDataPlugin.h Mon Mar 11 10:09:29 2019
@@ -63,11 +63,11 @@ public:
   /// features, and if that happens, there is a single plugin instance
   /// created covering all of the mapped features for a given process.
   ///
-  /// @param[in] type_name
+  /// \param[in] type_name
   ///     The name of the feature tag supported by a process.
   ///     e.g. "darwin-log".
   ///
-  /// @return
+  /// \return
   ///     true if the plugin supports the feature; otherwise, false.
   // -------------------------------------------------------------------------
   virtual bool SupportsStructuredDataType(ConstString type_name) = 0;
@@ -83,17 +83,17 @@ public:
   /// value.  This is the manner in which the data is routed to the proper
   /// plugin instance.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process instance that just received the structured data.
   ///     This will always be the same process for a given instance of
   ///     a plugin.
   ///
-  /// @param[in] type_name
+  /// \param[in] type_name
   ///     The name of the feature tag for the asynchronous structured data.
   ///     Note this data will also be present in the \b object_sp dictionary
   ///     under the string value with key "type".
   ///
-  /// @param[in] object_sp
+  /// \param[in] object_sp
   ///     A shared pointer to the structured data that arrived.  This must
   ///     be a dictionary.  The only key required is the aforementioned
   ///     key named "type" that must be a string value containing the
@@ -112,13 +112,13 @@ public:
   /// nothing will be printed; otherwise, a newline will be added to the end
   /// when displayed.
   ///
-  /// @param[in] object_sp
+  /// \param[in] object_sp
   ///     A shared pointer to the structured data to format.
   ///
-  /// @param[in] stream
+  /// \param[in] stream
   ///     The stream where the structured data should be pretty printed.
   ///
-  /// @return
+  /// \return
   ///     The error if formatting the object contents failed; otherwise,
   ///     success.
   // -------------------------------------------------------------------------
@@ -132,7 +132,7 @@ public:
   /// their functionality.  It allows retrieval of this state without
   /// requiring a cast.
   ///
-  /// @param[in] type_name
+  /// \param[in] type_name
   ///     The name of the feature tag for the asynchronous structured data.
   ///     This is needed for plugins that support more than one feature.
   // -------------------------------------------------------------------------
@@ -146,12 +146,12 @@ public:
   /// if they have any behavior they want to enable/modify based on loaded
   /// modules.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process that just was notified of modules having been loaded.
   ///     This will always be the same process for a given instance of
   ///     a plugin.
   ///
-  /// @param[in] module_list
+  /// \param[in] module_list
   ///     The list of modules that the process registered as having just
   ///     loaded.  See \b Process::ModulesDidLoad(...).
   // -------------------------------------------------------------------------
@@ -171,7 +171,7 @@ protected:
   /// StructuredDataPlugin derived classes are available for this debugger.
   /// If this has already happened, this call is a no-op.
   ///
-  /// @param[in] debugger
+  /// \param[in] debugger
   ///     The Debugger instance for which we're creating the required shared
   ///     components for the StructuredDataPlugin derived classes.
   // -------------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/SystemRuntime.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/SystemRuntime.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/SystemRuntime.h (original)
+++ lldb/trunk/include/lldb/Target/SystemRuntime.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class SystemRuntime SystemRuntime.h "lldb/Target/SystemRuntime.h"
+/// \class SystemRuntime SystemRuntime.h "lldb/Target/SystemRuntime.h"
 /// A plug-in interface definition class for system runtimes.
 ///
 /// The system runtime plugins can collect information from the system
@@ -49,7 +49,7 @@ public:
   /// Scans the installed SystemRuntime plugins and tries to find an instance
   /// that can be used to track image changes in \a process.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process for which to try and locate a system runtime
   ///     plugin instance.
   //------------------------------------------------------------------
@@ -118,7 +118,7 @@ public:
   /// libdispatch queue origin.  If there is none, then request the pthread
   /// origin.
   ///
-  /// @return
+  /// \return
   ///   A vector of ConstStrings with names like "pthread" or "libdispatch".
   ///   An empty vector may be returned if no thread origin extended
   ///   backtrace capabilities are available.
@@ -136,14 +136,14 @@ public:
   /// There may be a chain of thread-origins; it may be informative to the end
   /// user to query the returned ThreadSP for its origins as well.
   ///
-  /// @param [in] thread
+  /// \param [in] thread
   ///   The thread to examine.
   ///
-  /// @param [in] type
+  /// \param [in] type
   ///   The type of thread origin being requested.  The types supported
   ///   are returned from SystemRuntime::GetExtendedBacktraceTypes.
   ///
-  /// @return
+  /// \return
   ///   A ThreadSP which will have a StackList of frames.  This Thread will
   ///   not appear in the Process' list of current threads.  Normal thread
   ///   operations like stepping will not be available.  This is a historical
@@ -164,14 +164,14 @@ public:
   /// This method will report a thread backtrace of the function that enqueued
   /// it originally, if possible.
   ///
-  /// @param [in] queue_item_sp
+  /// \param [in] queue_item_sp
   ///     The QueueItem that we are getting an extended backtrace for.
   ///
-  /// @param [in] type
+  /// \param [in] type
   ///     The type of extended backtrace to fetch.  The types supported
   ///     are returned from SystemRuntime::GetExtendedBacktraceTypes.
   ///
-  /// @return
+  /// \return
   ///     If an extended backtrace is available, it is returned.  Else
   ///     an empty ThreadSP is returned.
   //------------------------------------------------------------------
@@ -188,7 +188,7 @@ public:
   /// When process execution is paused, the SystemRuntime may be called to
   /// fill in the list of Queues that currently exist.
   ///
-  /// @param [out] queue_list
+  /// \param [out] queue_list
   ///     This QueueList will be cleared, and any queues that currently exist
   ///     will be added.  An empty QueueList will be returned if no queues
   ///     exist or if this Systemruntime does not support libdispatch queues.
@@ -204,10 +204,10 @@ public:
   /// dispatch_queue_t structure. Given the address of the dispatch_queue_t
   /// structure for a thread, get the queue name and return it.
   ///
-  /// @param [in] dispatch_qaddr
+  /// \param [in] dispatch_qaddr
   ///     The address of the dispatch_qaddr pointer for this thread.
   ///
-  /// @return
+  /// \return
   ///     The string of this queue's name.  An empty string is returned if the
   ///     name could not be found.
   //------------------------------------------------------------------
@@ -226,10 +226,10 @@ public:
   /// dispatch_queue_t structure. Given the address of the dispatch_queue_t
   /// structure for a thread, get the queue ID and return it.
   ///
-  /// @param [in] dispatch_qaddr
+  /// \param [in] dispatch_qaddr
   ///     The address of the dispatch_qaddr pointer for this thread.
   ///
-  /// @return
+  /// \return
   ///     The queue ID, or if it could not be retrieved, LLDB_INVALID_QUEUE_ID.
   //------------------------------------------------------------------
   virtual lldb::queue_id_t
@@ -246,10 +246,10 @@ public:
   /// the thread's dispatch_qaddr, find the libdispatch_queue_t address and
   /// return it.
   ///
-  /// @param [in] dispatch_qaddr
+  /// \param [in] dispatch_qaddr
   ///     The address of the dispatch_qaddr pointer for this thread.
   ///
-  /// @return
+  /// \return
   ///     The libdispatch_queue_t address, or LLDB_INVALID_ADDRESS if
   ///     unavailable/not found.
   //------------------------------------------------------------------
@@ -265,7 +265,7 @@ public:
   /// eQueueKindConcurrent, indicating that this queue processes work items
   /// serially or concurrently.
   ///
-  /// @return
+  /// \return
   ///     The Queue kind, if it could be read, else eQueueKindUnknown.
   //------------------------------------------------------------------
   virtual lldb::QueueKind GetQueueKind(lldb::addr_t dispatch_qaddr) {
@@ -279,7 +279,7 @@ public:
   /// retrieve the list of pending work items for the specified Queue and add
   /// it to the Queue.
   ///
-  /// @param [in] queue
+  /// \param [in] queue
   ///     The queue of interest.
   //------------------------------------------------------------------
   virtual void PopulatePendingItemsForQueue(lldb_private::Queue *queue) {}
@@ -291,10 +291,10 @@ public:
   /// details; when the remaining fields are needed, they will be fetched by
   /// call this method.
   ///
-  /// @param [in] queue_item
+  /// \param [in] queue_item
   ///   The QueueItem that we will be completing.
   ///
-  /// @param [in] item_ref
+  /// \param [in] item_ref
   ///     The item_ref token that is needed to retrieve the rest of the
   ///     information about the QueueItem.
   //------------------------------------------------------------------
@@ -306,7 +306,7 @@ public:
   /// information debugserver  may need when constructing the
   /// jThreadExtendedInfo packet.
   ///
-  /// @param [out] dict
+  /// \param [out] dict
   ///     Dictionary to which key-value pairs should be added; they will
   ///     be sent to the remote gdb server stub as arguments in the
   ///     jThreadExtendedInfo request.
@@ -320,10 +320,10 @@ public:
   /// this method gives a way for it to flag that the expression should not be
   /// run.
   ///
-  /// @param [in] thread_sp
+  /// \param [in] thread_sp
   ///     The thread we want to run the expression on.
   ///
-  /// @return
+  /// \return
   ///     True will be returned if there are no known problems with running an
   ///     expression on this thread.  False means that the inferior function
   ///     call should not be made on this thread.

Modified: lldb/trunk/include/lldb/Target/Target.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Target.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Target.h (original)
+++ lldb/trunk/include/lldb/Target/Target.h Mon Mar 11 10:09:29 2019
@@ -527,7 +527,7 @@ public:
   /// is called, so this is a good way to see what has been parsed
   /// in a target.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s, lldb::DescriptionLevel description_level);
@@ -818,14 +818,14 @@ public:
   /// dependent modules that are discovered from the object files, or
   /// discovered at runtime as things are dynamically loaded.
   ///
-  /// @return
+  /// \return
   ///     The shared pointer to the executable module which can
   ///     contains a nullptr Module object if no executable has been
   ///     set.
   ///
-  /// @see DynamicLoader
-  /// @see ObjectFile::GetDependentModules (FileSpecList&)
-  /// @see Process::SetExecutableModule(lldb::ModuleSP&)
+  /// \see DynamicLoader
+  /// \see ObjectFile::GetDependentModules (FileSpecList&)
+  /// \see Process::SetExecutableModule(lldb::ModuleSP&)
   //------------------------------------------------------------------
   lldb::ModuleSP GetExecutableModule();
 
@@ -847,16 +847,16 @@ public:
   /// Process::GetImages() will return the newly found images that
   /// were obtained from all of the object files.
   ///
-  /// @param[in] module_sp
+  /// \param[in] module_sp
   ///     A shared pointer reference to the module that will become
   ///     the main executable for this process.
   ///
-  /// @param[in] load_dependent_files
+  /// \param[in] load_dependent_files
   ///     If \b true then ask the object files to track down any
   ///     known dependent files.
   ///
-  /// @see ObjectFile::GetDependentModules (FileSpecList&)
-  /// @see Process::GetImages()
+  /// \see ObjectFile::GetDependentModules (FileSpecList&)
+  /// \see Process::GetImages()
   //------------------------------------------------------------------
   void SetExecutableModule(
       lldb::ModuleSP &module_sp,
@@ -885,7 +885,7 @@ public:
   /// addresses is each image, and also in images that are loaded by
   /// code.
   ///
-  /// @return
+  /// \return
   ///     A list of Module objects in a module list.
   //------------------------------------------------------------------
   const ModuleList &GetImages() const { return m_images; }
@@ -904,10 +904,10 @@ public:
   /// The target call at present just consults the Platform's call of the
   /// same name.
   ///
-  /// @param[in] module_sp
+  /// \param[in] module_sp
   ///     A shared pointer reference to the module that checked.
   ///
-  /// @return \b true if the module should be excluded, \b false otherwise.
+  /// \return \b true if the module should be excluded, \b false otherwise.
   //------------------------------------------------------------------
   bool ModuleIsExcludedForUnconstrainedSearches(const FileSpec &module_spec);
 
@@ -926,10 +926,10 @@ public:
   /// that they
   /// don't want searched, in addition to or instead of the platform ones.
   ///
-  /// @param[in] module_sp
+  /// \param[in] module_sp
   ///     A shared pointer reference to the module that checked.
   ///
-  /// @return \b true if the module should be excluded, \b false otherwise.
+  /// \return \b true if the module should be excluded, \b false otherwise.
   //------------------------------------------------------------------
   bool
   ModuleIsExcludedForUnconstrainedSearches(const lldb::ModuleSP &module_sp);
@@ -950,17 +950,17 @@ public:
   /// won't be changed. If the input arch_spec is the same as the already set
   /// architecture, this is a no-op.
   ///
-  /// @param[in] arch_spec
+  /// \param[in] arch_spec
   ///     The new architecture.
   ///
-  /// @param[in] set_platform
+  /// \param[in] set_platform
   ///     If \b true, then the platform will be adjusted if the currently
   ///     selected platform is not compatible with the archicture being set.
   ///     If \b false, then just the architecture will be set even if the
   ///     currently selected platform isn't compatible (in case it might be
   ///     manually set following this function call).
   ///
-  /// @return
+  /// \return
   ///     \b true if the architecture was successfully set, \bfalse otherwise.
   //------------------------------------------------------------------
   bool SetArchitecture(const ArchSpec &arch_spec, bool set_platform = false);
@@ -1347,7 +1347,7 @@ private:
   /// TargetList::CreateTarget(const FileSpec*, const ArchSpec*)
   /// so all targets can be tracked from the central target list.
   ///
-  /// @see TargetList::CreateTarget(const FileSpec*, const ArchSpec*)
+  /// \see TargetList::CreateTarget(const FileSpec*, const ArchSpec*)
   //------------------------------------------------------------------
   Target(Debugger &debugger, const ArchSpec &target_arch,
          const lldb::PlatformSP &platform_sp, bool is_dummy_target);

Modified: lldb/trunk/include/lldb/Target/TargetList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/TargetList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/TargetList.h (original)
+++ lldb/trunk/include/lldb/Target/TargetList.h Mon Mar 11 10:09:29 2019
@@ -28,7 +28,7 @@ private:
   /// get ahold of of the one and only target list through the
   /// lldb_private::Debugger::GetSharedInstance().GetTargetList().
   ///
-  /// @see static TargetList& lldb_private::Debugger::GetTargetList().
+  /// \see static TargetList& lldb_private::Debugger::GetTargetList().
   //------------------------------------------------------------------
   TargetList(Debugger &debugger);
 
@@ -57,33 +57,33 @@ public:
   /// locate an appropriate target to deliver asynchronous information
   /// to.
   ///
-  /// @param[in] debugger
+  /// \param[in] debugger
   ///     The debugger to associate this target with
   ///
-  /// @param[in] file_spec
+  /// \param[in] file_spec
   ///     The main executable file for a debug target. This value
   ///     can be nullptr and the file can be set later using:
   ///     Target::SetExecutableModule (ModuleSP&)
   ///
-  /// @param[in] triple_cstr
+  /// \param[in] triple_cstr
   ///     A target triple string to be used for the target. This can
   ///     be nullptr if the triple is not known or when attaching to a
   ///     process.
   ///
-  /// @param[in] get_dependent_modules
+  /// \param[in] get_dependent_modules
   ///     Track down the dependent modules for an executable and
   ///     load those into the module list.
   ///
-  /// @param[in] platform_options
+  /// \param[in] platform_options
   ///     A pointer to the platform options to use when creating this
   ///     target. If this value is nullptr, then the currently selected
   ///     platform will be used.
   ///
-  /// @param[out] target_sp
+  /// \param[out] target_sp
   ///     A shared pointer to a target that will be filled in if
   ///     this call is successful.
   ///
-  /// @return
+  /// \return
   ///     An error object that indicates success or failure
   //------------------------------------------------------------------
   Status CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path,
@@ -110,10 +110,10 @@ public:
   /// should be called to release the memory associated with a target
   /// object.
   ///
-  /// @param[in] target_sp
+  /// \param[in] target_sp
   ///     The shared pointer to a target.
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the target was successfully removed from
   ///     from this target list, \b false otherwise. The client will
   ///     be left with the last remaining shared pointer to the target
@@ -132,7 +132,7 @@ public:
   /// matches \a exe_file_spec, and whose architecture matches
   /// \a arch_ptr if arch_ptr is not nullptr.
   ///
-  /// @param[in] exe_file_spec
+  /// \param[in] exe_file_spec
   ///     A file spec containing a basename, or a full path (directory
   ///     and basename). If \a exe_file_spec contains only a filename
   ///     (empty GetDirectory() value) then matching will be done
@@ -140,11 +140,11 @@ public:
   ///     compared. If \a exe_file_spec contains a filename and a
   ///     directory, then both must match.
   ///
-  /// @param[in] exe_arch_ptr
+  /// \param[in] exe_arch_ptr
   ///     If not nullptr then the architecture also needs to match, else
   ///     the architectures will be compared.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to a target object. The returned shared
   ///     pointer will contain nullptr if no target objects have a
   ///     executable whose full or partial path matches
@@ -158,10 +158,10 @@ public:
   /// Find the target that contains a process with process ID \a
   /// pid.
   ///
-  /// @param[in] pid
+  /// \param[in] pid
   ///     The process ID to search our target list for.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to a target object. The returned shared
   ///     pointer will contain nullptr if no target objects own a process
   ///     with a matching process ID.
@@ -179,12 +179,12 @@ public:
   /// pid and send a LLDB_EVENT_ASYNC_INTERRUPT event to the process's
   /// event queue.
   ///
-  /// @param[in] pid
+  /// \param[in] pid
   ///     The process ID to search our target list for, if \a pid is
   ///     LLDB_INVALID_PROCESS_ID, then the interrupt will be sent to
   ///     all processes.
   ///
-  /// @return
+  /// \return
   ///     The number of async interrupts sent.
   //------------------------------------------------------------------
   uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);

Modified: lldb/trunk/include/lldb/Target/Thread.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/Thread.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/Thread.h (original)
+++ lldb/trunk/include/lldb/Target/Thread.h Mon Mar 11 10:09:29 2019
@@ -38,7 +38,7 @@ public:
   /// The regular expression returned determines symbols that this
   /// thread won't stop in during "step-in" operations.
   ///
-  /// @return
+  /// \return
   ///    A pointer to a regular expression to compare against symbols,
   ///    or nullptr if all symbols are allowed.
   ///
@@ -133,11 +133,11 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param [in] process
+  /// \param [in] process
   ///
-  /// @param [in] tid
+  /// \param [in] tid
   ///
-  /// @param [in] use_invalid_index_id
+  /// \param [in] use_invalid_index_id
   ///     Optional parameter, defaults to false.  The only subclass that
   ///     is likely to set use_invalid_index_id == true is the HistoryThread
   ///     class.  In that case, the Thread we are constructing represents
@@ -188,7 +188,7 @@ public:
   /// to force the thread to run (e.g. the "thread continue" command, or are
   /// resetting the state
   /// (e.g. in SBThread::Resume()), then pass true to override_suspend.
-  /// @return
+  /// \return
   ///    The User resume state for this thread.
   //------------------------------------------------------------------
   void SetResumeState(lldb::StateType state, bool override_suspend = false) {
@@ -204,7 +204,7 @@ public:
   /// this
   /// thread to run.
   ///
-  /// @return
+  /// \return
   ///    The User resume state for this thread.
   //------------------------------------------------------------------
   lldb::StateType GetResumeState() const { return m_resume_state; }
@@ -298,7 +298,7 @@ public:
   /// queue, or it may be unknown whether it is associated with a libdispatch
   /// queue.
   ///
-  /// @return
+  /// \return
   ///     eLazyBoolNo if this thread is definitely not associated with a
   ///     libdispatch queue (e.g. on a non-Darwin system where GCD aka
   ///     libdispatch is not available).
@@ -326,7 +326,7 @@ public:
   /// queues and incrementing, a QueueID will not be reused for a
   /// different queue during the lifetime of a process.
   ///
-  /// @return
+  /// \return
   ///     A QueueID if the Thread subclass implements this, else
   ///     LLDB_INVALID_QUEUE_ID.
   //------------------------------------------------------------------
@@ -340,7 +340,7 @@ public:
   /// If this Thread is doing work on behalf of a libdispatch/GCD queue,
   /// retrieve the Queue name.
   ///
-  /// @return
+  /// \return
   ///     The Queue name, if the Thread subclass implements this, else
   ///     nullptr.
   //------------------------------------------------------------------
@@ -356,7 +356,7 @@ public:
   /// eQueueKindConcurrent, indicating that this queue processes work
   /// items serially or concurrently.
   ///
-  /// @return
+  /// \return
   ///     The Queue kind, if the Thread subclass implements this, else
   ///     eQueueKindUnknown.
   //------------------------------------------------------------------
@@ -367,7 +367,7 @@ public:
   //------------------------------------------------------------------
   /// Retrieve the Queue for this thread, if any.
   ///
-  /// @return
+  /// \return
   ///     A QueueSP for the queue that is currently associated with this
   ///     thread.
   ///     An empty shared pointer indicates that this thread is not
@@ -388,7 +388,7 @@ public:
   /// lifetime and should not be used to identify a queue uniquely.  Use
   /// the GetQueueID() call for that.
   ///
-  /// @return
+  /// \return
   ///     The Queue's libdispatch_queue_t address if the Thread subclass
   ///     implements this, else LLDB_INVALID_ADDRESS.
   //------------------------------------------------------------------
@@ -505,20 +505,20 @@ public:
   /// This function is designed to be used by commands where the
   /// process is publicly stopped.
   ///
-  /// @param[in] source_step
+  /// \param[in] source_step
   ///     If true and the frame has debug info, then do a source level
   ///     step in, else do a single instruction step in.
   ///
-  /// @param[in] step_in_avoids_code_without_debug_info
+  /// \param[in] step_in_avoids_code_without_debug_info
   ///     If \a true, then avoid stepping into code that doesn't have
   ///     debug info, else step into any code regardless of whether it
   ///     has debug info.
   ///
-  /// @param[in] step_out_avoids_code_without_debug_info
+  /// \param[in] step_out_avoids_code_without_debug_info
   ///     If \a true, then if you step out to code with no debug info, keep
   ///     stepping out till you get to code with debug info.
   ///
-  /// @return
+  /// \return
   ///     An error that describes anything that went wrong
   //------------------------------------------------------------------
   virtual Status
@@ -532,11 +532,11 @@ public:
   /// This function is designed to be used by commands where the
   /// process is publicly stopped.
   ///
-  /// @param[in] source_step
+  /// \param[in] source_step
   ///     If true and the frame has debug info, then do a source level
   ///     step over, else do a single instruction step over.
   ///
-  /// @return
+  /// \return
   ///     An error that describes anything that went wrong
   //------------------------------------------------------------------
   virtual Status StepOver(
@@ -549,7 +549,7 @@ public:
   /// This function is designed to be used by commands where the
   /// process is publicly stopped.
   ///
-  /// @return
+  /// \return
   ///     An error that describes anything that went wrong
   //------------------------------------------------------------------
   virtual Status StepOut();
@@ -559,7 +559,7 @@ public:
   /// Most OSs maintain a per-thread pointer (e.g. the FS register on
   /// x64), which we return the value of here.
   ///
-  /// @return
+  /// \return
   ///     LLDB_INVALID_ADDRESS if not supported, otherwise the thread
   ///     pointer value.
   //------------------------------------------------------------------
@@ -568,12 +568,12 @@ public:
   //------------------------------------------------------------------
   /// Retrieves the per-module TLS block for a thread.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module to query TLS data for.
   ///
-  /// @param[in] tls_file_addr
+  /// \param[in] tls_file_addr
   ///     The thread local address in module
-  /// @return
+  /// \return
   ///     If the thread has TLS data allocated for the
   ///     module, the address of the TLS block. Otherwise
   ///     LLDB_INVALID_ADDRESS is returned.
@@ -588,7 +588,7 @@ public:
   /// process of execution, for instance) which can make it unsafe for
   /// functions to be called.
   ///
-  /// @return
+  /// \return
   ///     True if it is safe to call functions on this thread.
   ///     False if function calls should be avoided on this thread.
   //------------------------------------------------------------------
@@ -626,12 +626,12 @@ public:
   /// one you probably want to call through to the Process one for anything
   /// your plugin doesn't explicitly handle.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the newly queued thread plan, or nullptr if the
   ///     plan could not be queued.
   //------------------------------------------------------------------
@@ -641,21 +641,21 @@ public:
   /// Queues the plan used to step one instruction from the current PC of \a
   /// thread.
   ///
-  /// @param[in] step_over
+  /// \param[in] step_over
   ///    \b true if we step over calls to functions, false if we step in.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @param[in] stop_other_threads
+  /// \param[in] stop_other_threads
   ///    \b true if we will stop other threads while we single step this one.
   ///
-  /// @param[out] status
+  /// \param[out] status
   ///     A status with an error if queuing failed.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the newly queued thread plan, or nullptr if the
   ///     plan could not be queued.
   //------------------------------------------------------------------
@@ -667,19 +667,19 @@ public:
   /// Queues the plan used to step through an address range, stepping  over
   /// function calls.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///    Type of step to do, only eStepTypeInto and eStepTypeOver are supported
   ///    by this plan.
   ///
-  /// @param[in] range
+  /// \param[in] range
   ///    The address range to step through.
   ///
-  /// @param[in] addr_context
+  /// \param[in] addr_context
   ///    When dealing with stepping through inlined functions the current PC is
   ///    not enough information to know
   ///    what "step" means.  For instance a series of nested inline functions
@@ -688,18 +688,18 @@ public:
   ///    is supposed to be out of.
   //   FIXME: Currently unused.
   ///
-  /// @param[in] stop_other_threads
+  /// \param[in] stop_other_threads
   ///    \b true if we will stop other threads while we single step this one.
   ///
-  /// @param[out] status
+  /// \param[out] status
   ///     A status with an error if queuing failed.
   ///
-  /// @param[in] step_out_avoids_code_without_debug_info
+  /// \param[in] step_out_avoids_code_without_debug_info
   ///    If eLazyBoolYes, if the step over steps out it will continue to step
   ///    out till it comes to a frame with debug info.
   ///    If eLazyBoolCalculate, we will consult the default set in the thread.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the newly queued thread plan, or nullptr if the
   ///     plan could not be queued.
   //------------------------------------------------------------------
@@ -722,19 +722,19 @@ public:
   /// Queues the plan used to step through an address range, stepping into
   /// functions.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///    Type of step to do, only eStepTypeInto and eStepTypeOver are supported
   ///    by this plan.
   ///
-  /// @param[in] range
+  /// \param[in] range
   ///    The address range to step through.
   ///
-  /// @param[in] addr_context
+  /// \param[in] addr_context
   ///    When dealing with stepping through inlined functions the current PC is
   ///    not enough information to know
   ///    what "step" means.  For instance a series of nested inline functions
@@ -743,27 +743,27 @@ public:
   ///    is supposed to be out of.
   //   FIXME: Currently unused.
   ///
-  /// @param[in] step_in_target
+  /// \param[in] step_in_target
   ///    Name if function we are trying to step into.  We will step out if we
   ///    don't land in that function.
   ///
-  /// @param[in] stop_other_threads
+  /// \param[in] stop_other_threads
   ///    \b true if we will stop other threads while we single step this one.
   ///
-  /// @param[out] status
+  /// \param[out] status
   ///     A status with an error if queuing failed.
   ///
-  /// @param[in] step_in_avoids_code_without_debug_info
+  /// \param[in] step_in_avoids_code_without_debug_info
   ///    If eLazyBoolYes we will step out if we step into code with no debug
   ///    info.
   ///    If eLazyBoolCalculate we will consult the default set in the thread.
   ///
-  /// @param[in] step_out_avoids_code_without_debug_info
+  /// \param[in] step_out_avoids_code_without_debug_info
   ///    If eLazyBoolYes, if the step over steps out it will continue to step
   ///    out till it comes to a frame with debug info.
   ///    If eLazyBoolCalculate, it will consult the default set in the thread.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the newly queued thread plan, or nullptr if the
   ///     plan could not be queued.
   //------------------------------------------------------------------
@@ -788,12 +788,12 @@ public:
   /// Queue the plan used to step out of the function at the current PC of
   /// \a thread.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @param[in] addr_context
+  /// \param[in] addr_context
   ///    When dealing with stepping through inlined functions the current PC is
   ///    not enough information to know
   ///    what "step" means.  For instance a series of nested inline functions
@@ -802,25 +802,25 @@ public:
   ///    is supposed to be out of.
   //   FIXME: Currently unused.
   ///
-  /// @param[in] first_insn
+  /// \param[in] first_insn
   ///     \b true if this is the first instruction of a function.
   ///
-  /// @param[in] stop_other_threads
+  /// \param[in] stop_other_threads
   ///    \b true if we will stop other threads while we single step this one.
   ///
-  /// @param[in] stop_vote
-  /// @param[in] run_vote
+  /// \param[in] stop_vote
+  /// \param[in] run_vote
   ///    See standard meanings for the stop & run votes in ThreadPlan.h.
   ///
-  /// @param[out] status
+  /// \param[out] status
   ///     A status with an error if queuing failed.
   ///
-  /// @param[in] step_out_avoids_code_without_debug_info
+  /// \param[in] step_out_avoids_code_without_debug_info
   ///    If eLazyBoolYes, if the step over steps out it will continue to step
   ///    out till it comes to a frame with debug info.
   ///    If eLazyBoolCalculate, it will consult the default set in the thread.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the newly queued thread plan, or nullptr if the
   ///     plan could not be queued.
   //------------------------------------------------------------------
@@ -837,12 +837,12 @@ public:
   /// be used by other thread plans when they need to retain control of the step
   /// out.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @param[in] addr_context
+  /// \param[in] addr_context
   ///    When dealing with stepping through inlined functions the current PC is
   ///    not enough information to know
   ///    what "step" means.  For instance a series of nested inline functions
@@ -851,23 +851,23 @@ public:
   ///    is supposed to be out of.
   //   FIXME: Currently unused.
   ///
-  /// @param[in] first_insn
+  /// \param[in] first_insn
   ///     \b true if this is the first instruction of a function.
   ///
-  /// @param[in] stop_other_threads
+  /// \param[in] stop_other_threads
   ///    \b true if we will stop other threads while we single step this one.
   ///
-  /// @param[in] stop_vote
+  /// \param[in] stop_vote
   ///
-  /// @param[in] run_vote
+  /// \param[in] run_vote
   ///    See standard meanings for the stop & run votes in ThreadPlan.h.
   ///
-  /// @param[in] frame_idx
+  /// \param[in] frame_idx
   ///
-  /// @param[out] status
+  /// \param[out] status
   ///     A status with an error if queuing failed.
   ///
-  /// @param[in] continue_to_next_branch
+  /// \param[in] continue_to_next_branch
   ///    Normally this will enqueue a plan that will put a breakpoint on the
   ///    return address and continue
   ///    to there.  If continue_to_next_branch is true, this is an operation not
@@ -884,7 +884,7 @@ public:
   ///    registers which are overwritten
   ///    before the next branch instruction.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the newly queued thread plan, or nullptr if the
   ///     plan could not be queued.
   //------------------------------------------------------------------
@@ -897,23 +897,23 @@ public:
   /// Gets the plan used to step through the code that steps from a function
   /// call site at the current PC into the actual function call.
   ///
-  /// @param[in] return_stack_id
+  /// \param[in] return_stack_id
   ///    The stack id that we will return to (by setting backstop breakpoints on
   ///    the return
   ///    address to that frame) if we fail to step through.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @param[in] stop_other_threads
+  /// \param[in] stop_other_threads
   ///    \b true if we will stop other threads while we single step this one.
   ///
-  /// @param[out] status
+  /// \param[out] status
   ///     A status with an error if queuing failed.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the newly queued thread plan, or nullptr if the
   ///     plan could not be queued.
   //------------------------------------------------------------------
@@ -927,21 +927,21 @@ public:
   /// This is a simple plan, mostly useful as a backstop when you are continuing
   /// for some particular purpose.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @param[in] target_addr
+  /// \param[in] target_addr
   ///    The address to which we're running.
   ///
-  /// @param[in] stop_other_threads
+  /// \param[in] stop_other_threads
   ///    \b true if we will stop other threads while we single step this one.
   ///
-  /// @param[out] status
+  /// \param[out] status
   ///     A status with an error if queuing failed.
   ///
-  /// @return
+  /// \return
   ///     A shared pointer to the newly queued thread plan, or nullptr if the
   ///     plan could not be queued.
   //------------------------------------------------------------------
@@ -964,7 +964,7 @@ public:
   //------------------------------------------------------------------
   /// Gets the plan which will execute next on the plan stack.
   ///
-  /// @return
+  /// \return
   ///     A pointer to the next executed plan.
   //------------------------------------------------------------------
   ThreadPlan *GetCurrentPlan();
@@ -973,7 +973,7 @@ public:
   /// Unwinds the thread stack for the innermost expression plan currently
   /// on the thread plan stack.
   ///
-  /// @return
+  /// \return
   ///     An error if the thread plan could not be unwound.
   //------------------------------------------------------------------
 
@@ -983,7 +983,7 @@ public:
   /// Gets the outer-most plan that was popped off the plan stack in the
   /// most recent stop.  Useful for printing the stop reason accurately.
   ///
-  /// @return
+  /// \return
   ///     A pointer to the last completed plan.
   //------------------------------------------------------------------
   lldb::ThreadPlanSP GetCompletedPlan();
@@ -991,7 +991,7 @@ public:
   //------------------------------------------------------------------
   /// Gets the outer-most return value from the completed plans
   ///
-  /// @return
+  /// \return
   ///     A ValueObjectSP, either empty if there is no return value,
   ///     or containing the return value.
   //------------------------------------------------------------------
@@ -1000,7 +1000,7 @@ public:
   //------------------------------------------------------------------
   /// Gets the outer-most expression variable from the completed plans
   ///
-  /// @return
+  /// \return
   ///     A ExpressionVariableSP, either empty if there is no
   ///     plan completed an expression during the current stop
   ///     or the expression variable that was made for the completed expression.
@@ -1011,10 +1011,10 @@ public:
   ///  Checks whether the given plan is in the completed plans for this
   ///  stop.
   ///
-  /// @param[in] plan
+  /// \param[in] plan
   ///     Pointer to the plan you're checking.
   ///
-  /// @return
+  /// \return
   ///     Returns true if the input plan is in the completed plan stack,
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -1024,10 +1024,10 @@ public:
   ///  Checks whether the given plan is in the discarded plans for this
   ///  stop.
   ///
-  /// @param[in] plan
+  /// \param[in] plan
   ///     Pointer to the plan you're checking.
   ///
-  /// @return
+  /// \return
   ///     Returns true if the input plan is in the discarded plan stack,
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -1036,7 +1036,7 @@ public:
   //------------------------------------------------------------------
   /// Check if we have completed plan to override breakpoint stop reason
   ///
-  /// @return
+  /// \return
   ///     Returns true if completed plan stack is not empty
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -1045,15 +1045,15 @@ public:
   //------------------------------------------------------------------
   /// Queues a generic thread plan.
   ///
-  /// @param[in] plan_sp
+  /// \param[in] plan_sp
   ///    The plan to queue.
   ///
-  /// @param[in] abort_other_plans
+  /// \param[in] abort_other_plans
   ///    \b true if we discard the currently queued plans and replace them with
   ///    this one.
   ///    Otherwise this plan will go on the end of the plan stack.
   ///
-  /// @return
+  /// \return
   ///     A pointer to the last completed plan.
   //------------------------------------------------------------------
   Status QueueThreadPlan(lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);
@@ -1071,7 +1071,7 @@ public:
   /// and
   /// including up_to_plan_sp.
   //
-  // @param[in] up_to_plan_sp
+  // \param[in] up_to_plan_sp
   //   Discard all plans up to and including this one.
   //------------------------------------------------------------------
   void DiscardThreadPlansUpToPlan(lldb::ThreadPlanSP &up_to_plan_sp);
@@ -1084,11 +1084,11 @@ public:
   /// including the plan in that matches \a thread_index counting only
   /// the non-Private plans.
   ///
-  /// @param[in] up_to_plan_sp
+  /// \param[in] up_to_plan_sp
   ///   Discard all plans up to and including this user plan given by this
   ///   index.
   ///
-  /// @return
+  /// \return
   ///    \b true if there was a thread plan with that user index, \b false
   ///    otherwise.
   //------------------------------------------------------------------
@@ -1097,7 +1097,7 @@ public:
   //------------------------------------------------------------------
   /// Prints the current plan stack.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///    The stream to which to dump the plan stack info.
   ///
   //------------------------------------------------------------------
@@ -1200,7 +1200,7 @@ public:
   // Thread subclasses should call Thread::SetStopInfo(...) with the reason the
   // thread stopped.
   //
-  // @return
+  // \return
   //      True if Thread::SetStopInfo(...) was called, false otherwise.
   //----------------------------------------------------------------------
   virtual bool CalculateStopInfo() = 0;
@@ -1236,7 +1236,7 @@ public:
   /// Some Thread subclasses may maintain a token to help with providing
   /// an extended backtrace.  The SystemRuntime plugin will set/request this.
   ///
-  /// @param [in] token
+  /// \param [in] token
   //----------------------------------------------------------------------
   virtual void SetExtendedBacktraceToken(uint64_t token) {}
 
@@ -1246,7 +1246,7 @@ public:
   /// Some Thread subclasses may maintain a token to help with providing
   /// an extended backtrace.  The SystemRuntime plugin will set/request this.
   ///
-  /// @return
+  /// \return
   ///     The token needed by the SystemRuntime to create an extended backtrace.
   ///     LLDB_INVALID_ADDRESS is returned if no token is available.
   //----------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Target/ThreadList.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/ThreadList.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/ThreadList.h (original)
+++ lldb/trunk/include/lldb/Target/ThreadList.h Mon Mar 11 10:09:29 2019
@@ -116,7 +116,7 @@ public:
   /// will return false for WillResume, and then the process will not be
   /// restarted.
   ///
-  /// @return
+  /// \return
   ///    \b true instructs the process to resume normally,
   ///    \b false means start & stopped events will be generated, but
   ///    the process will not actually run.  The thread must then return

Modified: lldb/trunk/include/lldb/Target/ThreadPlan.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/ThreadPlan.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/ThreadPlan.h (original)
+++ lldb/trunk/include/lldb/Target/ThreadPlan.h Mon Mar 11 10:09:29 2019
@@ -366,7 +366,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the name of this thread plan.
   ///
-  /// @return
+  /// \return
   ///   A const char * pointer to the thread plan's name.
   //------------------------------------------------------------------
   const char *GetName() const { return m_name.c_str(); }
@@ -374,7 +374,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the Thread that is using this thread plan.
   ///
-  /// @return
+  /// \return
   ///   A  pointer to the thread plan's owning thread.
   //------------------------------------------------------------------
   Thread &GetThread() { return m_thread; }
@@ -389,10 +389,10 @@ public:
   /// Print a description of this thread to the stream \a s.
   /// \a thread.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///    The stream to which to print the description.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///    The level of description desired.  Note that eDescriptionLevelBrief
   ///    will be used in the stop message printed when the plan is complete.
   //------------------------------------------------------------------
@@ -401,12 +401,12 @@ public:
   //------------------------------------------------------------------
   /// Returns whether this plan could be successfully created.
   ///
-  /// @param[in] error
+  /// \param[in] error
   ///    A stream to which to print some reason why the plan could not be
   ///    created.
   ///    Can be NULL.
   ///
-  /// @return
+  /// \return
   ///   \b true if the plan should be queued, \b false otherwise.
   //------------------------------------------------------------------
   virtual bool ValidatePlan(Stream *error) = 0;

Modified: lldb/trunk/include/lldb/Utility/ArchSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/ArchSpec.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/ArchSpec.h (original)
+++ lldb/trunk/include/lldb/Utility/ArchSpec.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ArchSpec ArchSpec.h "lldb/Utility/ArchSpec.h" An architecture
+/// \class ArchSpec ArchSpec.h "lldb/Utility/ArchSpec.h" An architecture
 /// specification class.
 ///
 /// A class designed to be created from a cpu type and subtype, a
@@ -275,9 +275,9 @@ public:
   //------------------------------------------------------------------
   /// Assignment operator.
   ///
-  /// @param[in] rhs another ArchSpec object to copy.
+  /// \param[in] rhs another ArchSpec object to copy.
   ///
-  /// @return A const reference to this object.
+  /// \return A const reference to this object.
   //------------------------------------------------------------------
   const ArchSpec &operator=(const ArchSpec &rhs);
 
@@ -294,7 +294,7 @@ public:
   //------------------------------------------------------------------
   /// Returns a static string representing the current architecture.
   ///
-  /// @return A static string corresponding to the current
+  /// \return A static string corresponding to the current
   ///         architecture.
   //------------------------------------------------------------------
   const char *GetArchitectureName() const;
@@ -302,7 +302,7 @@ public:
   //-----------------------------------------------------------------
   /// if MIPS architecture return true.
   ///
-  ///  @return a boolean value.
+  ///  \return a boolean value.
   //-----------------------------------------------------------------
   bool IsMIPS() const;
 
@@ -310,7 +310,7 @@ public:
   /// Returns a string representing current architecture as a target CPU for
   /// tools like compiler, disassembler etc.
   ///
-  /// @return A string representing target CPU for the current
+  /// \return A string representing target CPU for the current
   ///         architecture.
   //------------------------------------------------------------------
   std::string GetClangTargetCPU() const;
@@ -318,7 +318,7 @@ public:
   //------------------------------------------------------------------
   /// Return a string representing target application ABI.
   ///
-  /// @return A string representing target application ABI.
+  /// \return A string representing target application ABI.
   //------------------------------------------------------------------
   std::string GetTargetABI() const;
 
@@ -332,14 +332,14 @@ public:
   //------------------------------------------------------------------
   /// Returns the size in bytes of an address of the current architecture.
   ///
-  /// @return The byte size of an address of the current architecture.
+  /// \return The byte size of an address of the current architecture.
   //------------------------------------------------------------------
   uint32_t GetAddressByteSize() const;
 
   //------------------------------------------------------------------
   /// Returns a machine family for the current architecture.
   ///
-  /// @return An LLVM arch type.
+  /// \return An LLVM arch type.
   //------------------------------------------------------------------
   llvm::Triple::ArchType GetMachine() const;
 
@@ -348,7 +348,7 @@ public:
   ///
   /// This will be something like "ubuntu", "fedora", etc. on Linux.
   ///
-  /// @return A ConstString ref containing the distribution id,
+  /// \return A ConstString ref containing the distribution id,
   ///         potentially empty.
   //------------------------------------------------------------------
   ConstString GetDistributionId() const;
@@ -364,7 +364,7 @@ public:
   //------------------------------------------------------------------
   /// Tests if this ArchSpec is valid.
   ///
-  /// @return True if the current architecture is valid, false
+  /// \return True if the current architecture is valid, false
   ///         otherwise.
   //------------------------------------------------------------------
   bool IsValid() const {
@@ -398,17 +398,17 @@ public:
   //------------------------------------------------------------------
   /// Change the architecture object type, CPU type and OS type.
   ///
-  /// @param[in] arch_type The object type of this ArchSpec.
+  /// \param[in] arch_type The object type of this ArchSpec.
   ///
-  /// @param[in] cpu The required CPU type.
+  /// \param[in] cpu The required CPU type.
   ///
-  /// @param[in] os The optional OS type
+  /// \param[in] os The optional OS type
   /// The default value of 0 was chosen to from the ELF spec value
   /// ELFOSABI_NONE.  ELF is the only one using this parameter.  If another
   /// format uses this parameter and 0 does not work, use a value over
   /// 255 because in the ELF header this is value is only a byte.
   ///
-  /// @return True if the object, and CPU were successfully set.
+  /// \return True if the object, and CPU were successfully set.
   ///
   /// As a side effect, the vendor value is usually set to unknown. The
   /// exceptions are
@@ -437,7 +437,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the byte order for the architecture specification.
   ///
-  /// @return The endian enumeration for the current endianness of
+  /// \return The endian enumeration for the current endianness of
   ///     the architecture specification
   //------------------------------------------------------------------
   lldb::ByteOrder GetByteOrder() const;
@@ -465,7 +465,7 @@ public:
   //------------------------------------------------------------------
   /// Architecture data byte width accessor
   ///
-  /// @return the size in 8-bit (host) bytes of a minimum addressable unit
+  /// \return the size in 8-bit (host) bytes of a minimum addressable unit
   /// from the Architecture's data bus
   //------------------------------------------------------------------
   uint32_t GetDataByteSize() const;
@@ -473,7 +473,7 @@ public:
   //------------------------------------------------------------------
   /// Architecture code byte width accessor
   ///
-  /// @return the size in 8-bit (host) bytes of a minimum addressable unit
+  /// \return the size in 8-bit (host) bytes of a minimum addressable unit
   /// from the Architecture's code bus
   //------------------------------------------------------------------
   uint32_t GetCodeByteSize() const;
@@ -481,14 +481,14 @@ public:
   //------------------------------------------------------------------
   /// Architecture triple accessor.
   ///
-  /// @return A triple describing this ArchSpec.
+  /// \return A triple describing this ArchSpec.
   //------------------------------------------------------------------
   llvm::Triple &GetTriple() { return m_triple; }
 
   //------------------------------------------------------------------
   /// Architecture triple accessor.
   ///
-  /// @return A triple describing this ArchSpec.
+  /// \return A triple describing this ArchSpec.
   //------------------------------------------------------------------
   const llvm::Triple &GetTriple() const { return m_triple; }
 
@@ -504,7 +504,7 @@ public:
   /// to further resolve the CPU type and subtype, endian characteristics,
   /// etc.
   ///
-  /// @return A triple describing this ArchSpec.
+  /// \return A triple describing this ArchSpec.
   //------------------------------------------------------------------
   bool SetTriple(const llvm::Triple &triple);
 
@@ -513,7 +513,7 @@ public:
   //------------------------------------------------------------------
   /// Returns the default endianness of the architecture.
   ///
-  /// @return The endian enumeration for the default endianness of
+  /// \return The endian enumeration for the default endianness of
   ///         the architecture.
   //------------------------------------------------------------------
   lldb::ByteOrder GetDefaultEndian() const;
@@ -522,7 +522,7 @@ public:
   /// Returns true if 'char' is a signed type by default in the architecture
   /// false otherwise
   ///
-  /// @return True if 'char' is a signed type by default on the
+  /// \return True if 'char' is a signed type by default on the
   ///         architecture and false otherwise.
   //------------------------------------------------------------------
   bool CharIsSignedByDefault() const;
@@ -532,7 +532,7 @@ public:
   /// match between them. e.g. armv7s is not an exact match with armv7 - this
   /// would return false
   ///
-  /// @return true if the two ArchSpecs match.
+  /// \return true if the two ArchSpecs match.
   //------------------------------------------------------------------
   bool IsExactMatch(const ArchSpec &rhs) const;
 
@@ -541,7 +541,7 @@ public:
   /// match between them. e.g. armv7s is compatible with armv7 - this method
   /// would return true
   ///
-  /// @return true if the two ArchSpecs are compatible
+  /// \return true if the two ArchSpecs are compatible
   //------------------------------------------------------------------
   bool IsCompatibleMatch(const ArchSpec &rhs) const;
 
@@ -562,7 +562,7 @@ public:
   /// (especially common with these embedded processors), we may not have
   /// those things easily accessible.
   ///
-  /// @return true if this is an arm ArchSpec which can only execute Thumb
+  /// \return true if this is an arm ArchSpec which can only execute Thumb
   ///         instructions
   //------------------------------------------------------------------
   bool IsAlwaysThumbInstructions() const;
@@ -593,15 +593,15 @@ protected:
 };
 
 //------------------------------------------------------------------
-/// @fn bool operator< (const ArchSpec& lhs, const ArchSpec& rhs) Less than
+/// \fn bool operator< (const ArchSpec& lhs, const ArchSpec& rhs) Less than
 /// operator.
 ///
 /// Tests two ArchSpec objects to see if \a lhs is less than \a rhs.
 ///
-/// @param[in] lhs The Left Hand Side ArchSpec object to compare. @param[in]
+/// \param[in] lhs The Left Hand Side ArchSpec object to compare. \param[in]
 /// rhs The Left Hand Side ArchSpec object to compare.
 ///
-/// @return true if \a lhs is less than \a rhs
+/// \return true if \a lhs is less than \a rhs
 //------------------------------------------------------------------
 bool operator<(const ArchSpec &lhs, const ArchSpec &rhs);
 bool operator==(const ArchSpec &lhs, const ArchSpec &rhs);

Modified: lldb/trunk/include/lldb/Utility/Args.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Args.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Args.h (original)
+++ lldb/trunk/include/lldb/Utility/Args.h Mon Mar 11 10:09:29 2019
@@ -21,7 +21,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Args Args.h "lldb/Utility/Args.h"
+/// \class Args Args.h "lldb/Utility/Args.h"
 /// A command line argument class.
 ///
 /// The Args class is designed to be fed a command line. The command line is
@@ -57,11 +57,11 @@ public:
   //------------------------------------------------------------------
   /// Construct with an option command string.
   ///
-  /// @param[in] command
+  /// \param[in] command
   ///     A NULL terminated command that will be copied and split up
   ///     into arguments.
   ///
-  /// @see Args::SetCommandString(llvm::StringRef)
+  /// \see Args::SetCommandString(llvm::StringRef)
   //------------------------------------------------------------------
   Args(llvm::StringRef command = llvm::StringRef());
 
@@ -86,10 +86,10 @@ public:
   ///
   /// If label_name is nullptr, the dump operation is skipped.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump all arguments in the argument
   ///     vector.
-  /// @param[in] label_name
+  /// \param[in] label_name
   ///     The label_name to use as the label printed for each
   ///     entry of the args like so:
   ///       {label_name}[{index}]={value}
@@ -102,13 +102,13 @@ public:
   /// The command string will be copied and split up into arguments that can
   /// be accessed via the accessor functions.
   ///
-  /// @param[in] command
+  /// \param[in] command
   ///     A command StringRef that will be copied and split up
   ///     into arguments.
   ///
-  /// @see Args::GetArgumentCount() const
-  /// @see Args::GetArgumentAtIndex (size_t) const @see
-  /// Args::GetArgumentVector () @see Args::Shift () @see Args::Unshift (const
+  /// \see Args::GetArgumentCount() const
+  /// \see Args::GetArgumentAtIndex (size_t) const @see
+  /// Args::GetArgumentVector () \see Args::Shift () \see Args::Unshift (const
   /// char *)
   //------------------------------------------------------------------
   void SetCommandString(llvm::StringRef command);
@@ -120,7 +120,7 @@ public:
   //------------------------------------------------------------------
   /// Gets the number of arguments left in this command object.
   ///
-  /// @return
+  /// \return
   ///     The number or arguments in this object.
   //------------------------------------------------------------------
   size_t GetArgumentCount() const;
@@ -130,7 +130,7 @@ public:
   /// Gets the NULL terminated C string argument pointer for the argument at
   /// index \a idx.
   ///
-  /// @return
+  /// \return
   ///     The NULL terminated C string argument pointer if \a idx is a
   ///     valid argument index, NULL otherwise.
   //------------------------------------------------------------------
@@ -157,7 +157,7 @@ public:
   ///         int main (int argc, const char **argv);
   ///     \endcode
   ///
-  /// @return
+  /// \return
   ///     An array of NULL terminated C string argument pointers that
   ///     also has a terminating NULL C string pointer
   //------------------------------------------------------------------
@@ -173,7 +173,7 @@ public:
   ///         int main (int argc, const char **argv);
   ///     \endcode
   ///
-  /// @return
+  /// \return
   ///     An array of NULL terminate C string argument pointers that
   ///     also has a terminating NULL C string pointer
   //------------------------------------------------------------------
@@ -191,10 +191,10 @@ public:
   //------------------------------------------------------------------
   /// Appends a new argument to the end of the list argument list.
   ///
-  /// @param[in] arg_cstr
+  /// \param[in] arg_cstr
   ///     The new argument as a NULL terminated C string.
   ///
-  /// @param[in] quote_char
+  /// \param[in] quote_char
   ///     If the argument was originally quoted, put in the quote char here.
   //------------------------------------------------------------------
   void AppendArgument(llvm::StringRef arg_str, char quote_char = '\0');
@@ -206,16 +206,16 @@ public:
   //------------------------------------------------------------------
   /// Insert the argument value at index \a idx to \a arg_cstr.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     The index of where to insert the argument.
   ///
-  /// @param[in] arg_cstr
+  /// \param[in] arg_cstr
   ///     The new argument as a NULL terminated C string.
   ///
-  /// @param[in] quote_char
+  /// \param[in] quote_char
   ///     If the argument was originally quoted, put in the quote char here.
   ///
-  /// @return
+  /// \return
   ///     The NULL terminated C string of the copy of \a arg_cstr.
   //------------------------------------------------------------------
   void InsertArgumentAtIndex(size_t idx, llvm::StringRef arg_str,
@@ -225,13 +225,13 @@ public:
   /// Replaces the argument value at index \a idx to \a arg_cstr if \a idx is
   /// a valid argument index.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     The index of the argument that will have its value replaced.
   ///
-  /// @param[in] arg_cstr
+  /// \param[in] arg_cstr
   ///     The new argument as a NULL terminated C string.
   ///
-  /// @param[in] quote_char
+  /// \param[in] quote_char
   ///     If the argument was originally quoted, put in the quote char here.
   //------------------------------------------------------------------
   void ReplaceArgumentAtIndex(size_t idx, llvm::StringRef arg_str,
@@ -241,7 +241,7 @@ public:
   /// Deletes the argument value at index
   /// if \a idx is a valid argument index.
   ///
-  /// @param[in] idx
+  /// \param[in] idx
   ///     The index of the argument that will have its value replaced.
   ///
   //------------------------------------------------------------------
@@ -268,7 +268,7 @@ public:
   /// by calling Args::GetArgumentAtIndex (size_t) const first and copying the
   /// returned value before calling Args::Shift().
   ///
-  /// @see Args::GetArgumentAtIndex (size_t) const
+  /// \see Args::GetArgumentAtIndex (size_t) const
   //------------------------------------------------------------------
   void Shift();
 
@@ -278,10 +278,10 @@ public:
   ///
   /// A copy \a arg_cstr will be made.
   ///
-  /// @param[in] arg_cstr
+  /// \param[in] arg_cstr
   ///     The argument to push on the front of the argument stack.
   ///
-  /// @param[in] quote_char
+  /// \param[in] quote_char
   ///     If the argument was originally quoted, put in the quote char here.
   //------------------------------------------------------------------
   void Unshift(llvm::StringRef arg_str, char quote_char = '\0');
@@ -358,7 +358,7 @@ private:
 };
 
 //----------------------------------------------------------------------
-/// @class OptionsWithRaw Args.h "lldb/Utility/Args.h"
+/// \class OptionsWithRaw Args.h "lldb/Utility/Args.h"
 /// A pair of an option list with a 'raw' string as a suffix.
 ///
 /// This class works similar to Args, but handles the case where we have a
@@ -376,7 +376,7 @@ private:
 /// All strings not matching the above format as considered to be just a raw
 /// string without any options.
 ///
-/// @see Args
+/// \see Args
 //----------------------------------------------------------------------
 class OptionsWithRaw {
 public:
@@ -385,7 +385,7 @@ public:
   ///
   /// See the class description for a description of the input format.
   ///
-  /// @param[in] argument_string
+  /// \param[in] argument_string
   ///     The string that should be parsed.
   //------------------------------------------------------------------
   explicit OptionsWithRaw(llvm::StringRef argument_string);

Modified: lldb/trunk/include/lldb/Utility/Baton.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Baton.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Baton.h (original)
+++ lldb/trunk/include/lldb/Utility/Baton.h Mon Mar 11 10:09:29 2019
@@ -21,7 +21,7 @@ class Stream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Baton Baton.h "lldb/Core/Baton.h"
+/// \class Baton Baton.h "lldb/Core/Baton.h"
 /// A class designed to wrap callback batons so they can cleanup
 ///        any acquired resources
 ///

Modified: lldb/trunk/include/lldb/Utility/Broadcaster.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Broadcaster.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Broadcaster.h (original)
+++ lldb/trunk/include/lldb/Utility/Broadcaster.h Mon Mar 11 10:09:29 2019
@@ -222,16 +222,16 @@ private:
 };
 
 //----------------------------------------------------------------------
-/// @class Broadcaster Broadcaster.h "lldb/Utility/Broadcaster.h" An event
+/// \class Broadcaster Broadcaster.h "lldb/Utility/Broadcaster.h" An event
 /// broadcasting class.
 ///
 /// The Broadcaster class is designed to be subclassed by objects that wish to
 /// vend events in a multi-threaded environment. Broadcaster objects can each
 /// vend 32 events. Each event is represented by a bit in a 32 bit value and
 /// these bits can be set:
-///     @see Broadcaster::SetEventBits(uint32_t)
+///     \see Broadcaster::SetEventBits(uint32_t)
 /// or cleared:
-///     @see Broadcaster::ResetEventBits(uint32_t)
+///     \see Broadcaster::ResetEventBits(uint32_t)
 /// When an event gets set the Broadcaster object will notify the Listener
 /// object that is listening for the event (if there is one).
 ///
@@ -261,7 +261,7 @@ public:
   //------------------------------------------------------------------
   /// Construct with a broadcaster with a name.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     A NULL terminated C string that contains the name of the
   ///     broadcaster object.
   //------------------------------------------------------------------
@@ -279,15 +279,15 @@ public:
   //------------------------------------------------------------------
   /// Broadcast an event which has no associated data.
   ///
-  /// @param[in] event_type
+  /// \param[in] event_type
   ///     The element from the enum defining this broadcaster's events
   ///     that is being broadcast.
   ///
-  /// @param[in] event_data
+  /// \param[in] event_data
   ///     User event data that will be owned by the lldb::Event that
   ///     is created internally.
   ///
-  /// @param[in] unique
+  /// \param[in] unique
   ///     If true, then only add an event of this type if there isn't
   ///     one already in the queue.
   ///
@@ -329,15 +329,15 @@ public:
   /// different from what is requested in \a event_mask, and to track this the
   /// actual event bits that are acquired get returned.
   ///
-  /// @param[in] listener
+  /// \param[in] listener
   ///     The Listener object that wants to monitor the events that
   ///     get broadcast by this object.
   ///
-  /// @param[in] event_mask
+  /// \param[in] event_mask
   ///     A bit mask that indicates which events the listener is
   ///     asking to monitor.
   ///
-  /// @return
+  /// \return
   ///     The actual event bits that were acquired by \a listener.
   //------------------------------------------------------------------
   uint32_t AddListener(const lldb::ListenerSP &listener_sp,
@@ -348,7 +348,7 @@ public:
   //------------------------------------------------------------------
   /// Get the NULL terminated C string name of this Broadcaster object.
   ///
-  /// @return
+  /// \return
   ///     The NULL terminated C string name of this Broadcaster.
   //------------------------------------------------------------------
   ConstString GetBroadcasterName() { return m_broadcaster_name; }
@@ -356,10 +356,10 @@ public:
   //------------------------------------------------------------------
   /// Get the event name(s) for one or more event bits.
   ///
-  /// @param[in] event_mask
+  /// \param[in] event_mask
   ///     A bit mask that indicates which events to get names for.
   ///
-  /// @return
+  /// \return
   ///     The NULL terminated C string name of this Broadcaster.
   //------------------------------------------------------------------
   bool GetEventNames(Stream &s, const uint32_t event_mask,
@@ -371,11 +371,11 @@ public:
   //------------------------------------------------------------------
   /// Set the name for an event bit.
   ///
-  /// @param[in] event_mask
+  /// \param[in] event_mask
   ///     A bit mask that indicates which events the listener is
   ///     asking to monitor.
   ///
-  /// @return
+  /// \return
   ///     The NULL terminated C string name of this Broadcaster.
   //------------------------------------------------------------------
   void SetEventName(uint32_t event_mask, const char *name) {
@@ -396,17 +396,17 @@ public:
   /// (assuming \a listener was listening to this object) for other listener
   /// objects to use.
   ///
-  /// @param[in] listener
+  /// \param[in] listener
   ///     A Listener object that previously called AddListener.
   ///
-  /// @param[in] event_mask
+  /// \param[in] event_mask
   ///     The event bits \a listener wishes to relinquish.
   ///
-  /// @return
+  /// \return
   ///     \b True if the listener was listening to this broadcaster
   ///     and was removed, \b false otherwise.
   ///
-  /// @see uint32_t Broadcaster::AddListener (Listener*, uint32_t)
+  /// \see uint32_t Broadcaster::AddListener (Listener*, uint32_t)
   //------------------------------------------------------------------
   bool RemoveListener(const lldb::ListenerSP &listener_sp,
                       uint32_t event_mask = UINT32_MAX) {
@@ -420,18 +420,18 @@ public:
   /// now go to the hijacking listener. Only one hijack can occur at a time.
   /// If we need more than this we will have to implement a Listener stack.
   ///
-  /// @param[in] listener
+  /// \param[in] listener
   ///     A Listener object.  You do not need to call StartListeningForEvents
   ///     for this broadcaster (that would fail anyway since the event bits
   ///     would most likely be taken by the listener(s) you are usurping.
   ///
-  /// @param[in] event_mask
+  /// \param[in] event_mask
   ///     The event bits \a listener wishes to hijack.
   ///
-  /// @return
+  /// \return
   ///     \b True if the event mask could be hijacked, \b false otherwise.
   ///
-  /// @see uint32_t Broadcaster::AddListener (Listener*, uint32_t)
+  /// \see uint32_t Broadcaster::AddListener (Listener*, uint32_t)
   //------------------------------------------------------------------
   bool HijackBroadcaster(const lldb::ListenerSP &listener_sp,
                          uint32_t event_mask = UINT32_MAX) {

Modified: lldb/trunk/include/lldb/Utility/CompletionRequest.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/CompletionRequest.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/CompletionRequest.h (original)
+++ lldb/trunk/include/lldb/Utility/CompletionRequest.h Mon Mar 11 10:09:29 2019
@@ -56,7 +56,7 @@ public:
 };
 
 //----------------------------------------------------------------------
-/// @class CompletionRequest CompletionRequest.h
+/// \class CompletionRequest CompletionRequest.h
 ///   "lldb/Utility/ArgCompletionRequest.h"
 ///
 /// Contains all information necessary to complete an incomplete command
@@ -69,22 +69,22 @@ public:
   //----------------------------------------------------------
   /// Constructs a completion request.
   ///
-  /// @param [in] command_line
+  /// \param [in] command_line
   ///     The command line the user has typed at this point.
   ///
-  /// @param [in] raw_cursor_pos
+  /// \param [in] raw_cursor_pos
   ///     The position of the cursor in the command line string. Index 0 means
   ///     the cursor is at the start of the line. The completion starts from
   ///     this cursor position.
   ///
-  /// @param [in] match_start_point
-  /// @param [in] max_return_elements
+  /// \param [in] match_start_point
+  /// \param [in] max_return_elements
   ///     If there is a match that is expensive to compute, these are here to
   ///     allow you to compute the completions in  batches.  Start the
   ///     completion from match_start_point, and return match_return_elements
   ///     elements.
   ///
-  /// @param [out] result
+  /// \param [out] result
   ///     The CompletionResult that will be filled with the results after this
   ///     request has been handled.
   //----------------------------------------------------------
@@ -121,8 +121,8 @@ public:
   /// the suggested completion is stored, so the given string can be free'd
   /// afterwards.
   ///
-  /// @param match The suggested completion.
-  /// @param match An optional description of the completion string. The
+  /// \param match The suggested completion.
+  /// \param match An optional description of the completion string. The
   ///     description will be displayed to the user alongside the completion.
   void AddCompletion(llvm::StringRef completion,
                      llvm::StringRef description = "") {
@@ -133,7 +133,7 @@ public:
   ///
   /// \param completions The list of completions.
   ///
-  /// @see AddCompletion
+  /// \see AddCompletion
   void AddCompletions(const StringList &completions) {
     for (std::size_t i = 0; i < completions.GetSize(); ++i)
       AddCompletion(completions.GetStringAtIndex(i));
@@ -146,7 +146,7 @@ public:
   /// \param completions The list of completions.
   /// \param completions The list of descriptions.
   ///
-  /// @see AddCompletion
+  /// \see AddCompletion
   void AddCompletions(const StringList &completions,
                       const StringList &descriptions) {
     lldbassert(completions.GetSize() == descriptions.GetSize());

Modified: lldb/trunk/include/lldb/Utility/Connection.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Connection.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Connection.h (original)
+++ lldb/trunk/include/lldb/Utility/Connection.h Mon Mar 11 10:09:29 2019
@@ -30,7 +30,7 @@ template <typename Ratio> class Timeout;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Connection Connection.h "lldb/Utility/Connection.h"
+/// \class Connection Connection.h "lldb/Utility/Connection.h"
 /// A communication connection class.
 ///
 /// A class that implements that actual communication functions for
@@ -58,21 +58,21 @@ public:
   //------------------------------------------------------------------
   /// Connect using the connect string \a url.
   ///
-  /// @param[in] url
+  /// \param[in] url
   ///     A string that contains all information needed by the
   ///     subclass to connect to another client.
   ///
-  /// @param[out] error_ptr
+  /// \param[out] error_ptr
   ///     A pointer to an error object that should be given an
   ///     appropriate error value if this method returns false. This
   ///     value can be NULL if the error value should be ignored.
   ///
-  /// @return
+  /// \return
   ///     \b True if the connect succeeded, \b false otherwise. The
   ///     internal error object should be filled in with an
   ///     appropriate value based on the result of this function.
   ///
-  /// @see Status& Communication::GetError ();
+  /// \see Status& Communication::GetError ();
   //------------------------------------------------------------------
   virtual lldb::ConnectionStatus Connect(llvm::StringRef url,
                                          Status *error_ptr) = 0;
@@ -80,24 +80,24 @@ public:
   //------------------------------------------------------------------
   /// Disconnect the communications connection if one is currently connected.
   ///
-  /// @param[out] error_ptr
+  /// \param[out] error_ptr
   ///     A pointer to an error object that should be given an
   ///     appropriate error value if this method returns false. This
   ///     value can be NULL if the error value should be ignored.
   ///
-  /// @return
+  /// \return
   ///     \b True if the disconnect succeeded, \b false otherwise. The
   ///     internal error object should be filled in with an
   ///     appropriate value based on the result of this function.
   ///
-  /// @see Status& Communication::GetError ();
+  /// \see Status& Communication::GetError ();
   //------------------------------------------------------------------
   virtual lldb::ConnectionStatus Disconnect(Status *error_ptr) = 0;
 
   //------------------------------------------------------------------
   /// Check if the connection is valid.
   ///
-  /// @return
+  /// \return
   ///     \b True if this object is currently connected, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -106,30 +106,30 @@ public:
   //------------------------------------------------------------------
   /// The read function that attempts to read from the connection.
   ///
-  /// @param[in] dst
+  /// \param[in] dst
   ///     A destination buffer that must be at least \a dst_len bytes
   ///     long.
   ///
-  /// @param[in] dst_len
+  /// \param[in] dst_len
   ///     The number of bytes to attempt to read, and also the max
   ///     number of bytes that can be placed into \a dst.
   ///
-  /// @param[in] timeout
+  /// \param[in] timeout
   ///     The number of microseconds to wait for the data.
   ///
-  /// @param[out] status
+  /// \param[out] status
   ///     On return, indicates whether the call was successful or terminated
   ///     due to some error condition.
   ///
-  /// @param[out] error_ptr
+  /// \param[out] error_ptr
   ///     A pointer to an error object that should be given an
   ///     appropriate error value if this method returns zero. This
   ///     value can be NULL if the error value should be ignored.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes actually read.
   ///
-  /// @see size_t Communication::Read (void *, size_t, uint32_t);
+  /// \see size_t Communication::Read (void *, size_t, uint32_t);
   //------------------------------------------------------------------
   virtual size_t Read(void *dst, size_t dst_len,
                       const Timeout<std::micro> &timeout,
@@ -141,20 +141,20 @@ public:
   ///
   /// Subclasses must override this function.
   ///
-  /// @param[in] dst
+  /// \param[in] dst
   ///     A desination buffer that must be at least \a dst_len bytes
   ///     long.
   ///
-  /// @param[in] dst_len
+  /// \param[in] dst_len
   ///     The number of bytes to attempt to write, and also the
   ///     number of bytes are currently available in \a dst.
   ///
-  /// @param[out] error_ptr
+  /// \param[out] error_ptr
   ///     A pointer to an error object that should be given an
   ///     appropriate error value if this method returns zero. This
   ///     value can be NULL if the error value should be ignored.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes actually Written.
   //------------------------------------------------------------------
   virtual size_t Write(const void *dst, size_t dst_len,
@@ -165,7 +165,7 @@ public:
   ///
   /// Subclasses may override this function.
   ///
-  /// @return
+  /// \return
   ///     Returns URI or an empty string if disconnecteds
   //------------------------------------------------------------------
   virtual std::string GetURI() = 0;
@@ -180,7 +180,7 @@ public:
   /// interrupt request (which will remain queued for the next Read()
   /// operation).
   ///
-  /// @return
+  /// \return
   ///     Returns true is the interrupt request was successful.
   //------------------------------------------------------------------
   virtual bool InterruptRead() = 0;
@@ -192,7 +192,7 @@ public:
   /// connection. If the Connection does not use IOObjects (and hence does not
   /// support waiting) this function should return a null pointer.
   ///
-  /// @return
+  /// \return
   ///     The underlying IOObject used for reading.
   //------------------------------------------------------------------
   virtual lldb::IOObjectSP GetReadObject() { return lldb::IOObjectSP(); }

Modified: lldb/trunk/include/lldb/Utility/ConstString.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/ConstString.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/ConstString.h (original)
+++ lldb/trunk/include/lldb/Utility/ConstString.h Mon Mar 11 10:09:29 2019
@@ -24,7 +24,7 @@ class raw_ostream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ConstString ConstString.h "lldb/Utility/ConstString.h"
+/// \class ConstString ConstString.h "lldb/Utility/ConstString.h"
 /// A uniqued constant string class.
 ///
 /// Provides an efficient way to store strings as uniqued strings. After the
@@ -51,7 +51,7 @@ public:
   ///
   /// Copies the string value in \a rhs into this object.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     Another string object to copy.
   //------------------------------------------------------------------
   ConstString(const ConstString &rhs) : m_string(rhs.m_string) {}
@@ -65,7 +65,7 @@ public:
   /// C string already exists in the global string pool. If it doesn't
   /// exist, it is added to the string pool.
   ///
-  /// @param[in] cstr
+  /// \param[in] cstr
   ///     A NULL terminated C string to add to the string pool.
   //------------------------------------------------------------------
   explicit ConstString(const char *cstr);
@@ -78,14 +78,14 @@ public:
   /// be truncated. This allows substrings to be created without the need to
   /// NULL terminate the string as it is passed into this function.
   ///
-  /// @param[in] cstr
+  /// \param[in] cstr
   ///     A pointer to the first character in the C string. The C
   ///     string can be NULL terminated in a buffer that contains
   ///     more characters than the length of the string, or the
   ///     string can be part of another string and a new substring
   ///     can be created.
   ///
-  /// @param[in] max_cstr_len
+  /// \param[in] max_cstr_len
   ///     The max length of \a cstr. If the string length of \a cstr
   ///     is less than \a max_cstr_len, then the string will be
   ///     truncated. If the string length of \a cstr is greater than
@@ -113,7 +113,7 @@ public:
     /// Two C strings are equal when they are contained in ConstString objects
     /// when their pointer values are equal to each other.
     ///
-    /// @return
+    /// \return
     ///     Returns \b true if the C string in \a lhs is equal to
     ///     the C string value in \a rhs, \b false otherwise.
     //--------------------------------------------------------------
@@ -128,13 +128,13 @@ public:
   /// This allows code to check a ConstString object to see if it contains a
   /// valid string using code such as:
   ///
-  /// @code
+  /// \code
   /// ConstString str(...);
   /// if (str)
   /// { ...
-  /// @endcode
+  /// \endcode
   ///
-  /// @return
+  /// \return
   ///     /b True this object contains a valid non-empty C string, \b
   ///     false otherwise.
   //------------------------------------------------------------------
@@ -145,10 +145,10 @@ public:
   ///
   /// Assigns the string in this object with the value from \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     Another string object to copy into this object.
   ///
-  /// @return
+  /// \return
   ///     A const reference to this object.
   //------------------------------------------------------------------
   ConstString operator=(ConstString rhs) {
@@ -163,12 +163,12 @@ public:
   /// operation is very fast as it results in a pointer comparison since all
   /// strings are in a uniqued in a global string pool.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     Another string object to compare this object to.
   ///
-  /// @return
-  ///     @li \b true if this object is equal to \a rhs.
-  ///     @li \b false if this object is not equal to \a rhs.
+  /// \return
+  ///     \li \b true if this object is equal to \a rhs.
+  ///     \li \b false if this object is not equal to \a rhs.
   //------------------------------------------------------------------
   bool operator==(ConstString rhs) const {
     // We can do a pointer compare to compare these strings since they must
@@ -183,12 +183,12 @@ public:
   /// operation is very fast as it results in a pointer comparison since all
   /// strings are in a uniqued in a global string pool.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     Another string object to compare this object to.
   ///
-  /// @return
-  ///     @li \b true if this object is not equal to \a rhs.
-  ///     @li \b false if this object is equal to \a rhs.
+  /// \return
+  ///     \li \b true if this object is not equal to \a rhs.
+  ///     \li \b false if this object is equal to \a rhs.
   //------------------------------------------------------------------
   bool operator!=(ConstString rhs) const {
     return m_string != rhs.m_string;
@@ -204,7 +204,7 @@ public:
   ///
   /// If \a value_if_empty is nullptr, then nullptr will be returned.
   ///
-  /// @return
+  /// \return
   ///     Returns \a value_if_empty if the string is empty, otherwise
   ///     the C string value contained in this object.
   //------------------------------------------------------------------
@@ -215,7 +215,7 @@ public:
   //------------------------------------------------------------------
   /// Get the string value as a llvm::StringRef
   ///
-  /// @return
+  /// \return
   ///     Returns a new llvm::StringRef object filled in with the
   ///     needed data.
   //------------------------------------------------------------------
@@ -231,7 +231,7 @@ public:
   /// function will always return nullptr if the string is not valid. So this
   /// function is a direct accessor to the string pointer value.
   ///
-  /// @return
+  /// \return
   ///     Returns nullptr the string is invalid, otherwise the C string
   ///     value contained in this object.
   //------------------------------------------------------------------
@@ -243,7 +243,7 @@ public:
   /// The string pool stores the length of the string, so we can avoid calling
   /// strlen() on the pointer value with this function.
   ///
-  /// @return
+  /// \return
   ///     Returns the number of bytes that this string occupies in
   ///     memory, not including the NULL termination byte.
   //------------------------------------------------------------------
@@ -265,19 +265,19 @@ public:
   /// in a pointer comparison since all strings are in a uniqued in a global
   /// string pool.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     The Left Hand Side const ConstString object reference.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     The Right Hand Side const ConstString object reference.
   ///
-  /// @param[in] case_sensitive
+  /// \param[in] case_sensitive
   ///     Case sensitivity. If true, case sensitive equality
   ///     will be tested, otherwise character case will be ignored
   ///
-  /// @return
-  ///     @li \b true if this object is equal to \a rhs.
-  ///     @li \b false if this object is not equal to \a rhs.
+  /// \return
+  ///     \li \b true if this object is equal to \a rhs.
+  ///     \li \b false if this object is not equal to \a rhs.
   //------------------------------------------------------------------
   static bool Equals(ConstString lhs, ConstString rhs,
                      const bool case_sensitive = true);
@@ -293,20 +293,20 @@ public:
   /// it is much more efficient. Also if you want string inequality, use the
   /// != operator for the same reasons.
   ///
-  /// @param[in] lhs
+  /// \param[in] lhs
   ///     The Left Hand Side const ConstString object reference.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     The Right Hand Side const ConstString object reference.
   ///
-  /// @param[in] case_sensitive
+  /// \param[in] case_sensitive
   ///     Case sensitivity of compare. If true, case sensitive compare
   ///     will be performed, otherwise character case will be ignored
   ///
-  /// @return
-  ///     @li -1 if lhs < rhs
-  ///     @li 0 if lhs == rhs
-  ///     @li 1 if lhs > rhs
+  /// \return
+  ///     \li -1 if lhs < rhs
+  ///     \li 0 if lhs == rhs
+  ///     \li 1 if lhs > rhs
   //------------------------------------------------------------------
   static int Compare(ConstString lhs, ConstString rhs,
                      const bool case_sensitive = true);
@@ -318,10 +318,10 @@ public:
   /// empty, print \a value_if_empty to the stream instead. If \a
   /// value_if_empty is nullptr, then nothing will be dumped to the stream.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream that will be used to dump the object description.
   ///
-  /// @param[in] value_if_empty
+  /// \param[in] value_if_empty
   ///     The value to dump if the string is empty. If nullptr, nothing
   ///     will be output to the stream.
   //------------------------------------------------------------------
@@ -330,7 +330,7 @@ public:
   //------------------------------------------------------------------
   /// Dump the object debug description to a stream.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream that will be used to dump the object description.
   //------------------------------------------------------------------
   void DumpDebug(Stream *s) const;
@@ -338,18 +338,18 @@ public:
   //------------------------------------------------------------------
   /// Test for empty string.
   ///
-  /// @return
-  ///     @li \b true if the contained string is empty.
-  ///     @li \b false if the contained string is not empty.
+  /// \return
+  ///     \li \b true if the contained string is empty.
+  ///     \li \b false if the contained string is not empty.
   //------------------------------------------------------------------
   bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; }
 
   //------------------------------------------------------------------
   /// Test for null string.
   ///
-  /// @return
-  ///     @li \b true if there is no string associated with this instance.
-  ///     @li \b false if there is a string associated with this instance.
+  /// \return
+  ///     \li \b true if there is no string associated with this instance.
+  ///     \li \b false if there is a string associated with this instance.
   //------------------------------------------------------------------
   bool IsNull() const { return m_string == nullptr; }
 
@@ -363,7 +363,7 @@ public:
   /// current entry and returns the existing value. If it doesn't exist, it is
   /// added to the string pool.
   ///
-  /// @param[in] cstr
+  /// \param[in] cstr
   ///     A NULL terminated C string to add to the string pool.
   //------------------------------------------------------------------
   void SetCString(const char *cstr);
@@ -380,10 +380,10 @@ public:
   /// demangler over and over on the same strings and then trying to unique
   /// them.
   ///
-  /// @param[in] demangled
+  /// \param[in] demangled
   ///     The demangled string to correlate with the \a mangled name.
   ///
-  /// @param[in] mangled
+  /// \param[in] mangled
   ///     The already uniqued mangled ConstString to correlate the
   ///     soon to be uniqued version of \a demangled.
   //------------------------------------------------------------------
@@ -401,11 +401,11 @@ public:
   /// demangler over and over on the same strings and then trying to unique
   /// them.
   ///
-  /// @param[in] counterpart
+  /// \param[in] counterpart
   ///     A reference to a ConstString object that might get filled in
   ///     with the demangled/mangled counterpart.
   ///
-  /// @return
+  /// \return
   ///     /b True if \a counterpart was filled in with the counterpart
   ///     /b false otherwise.
   //------------------------------------------------------------------
@@ -423,10 +423,10 @@ public:
   /// current entry and returns the existing value. If it doesn't exist, it is
   /// added to the string pool.
   ///
-  /// @param[in] cstr
+  /// \param[in] cstr
   ///     A NULL terminated C string to add to the string pool.
   ///
-  /// @param[in] cstr_len
+  /// \param[in] cstr_len
   ///     The maximum length of the C string.
   //------------------------------------------------------------------
   void SetCStringWithLength(const char *cstr, size_t cstr_len);
@@ -446,10 +446,10 @@ public:
   /// the size in bytes of this object, which does not include any the shared
   /// string values it may refer to.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   ///
-  /// @see ConstString::StaticMemorySize ()
+  /// \see ConstString::StaticMemorySize ()
   //------------------------------------------------------------------
   size_t MemorySize() const { return sizeof(ConstString); }
 
@@ -459,7 +459,7 @@ public:
   /// Reports the size in bytes of all shared C string values, containers and
   /// any other values as a byte size for the entire string pool.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that the global string pool occupies
   ///     in memory.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Utility/DataBuffer.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/DataBuffer.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/DataBuffer.h (original)
+++ lldb/trunk/include/lldb/Utility/DataBuffer.h Mon Mar 11 10:09:29 2019
@@ -20,7 +20,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class DataBuffer DataBuffer.h "lldb/Core/DataBuffer.h"
+/// \class DataBuffer DataBuffer.h "lldb/Core/DataBuffer.h"
 /// A pure virtual protocol class for abstracted data buffers.
 ///
 /// DataBuffer is an abstract class that gets packaged into a shared pointer
@@ -57,7 +57,7 @@ public:
   //------------------------------------------------------------------
   /// Get a pointer to the data.
   ///
-  /// @return
+  /// \return
   ///     A pointer to the bytes owned by this object, or NULL if the
   ///     object contains no bytes.
   //------------------------------------------------------------------
@@ -66,7 +66,7 @@ public:
   //------------------------------------------------------------------
   /// Get a const pointer to the data.
   ///
-  /// @return
+  /// \return
   ///     A const pointer to the bytes owned by this object, or NULL
   ///     if the object contains no bytes.
   //------------------------------------------------------------------
@@ -75,7 +75,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of bytes in the data buffer.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes this object currently contains.
   //------------------------------------------------------------------
   virtual lldb::offset_t GetByteSize() const = 0;

Modified: lldb/trunk/include/lldb/Utility/DataBufferHeap.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/DataBufferHeap.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/DataBufferHeap.h (original)
+++ lldb/trunk/include/lldb/Utility/DataBufferHeap.h Mon Mar 11 10:09:29 2019
@@ -19,7 +19,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class DataBufferHeap DataBufferHeap.h "lldb/Core/DataBufferHeap.h"
+/// \class DataBufferHeap DataBufferHeap.h "lldb/Core/DataBufferHeap.h"
 /// A subclass of DataBuffer that stores a data buffer on the heap.
 ///
 /// This class keeps its data in a heap based buffer that is owned by the
@@ -43,10 +43,10 @@ public:
   ///
   /// Initialize this class with \a n bytes and fills the buffer with \a ch.
   ///
-  /// @param[in] n
+  /// \param[in] n
   ///     The number of bytes that heap based buffer should contain.
   ///
-  /// @param[in] ch
+  /// \param[in] ch
   ///     The character to use when filling the buffer initially.
   //------------------------------------------------------------------
   DataBufferHeap(lldb::offset_t n, uint8_t ch);
@@ -54,10 +54,10 @@ public:
   //------------------------------------------------------------------
   /// Construct by making a copy of \a src_len bytes from \a src.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     A pointer to the data to copy.
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     The number of bytes in \a src to copy.
   //------------------------------------------------------------------
   DataBufferHeap(const void *src, lldb::offset_t src_len);
@@ -71,17 +71,17 @@ public:
   ~DataBufferHeap() override;
 
   //------------------------------------------------------------------
-  /// @copydoc DataBuffer::GetBytes()
+  /// \copydoc DataBuffer::GetBytes()
   //------------------------------------------------------------------
   uint8_t *GetBytes() override;
 
   //------------------------------------------------------------------
-  /// @copydoc DataBuffer::GetBytes() const
+  /// \copydoc DataBuffer::GetBytes() const
   //------------------------------------------------------------------
   const uint8_t *GetBytes() const override;
 
   //------------------------------------------------------------------
-  /// @copydoc DataBuffer::GetByteSize() const
+  /// \copydoc DataBuffer::GetByteSize() const
   //------------------------------------------------------------------
   lldb::offset_t GetByteSize() const override;
 
@@ -92,11 +92,11 @@ public:
   /// This can be used prior to copying data into the buffer. Note that this
   /// zero-initializes up to \p byte_size bytes.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The new size in bytes that this data buffer should attempt
   ///     to resize itself to.
   ///
-  /// @return
+  /// \return
   ///     The size in bytes after that this heap buffer was
   ///     successfully resized to.
   //------------------------------------------------------------------
@@ -107,10 +107,10 @@ public:
   ///
   /// Copies the data in \a src into an internal buffer.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     A pointer to the data to copy.
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     The number of bytes in \a src to copy.
   //------------------------------------------------------------------
   void CopyData(const void *src, lldb::offset_t src_len);

Modified: lldb/trunk/include/lldb/Utility/DataEncoder.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/DataEncoder.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/DataEncoder.h (original)
+++ lldb/trunk/include/lldb/Utility/DataEncoder.h Mon Mar 11 10:09:29 2019
@@ -22,14 +22,14 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class DataEncoder DataEncoder.h "lldb/Core/DataEncoder.h" An binary data
+/// \class DataEncoder DataEncoder.h "lldb/Core/DataEncoder.h" An binary data
 /// encoding class.
 ///
 /// DataEncoder is a class that can encode binary data (swapping if needed) to
 /// a data buffer. The data buffer can be caller owned, or can be shared data
 /// that can be shared between multiple DataEncoder or DataEncoder instances.
 ///
-/// @see DataBuffer
+/// \see DataBuffer
 //----------------------------------------------------------------------
 class DataEncoder {
 public:
@@ -46,16 +46,16 @@ public:
   /// This constructor allows us to use data that is owned by the caller. The
   /// data must stay around as long as this object is valid.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     A pointer to caller owned data.
   ///
-  /// @param[in] data_length
+  /// \param[in] data_length
   ///     The length in bytes of \a data.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     A byte order of the data that we are extracting from.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     A new address byte size value.
   //------------------------------------------------------------------
   DataEncoder(void *data, uint32_t data_length, lldb::ByteOrder byte_order,
@@ -69,13 +69,13 @@ public:
   /// the data lives as long as anyone still has a valid shared pointer to the
   /// data in \a data_sp.
   ///
-  /// @param[in] data_sp
+  /// \param[in] data_sp
   ///     A shared pointer to data.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     A byte order of the data that we are extracting from.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     A new address byte size value.
   //------------------------------------------------------------------
   DataEncoder(const lldb::DataBufferSP &data_sp, lldb::ByteOrder byte_order,
@@ -103,7 +103,7 @@ public:
   ///
   /// Return the size in bytes of any address values this object will extract.
   ///
-  /// @return
+  /// \return
   ///     The size in bytes of address values that will be extracted.
   //------------------------------------------------------------------
   uint8_t GetAddressByteSize() const { return m_addr_size; }
@@ -111,7 +111,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of bytes contained in this object.
   ///
-  /// @return
+  /// \return
   ///     The total number of bytes of data this object refers to.
   //------------------------------------------------------------------
   size_t GetByteSize() const { return m_end - m_start; }
@@ -119,7 +119,7 @@ public:
   //------------------------------------------------------------------
   /// Get the data end pointer.
   ///
-  /// @return
+  /// \return
   ///     Returns a pointer to the next byte contained in this
   ///     object's data, or NULL of there is no data in this object.
   //------------------------------------------------------------------
@@ -132,7 +132,7 @@ public:
   ///
   /// Get the offset of the first byte of data in the shared data (if any).
   ///
-  /// @return
+  /// \return
   ///     If this object contains shared data, this function returns
   ///     the offset in bytes into that shared data, zero otherwise.
   //------------------------------------------------------------------
@@ -141,7 +141,7 @@ public:
   //------------------------------------------------------------------
   /// Get the current byte order value.
   ///
-  /// @return
+  /// \return
   ///     The current byte order value from this object's internal
   ///     state.
   //------------------------------------------------------------------
@@ -150,7 +150,7 @@ public:
   //------------------------------------------------------------------
   /// Get the data start pointer.
   ///
-  /// @return
+  /// \return
   ///     Returns a pointer to the first byte contained in this
   ///     object's data, or NULL of there is no data in this object.
   //------------------------------------------------------------------
@@ -161,14 +161,14 @@ public:
   //------------------------------------------------------------------
   /// Encode unsigned integer values into the data at \a offset.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset within the contained data at which to put the
   ///     data.
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     The value to encode into the data.
   ///
-  /// @return
+  /// \return
   ///     The next offset in the bytes of this data if the data
   ///     was successfully encoded, UINT32_MAX if the encoding failed.
   //------------------------------------------------------------------
@@ -188,19 +188,19 @@ public:
   /// into the existing data. There must be enough room in the data, else
   /// UINT32_MAX will be returned to indicate that encoding failed.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset within the contained data at which to put the
   ///     encoded integer.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in byte of the integer to encode.
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     The integer value to write. The least significant bytes of
   ///     the integer value will be written if the size is less than
   ///     8 bytes.
   ///
-  /// @return
+  /// \return
   ///     The next offset in the bytes of this data if the integer
   ///     was successfully encoded, UINT32_MAX if the encoding failed.
   //------------------------------------------------------------------
@@ -209,17 +209,17 @@ public:
   //------------------------------------------------------------------
   /// Encode an arbitrary number of bytes.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset in bytes into the contained data at which to
   ///     start encoding.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     The buffer that contains the bytes to encode.
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     The number of bytes to encode.
   ///
-  /// @return
+  /// \return
   ///     The next valid offset within data if the put operation
   ///     was successful, else UINT32_MAX to indicate the put failed.
   //------------------------------------------------------------------
@@ -235,14 +235,14 @@ public:
   /// m_addr_size member variable and should be set correctly prior to
   /// extracting any address values.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The next valid offset within data if the put operation
   ///     was successful, else UINT32_MAX to indicate the put failed.
   //------------------------------------------------------------------
@@ -253,14 +253,14 @@ public:
   ///
   /// Encodes a C string into the existing data including the terminating
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     A pointer to the C string value in the data. If the offset
   ///     pointed to by \a offset_ptr is out of bounds, or if the
   ///     offset plus the length of the C string is out of bounds,
@@ -276,7 +276,7 @@ public:
   /// Set the size in bytes that will be used when extracting any address and
   /// pointer values from data contained in this object.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     The size in bytes to use when extracting addresses.
   //------------------------------------------------------------------
   void SetAddressByteSize(uint8_t addr_size) { m_addr_size = addr_size; }
@@ -289,16 +289,16 @@ public:
   /// subset of this object's data, is valid. If \a bytes is NULL, or \a
   /// length is zero, this object will contain no data.
   ///
-  /// @param[in] bytes
+  /// \param[in] bytes
   ///     A pointer to caller owned data.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length in bytes of \a bytes.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     A byte order of the data that we are extracting from.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object now contains.
   //------------------------------------------------------------------
   uint32_t SetData(void *bytes, uint32_t length, lldb::ByteOrder byte_order);
@@ -315,16 +315,16 @@ public:
   /// bytes available in \a data starting at \a offset, the length will be
   /// truncated to contains as many bytes as possible.
   ///
-  /// @param[in] data_sp
+  /// \param[in] data_sp
   ///     A shared pointer to data.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset into \a data_sp at which the subset starts.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length in bytes of the subset of \a data_sp.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object now contains.
   //------------------------------------------------------------------
   uint32_t SetData(const lldb::DataBufferSP &data_sp, uint32_t offset = 0,
@@ -336,7 +336,7 @@ public:
   /// Sets the byte order of the data to extract. Extracted values will be
   /// swapped if necessary when decoding.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     The byte order value to use when extracting data.
   //------------------------------------------------------------------
   void SetByteOrder(lldb::ByteOrder byte_order) { m_byte_order = byte_order; }
@@ -344,7 +344,7 @@ public:
   //------------------------------------------------------------------
   /// Test the validity of \a offset.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a offset is a valid offset into the data in this
   ///     object, \b false otherwise.
   //------------------------------------------------------------------
@@ -353,7 +353,7 @@ public:
   //------------------------------------------------------------------
   /// Test the availability of \a length bytes of data from \a offset.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a offset is a valid offset and there are \a
   ///     length bytes available at that offset, \b false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Utility/DataExtractor.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/DataExtractor.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/DataExtractor.h (original)
+++ lldb/trunk/include/lldb/Utility/DataExtractor.h Mon Mar 11 10:09:29 2019
@@ -33,7 +33,7 @@ template <typename T> class SmallVectorI
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class DataExtractor DataExtractor.h "lldb/Core/DataExtractor.h" An data
+/// \class DataExtractor DataExtractor.h "lldb/Core/DataExtractor.h" An data
 /// extractor class.
 ///
 /// DataExtractor is a class that can extract data (swapping if needed) from a
@@ -44,12 +44,12 @@ namespace lldb_private {
 /// unique position in the shared data and extract data from different
 /// offsets.
 ///
-/// @see DataBuffer
+/// \see DataBuffer
 //----------------------------------------------------------------------
 class DataExtractor {
 public:
   //------------------------------------------------------------------
-  /// @typedef DataExtractor::Type
+  /// \typedef DataExtractor::Type
   /// Type enumerations used in the dump routines.
   //------------------------------------------------------------------
   typedef enum {
@@ -76,19 +76,19 @@ public:
   /// This constructor allows us to use data that is owned by the caller. The
   /// data must stay around as long as this object is valid.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     A pointer to caller owned data.
   ///
-  /// @param[in] data_length
+  /// \param[in] data_length
   ///     The length in bytes of \a data.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     A byte order of the data that we are extracting from.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     A new address byte size value.
   ///
-  /// @param[in] target_byte_size
+  /// \param[in] target_byte_size
   ///     A size of a target byte in 8-bit host bytes
   //------------------------------------------------------------------
   DataExtractor(const void *data, lldb::offset_t data_length,
@@ -103,16 +103,16 @@ public:
   /// the data lives as long as anyone still has a valid shared pointer to the
   /// data in \a data_sp.
   ///
-  /// @param[in] data_sp
+  /// \param[in] data_sp
   ///     A shared pointer to data.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     A byte order of the data that we are extracting from.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     A new address byte size value.
   ///
-  /// @param[in] target_byte_size
+  /// \param[in] target_byte_size
   ///     A size of a target byte in 8-bit host bytes
   //------------------------------------------------------------------
   DataExtractor(const lldb::DataBufferSP &data_sp, lldb::ByteOrder byte_order,
@@ -130,16 +130,16 @@ public:
   /// are not \a length bytes available in \a data starting at \a offset, the
   /// length will be truncated to contain as many bytes as possible.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     Another DataExtractor object that contains data.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset into \a data at which the subset starts.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length in bytes of the subset of data.
   ///
-  /// @param[in] target_byte_size
+  /// \param[in] target_byte_size
   ///     A size of a target byte in 8-bit host bytes
   //------------------------------------------------------------------
   DataExtractor(const DataExtractor &data, lldb::offset_t offset,
@@ -154,10 +154,10 @@ public:
   /// this object. If \a rhs contains shared data, a reference to that shared
   /// data will be added.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     Another DataExtractor object to copy.
   ///
-  /// @return
+  /// \return
   ///     A const reference to this object.
   //------------------------------------------------------------------
   const DataExtractor &operator=(const DataExtractor &rhs);
@@ -188,32 +188,32 @@ public:
   /// the beginning of each line and can be offset by base address \a
   /// base_addr. \a num_per_line objects will be displayed on each line.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to dump the output to. If nullptr the output will
   ///     be dumped to Log().
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset into the data at which to start dumping.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The number of bytes to dump.
   ///
-  /// @param[in] base_addr
+  /// \param[in] base_addr
   ///     The base address that gets added to the offset displayed on
   ///     each line.
   ///
-  /// @param[in] num_per_line
+  /// \param[in] num_per_line
   ///     The number of \a type objects to display on each line.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The type of objects to use when dumping data from this
   ///     object. See DataExtractor::Type.
   ///
-  /// @param[in] type_format
+  /// \param[in] type_format
   ///     The optional format to use for the \a type objects. If this
   ///     is nullptr, the default format for the \a type will be used.
   ///
-  /// @return
+  /// \return
   ///     The offset at which dumping ended.
   //------------------------------------------------------------------
   lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
@@ -228,22 +228,22 @@ public:
   /// data in the requested byte order (\a dst_byte_order) and place the
   /// results in \a dst. \a dst must be at least \a length bytes long.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset in bytes into the contained data at which to
   ///     start extracting.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The number of bytes to extract.
   ///
-  /// @param[in] dst_byte_order
+  /// \param[in] dst_byte_order
   ///     A byte order of the data that we want when the value in
   ///     copied to \a dst.
   ///
-  /// @param[out] dst
+  /// \param[out] dst
   ///     The buffer that will receive the extracted value if there
   ///     are enough bytes available in the current data.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were extracted which will be \a
   ///     length when the value is successfully extracted, or zero
   ///     if there aren't enough bytes at the specified offset.
@@ -259,14 +259,14 @@ public:
   /// m_addr_size member variable and should be set correctly prior to
   /// extracting any address values.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The extracted address value.
   //------------------------------------------------------------------
   uint64_t GetAddress(lldb::offset_t *offset_ptr) const;
@@ -278,7 +278,7 @@ public:
   ///
   /// Return the size in bytes of any address values this object will extract.
   ///
-  /// @return
+  /// \return
   ///     The size in bytes of address values that will be extracted.
   //------------------------------------------------------------------
   uint32_t GetAddressByteSize() const { return m_addr_size; }
@@ -286,7 +286,7 @@ public:
   //------------------------------------------------------------------
   /// Get the number of bytes contained in this object.
   ///
-  /// @return
+  /// \return
   ///     The total number of bytes of data this object refers to.
   //------------------------------------------------------------------
   uint64_t GetByteSize() const { return m_end - m_start; }
@@ -299,14 +299,14 @@ public:
   /// extracted and the \a offset_ptr will be updated with the offset of the
   /// byte that follows the NULL terminator byte.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     A pointer to the C string value in the data. If the offset
   ///     pointed to by \a offset_ptr is out of bounds, or if the
   ///     offset plus the length of the C string is out of bounds,
@@ -323,14 +323,14 @@ public:
   /// will be updated with the offset of the byte that follows the fixed
   /// length field.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     A pointer to the C string value in the data. If the offset
   ///     pointed to by \a offset_ptr is out of bounds, or if the
   ///     offset plus the length of the field is out of bounds, or if
@@ -346,18 +346,18 @@ public:
   /// pointed to by \a offset_ptr will not be updated and nullptr will be
   /// returned.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The optional length of a string to extract. If the value is
   ///     zero, a NULL terminated C string will be extracted.
   ///
-  /// @return
+  /// \return
   ///     A pointer to the bytes in this object's data if the offset
   ///     and length are valid, or nullptr otherwise.
   //------------------------------------------------------------------
@@ -371,16 +371,16 @@ public:
   //------------------------------------------------------------------
   /// Copy \a length bytes from \a *offset, without swapping bytes.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset into this data from which to start copying
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length of the data to copy from this object
   ///
-  /// @param[out] dst
+  /// \param[out] dst
   ///     The buffer to place the output data.
   ///
-  /// @return
+  /// \return
   ///     Returns the number of bytes that were copied, or zero if
   ///     anything goes wrong.
   //------------------------------------------------------------------
@@ -399,29 +399,29 @@ public:
   /// order of this object and the \a dst_byte_order. This can be very handy
   /// when say copying a partial data value into a register.
   ///
-  /// @param[in] src_offset
+  /// \param[in] src_offset
   ///     The offset into this data from which to start copying an
   ///     endian entity
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     The length of the endian data to copy from this object
   ///     into the \a dst object
   ///
-  /// @param[out] dst
+  /// \param[out] dst
   ///     The buffer where to place the endian data. The data might
   ///     need to be byte swapped (and appropriately padded with
   ///     zeroes if \a src_len != \a dst_len) if \a dst_byte_order
   ///     does not match the byte order in this object.
   ///
-  /// @param[in] dst_len
+  /// \param[in] dst_len
   ///     The length number of bytes that the endian value will
   ///     occupy is \a dst.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     The byte order that the endian value should be in the \a dst
   ///     buffer.
   ///
-  /// @return
+  /// \return
   ///     Returns the number of bytes that were copied, or zero if
   ///     anything goes wrong.
   //------------------------------------------------------------------
@@ -433,7 +433,7 @@ public:
   //------------------------------------------------------------------
   /// Get the data end pointer.
   ///
-  /// @return
+  /// \return
   ///     Returns a pointer to the next byte contained in this
   ///     object's data, or nullptr of there is no data in this object.
   //------------------------------------------------------------------
@@ -444,7 +444,7 @@ public:
   ///
   /// Get the offset of the first byte of data in the shared data (if any).
   ///
-  /// @return
+  /// \return
   ///     If this object contains shared data, this function returns
   ///     the offset in bytes into that shared data, zero otherwise.
   //------------------------------------------------------------------
@@ -453,7 +453,7 @@ public:
   //------------------------------------------------------------------
   /// Get the data start pointer.
   ///
-  /// @return
+  /// \return
   ///     Returns a pointer to the first byte contained in this
   ///     object's data, or nullptr of there is no data in this object.
   //------------------------------------------------------------------
@@ -464,14 +464,14 @@ public:
   ///
   /// Extract a single float value.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The floating value that was extracted, or zero on failure.
   //------------------------------------------------------------------
   float GetFloat(lldb::offset_t *offset_ptr) const;
@@ -488,17 +488,17 @@ public:
   /// byte_size argument. \a byte_size must have a value >= 1 and <= 4 since
   /// the return value is only 32 bits wide.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in byte of the integer to extract.
   ///
-  /// @return
+  /// \return
   ///     The integer value that was extracted, or zero on failure.
   //------------------------------------------------------------------
   uint32_t GetMaxU32(lldb::offset_t *offset_ptr, size_t byte_size) const;
@@ -512,17 +512,17 @@ public:
   /// equal to one and less than or equal to eight since the return value is
   /// 64 bits wide.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in byte of the integer to extract.
   ///
-  /// @return
+  /// \return
   ///     The unsigned integer value that was extracted, or zero on
   ///     failure.
   //------------------------------------------------------------------
@@ -540,17 +540,17 @@ public:
   /// have a value greater than or equal to one and less than or equal to
   /// eight since the return value is 64 bits wide.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in byte of the integer to extract.
   ///
-  /// @return
+  /// \return
   ///     The sign extended signed integer value that was extracted,
   ///     or zero on failure.
   //------------------------------------------------------------------
@@ -567,28 +567,28 @@ public:
   /// equal to one and less than or equal to 8 since the return value is 64
   /// bits wide.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in byte of the integer to extract.
   ///
-  /// @param[in] bitfield_bit_size
+  /// \param[in] bitfield_bit_size
   ///     The size in bits of the bitfield value to extract, or zero
   ///     to just extract the entire integer value.
   ///
-  /// @param[in] bitfield_bit_offset
+  /// \param[in] bitfield_bit_offset
   ///     The bit offset of the bitfield value in the extracted
   ///     integer.  For little-endian data, this is the offset of
   ///     the LSB of the bitfield from the LSB of the integer.
   ///     For big-endian data, this is the offset of the MSB of the
   ///     bitfield from the MSB of the integer.
   ///
-  /// @return
+  /// \return
   ///     The unsigned bitfield integer value that was extracted, or
   ///     zero on failure.
   //------------------------------------------------------------------
@@ -607,28 +607,28 @@ public:
   /// have a value greater than or equal to one and less than or equal to
   /// eight since the return value is 64 bits wide.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[in] byte_size
+  /// \param[in] byte_size
   ///     The size in bytes of the integer to extract.
   ///
-  /// @param[in] bitfield_bit_size
+  /// \param[in] bitfield_bit_size
   ///     The size in bits of the bitfield value to extract, or zero
   ///     to just extract the entire integer value.
   ///
-  /// @param[in] bitfield_bit_offset
+  /// \param[in] bitfield_bit_offset
   ///     The bit offset of the bitfield value in the extracted
   ///     integer.  For little-endian data, this is the offset of
   ///     the LSB of the bitfield from the LSB of the integer.
   ///     For big-endian data, this is the offset of the MSB of the
   ///     bitfield from the MSB of the integer.
   ///
-  /// @return
+  /// \return
   ///     The signed bitfield integer value that was extracted, or
   ///     zero on failure.
   //------------------------------------------------------------------
@@ -644,14 +644,14 @@ public:
   /// m_addr_size member variable and should be set correctly prior to
   /// extracting any pointer values.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The extracted pointer value as a 64 integer.
   //------------------------------------------------------------------
   uint64_t GetPointer(lldb::offset_t *offset_ptr) const;
@@ -659,7 +659,7 @@ public:
   //------------------------------------------------------------------
   /// Get the current byte order value.
   ///
-  /// @return
+  /// \return
   ///     The current byte order value from this object's internal
   ///     state.
   //------------------------------------------------------------------
@@ -671,14 +671,14 @@ public:
   /// Extract a single uint8_t from the binary data at the offset pointed to
   /// by \a offset_ptr, and advance the offset on success.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The extracted uint8_t value.
   //------------------------------------------------------------------
   uint8_t GetU8(lldb::offset_t *offset_ptr) const;
@@ -701,21 +701,21 @@ public:
   /// pointed to by \a offset_ptr, and advance the offset on success. The
   /// extracted values are copied into \a dst.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[out] dst
+  /// \param[out] dst
   ///     A buffer to copy \a count uint8_t values into. \a dst must
   ///     be large enough to hold all requested data.
   ///
-  /// @param[in] count
+  /// \param[in] count
   ///     The number of uint8_t values to extract.
   ///
-  /// @return
+  /// \return
   ///     \a dst if all values were properly extracted and copied,
   ///     nullptr otherwise.
   //------------------------------------------------------------------
@@ -727,14 +727,14 @@ public:
   /// Extract a single uint16_t from the binary data at the offset pointed to
   /// by \a offset_ptr, and update the offset on success.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The extracted uint16_t value.
   //------------------------------------------------------------------
   uint16_t GetU16(lldb::offset_t *offset_ptr) const;
@@ -746,21 +746,21 @@ public:
   /// pointed to by \a offset_ptr, and advance the offset on success. The
   /// extracted values are copied into \a dst.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[out] dst
+  /// \param[out] dst
   ///     A buffer to copy \a count uint16_t values into. \a dst must
   ///     be large enough to hold all requested data.
   ///
-  /// @param[in] count
+  /// \param[in] count
   ///     The number of uint16_t values to extract.
   ///
-  /// @return
+  /// \return
   ///     \a dst if all values were properly extracted and copied,
   ///     nullptr otherwise.
   //------------------------------------------------------------------
@@ -772,14 +772,14 @@ public:
   /// Extract a single uint32_t from the binary data at the offset pointed to
   /// by \a offset_ptr, and update the offset on success.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The extracted uint32_t value.
   //------------------------------------------------------------------
   uint32_t GetU32(lldb::offset_t *offset_ptr) const;
@@ -791,21 +791,21 @@ public:
   /// pointed to by \a offset_ptr, and advance the offset on success. The
   /// extracted values are copied into \a dst.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[out] dst
+  /// \param[out] dst
   ///     A buffer to copy \a count uint32_t values into. \a dst must
   ///     be large enough to hold all requested data.
   ///
-  /// @param[in] count
+  /// \param[in] count
   ///     The number of uint32_t values to extract.
   ///
-  /// @return
+  /// \return
   ///     \a dst if all values were properly extracted and copied,
   ///     nullptr otherwise.
   //------------------------------------------------------------------
@@ -817,14 +817,14 @@ public:
   /// Extract a single uint64_t from the binary data at the offset pointed to
   /// by \a offset_ptr, and update the offset on success.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The extracted uint64_t value.
   //------------------------------------------------------------------
   uint64_t GetU64(lldb::offset_t *offset_ptr) const;
@@ -836,21 +836,21 @@ public:
   /// pointed to by \a offset_ptr, and advance the offset on success. The
   /// extracted values are copied into \a dst.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @param[out] dst
+  /// \param[out] dst
   ///     A buffer to copy \a count uint64_t values into. \a dst must
   ///     be large enough to hold all requested data.
   ///
-  /// @param[in] count
+  /// \param[in] count
   ///     The number of uint64_t values to extract.
   ///
-  /// @return
+  /// \return
   ///     \a dst if all values were properly extracted and copied,
   ///     nullptr otherwise.
   //------------------------------------------------------------------
@@ -864,14 +864,14 @@ public:
   /// offset_ptr will be updated with the offset of the byte following the
   /// last extracted byte.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The extracted signed integer value.
   //------------------------------------------------------------------
   int64_t GetSLEB128(lldb::offset_t *offset_ptr) const;
@@ -884,14 +884,14 @@ public:
   /// offset_ptr will be updated with the offset of the byte following the
   /// last extracted byte.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   ///     The extracted unsigned integer value.
   //------------------------------------------------------------------
   uint64_t GetULEB128(lldb::offset_t *offset_ptr) const;
@@ -905,10 +905,10 @@ public:
   /// sure the entire string lies within the bounds of this object's data,
   /// only \a offset is verified to be a valid offset.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     An offset into the data.
   ///
-  /// @return
+  /// \return
   ///     A non-nullptr C string pointer if \a offset is a valid offset,
   ///     nullptr otherwise.
   //------------------------------------------------------------------
@@ -920,7 +920,7 @@ public:
   /// Returns a pointer to \a length bytes at \a offset as long as there are
   /// \a length bytes available starting at \a offset.
   ///
-  /// @return
+  /// \return
   ///     A non-nullptr data pointer if \a offset is a valid offset and
   ///     there are \a length bytes available at that offset, nullptr
   ///     otherwise.
@@ -937,7 +937,7 @@ public:
   /// Set the size in bytes that will be used when extracting any address and
   /// pointer values from data contained in this object.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     The size in bytes to use when extracting addresses.
   //------------------------------------------------------------------
   void SetAddressByteSize(uint32_t addr_size) {
@@ -955,16 +955,16 @@ public:
   /// subset of this object's data, is valid. If \a bytes is nullptr, or \a
   /// length is zero, this object will contain no data.
   ///
-  /// @param[in] bytes
+  /// \param[in] bytes
   ///     A pointer to caller owned data.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length in bytes of \a bytes.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     A byte order of the data that we are extracting from.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object now contains.
   //------------------------------------------------------------------
   lldb::offset_t SetData(const void *bytes, lldb::offset_t length,
@@ -982,16 +982,16 @@ public:
   /// are not \a length bytes available in \a data starting at \a offset, the
   /// length will be truncated to contains as many bytes as possible.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     Another DataExtractor object that contains data.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset into \a data at which the subset starts.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length in bytes of the subset of \a data.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object now contains.
   //------------------------------------------------------------------
   lldb::offset_t SetData(const DataExtractor &data, lldb::offset_t offset,
@@ -1009,16 +1009,16 @@ public:
   /// bytes available in \a data starting at \a offset, the length will be
   /// truncated to contains as many bytes as possible.
   ///
-  /// @param[in] data_sp
+  /// \param[in] data_sp
   ///     A shared pointer to data.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset into \a data_sp at which the subset starts.
   ///
-  /// @param[in] length
+  /// \param[in] length
   ///     The length in bytes of the subset of \a data_sp.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object now contains.
   //------------------------------------------------------------------
   lldb::offset_t SetData(const lldb::DataBufferSP &data_sp,
@@ -1031,7 +1031,7 @@ public:
   /// Sets the byte order of the data to extract. Extracted values will be
   /// swapped if necessary when decoding.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     The byte order value to use when extracting data.
   //------------------------------------------------------------------
   void SetByteOrder(lldb::ByteOrder byte_order) { m_byte_order = byte_order; }
@@ -1044,14 +1044,14 @@ public:
   /// to by \a offset_ptr will be updated with the offset of the byte
   /// following the last extracted byte.
   ///
-  /// @param[in,out] offset_ptr
+  /// \param[in,out] offset_ptr
   ///     A pointer to an offset within the data that will be advanced
   ///     by the appropriate number of bytes if the value is extracted
   ///     correctly. If the offset is out of bounds or there are not
   ///     enough bytes to extract this value, the offset will be left
   ///     unmodified.
   ///
-  /// @return
+  /// \return
   //      The number of bytes consumed during the extraction.
   //------------------------------------------------------------------
   uint32_t Skip_LEB128(lldb::offset_t *offset_ptr) const;
@@ -1059,7 +1059,7 @@ public:
   //------------------------------------------------------------------
   /// Test the validity of \a offset.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a offset is a valid offset into the data in this
   ///     object, \b false otherwise.
   //------------------------------------------------------------------
@@ -1070,7 +1070,7 @@ public:
   //------------------------------------------------------------------
   /// Test the availability of \a length bytes of data from \a offset.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a offset is a valid offset and there are \a
   ///     length bytes available at that offset, \b false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Utility/FileSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/FileSpec.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/FileSpec.h (original)
+++ lldb/trunk/include/lldb/Utility/FileSpec.h Mon Mar 11 10:09:29 2019
@@ -38,7 +38,7 @@ template <typename T> class SmallVectorI
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class FileSpec FileSpec.h "lldb/Host/FileSpec.h"
+/// \class FileSpec FileSpec.h "lldb/Host/FileSpec.h"
 /// A file utility class.
 ///
 /// A file specification class that divides paths up into a directory
@@ -67,13 +67,13 @@ public:
   /// \a path is not nullptr or empty, this function will call
   /// FileSpec::SetFile (const char *path).
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     The full or partial path to a file.
   ///
-  /// @param[in] style
+  /// \param[in] style
   ///     The style of the path
   ///
-  /// @see FileSpec::SetFile (const char *path)
+  /// \see FileSpec::SetFile (const char *path)
   //------------------------------------------------------------------
   explicit FileSpec(llvm::StringRef path, Style style = Style::native);
 
@@ -84,7 +84,7 @@ public:
   ///
   /// Makes a copy of the uniqued directory and filename strings from \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const FileSpec object reference to copy.
   //------------------------------------------------------------------
   FileSpec(const FileSpec &rhs);
@@ -95,7 +95,7 @@ public:
   /// Makes a copy of the uniqued directory and filename strings from \a rhs
   /// if it is not nullptr.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const FileSpec object pointer to copy if non-nullptr.
   //------------------------------------------------------------------
   FileSpec(const FileSpec *rhs);
@@ -114,10 +114,10 @@ public:
   ///
   /// Makes a copy of the uniqued directory and filename strings from \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const FileSpec object reference to assign to this object.
   ///
-  /// @return
+  /// \return
   ///     A const reference to this object.
   //------------------------------------------------------------------
   const FileSpec &operator=(const FileSpec &rhs);
@@ -127,11 +127,11 @@ public:
   ///
   /// Tests if this object is equal to \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const FileSpec object reference to compare this object
   ///     to.
   ///
-  /// @return
+  /// \return
   ///     \b true if this object is equal to \a rhs, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -142,11 +142,11 @@ public:
   ///
   /// Tests if this object is not equal to \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const FileSpec object reference to compare this object
   ///     to.
   ///
-  /// @return
+  /// \return
   ///     \b true if this object is equal to \a rhs, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -157,11 +157,11 @@ public:
   ///
   /// Tests if this object is less than \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const FileSpec object reference to compare this object
   ///     to.
   ///
-  /// @return
+  /// \return
   ///     \b true if this object is less than \a rhs, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -173,13 +173,13 @@ public:
   /// This allows code to check a FileSpec object to see if it contains
   /// anything valid using code such as:
   ///
-  /// @code
+  /// \code
   /// FileSpec file_spec(...);
   /// if (file_spec)
   /// { ...
-  /// @endcode
+  /// \endcode
   ///
-  /// @return
+  /// \return
   ///     A pointer to this object if either the directory or filename
   ///     is valid, nullptr otherwise.
   //------------------------------------------------------------------
@@ -191,13 +191,13 @@ public:
   /// This allows code to check a FileSpec object to see if it is invalid
   /// using code such as:
   ///
-  /// @code
+  /// \code
   /// FileSpec file_spec(...);
   /// if (!file_spec)
   /// { ...
-  /// @endcode
+  /// \endcode
   ///
-  /// @return
+  /// \return
   ///     Returns \b true if the object has an empty directory and
   ///     filename, \b false otherwise.
   //------------------------------------------------------------------
@@ -220,23 +220,23 @@ public:
   /// to only contain a filename and it can match FileSpec objects that have
   /// matching filenames with different paths.
   ///
-  /// @param[in] lhs
+  /// \param[in] lhs
   ///     A const reference to the Left Hand Side object to compare.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const reference to the Right Hand Side object to compare.
   ///
-  /// @param[in] full
+  /// \param[in] full
   ///     If true, then both the directory and filenames will have to
   ///     match for a compare to return zero (equal to). If false
   ///     and either directory from \a lhs or \a rhs is empty, then
   ///     only the filename will be compared, else a full comparison
   ///     is done.
   ///
-  /// @return
-  ///     @li -1 if \a lhs is less than \a rhs
-  ///     @li 0 if \a lhs is equal to \a rhs
-  ///     @li 1 if \a lhs is greater than \a rhs
+  /// \return
+  ///     \li -1 if \a lhs is less than \a rhs
+  ///     \li 0 if \a lhs is equal to \a rhs
+  ///     \li 1 if \a lhs is greater than \a rhs
   //------------------------------------------------------------------
   static int Compare(const FileSpec &lhs, const FileSpec &rhs, bool full);
 
@@ -252,7 +252,7 @@ public:
   //------------------------------------------------------------------
   /// Case sensitivity of path.
   ///
-  /// @return
+  /// \return
   ///     \b true if the file path is case sensitive (POSIX), false
   ///		if case insensitive (Windows).
   //------------------------------------------------------------------
@@ -265,7 +265,7 @@ public:
   /// valid directory name, it will be displayed followed by a directory
   /// delimiter, and the filename.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     The stream to which to dump the object description.
   //------------------------------------------------------------------
   void Dump(Stream *s) const;
@@ -275,7 +275,7 @@ public:
   //------------------------------------------------------------------
   /// Directory string get accessor.
   ///
-  /// @return
+  /// \return
   ///     A reference to the directory string object.
   //------------------------------------------------------------------
   ConstString &GetDirectory();
@@ -283,7 +283,7 @@ public:
   //------------------------------------------------------------------
   /// Directory string const get accessor.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the directory string object.
   //------------------------------------------------------------------
   ConstString GetDirectory() const;
@@ -291,7 +291,7 @@ public:
   //------------------------------------------------------------------
   /// Filename string get accessor.
   ///
-  /// @return
+  /// \return
   ///     A reference to the filename string object.
   //------------------------------------------------------------------
   ConstString &GetFilename();
@@ -299,7 +299,7 @@ public:
   //------------------------------------------------------------------
   /// Filename string const get accessor.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the filename string object.
   //------------------------------------------------------------------
   ConstString GetFilename() const;
@@ -308,7 +308,7 @@ public:
   /// Returns true if the filespec represents an implementation source file
   /// (files with a ".c", ".cpp", ".m", ".mm" (many more) extension).
   ///
-  /// @return
+  /// \return
   ///     \b true if the filespec represents an implementation source
   ///     file, \b false otherwise.
   //------------------------------------------------------------------
@@ -317,7 +317,7 @@ public:
   //------------------------------------------------------------------
   /// Returns true if the filespec represents a relative path.
   ///
-  /// @return
+  /// \return
   ///     \b true if the filespec represents a relative path,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -326,7 +326,7 @@ public:
   //------------------------------------------------------------------
   /// Returns true if the filespec represents an absolute path.
   ///
-  /// @return
+  /// \return
   ///     \b true if the filespec represents an absolute path,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -345,13 +345,13 @@ public:
   /// Extract the directory and path into a fixed buffer. This is needed as
   /// the directory and path are stored in separate string values.
   ///
-  /// @param[out] path
+  /// \param[out] path
   ///     The buffer in which to place the extracted full path.
   ///
-  /// @param[in] max_path_length
+  /// \param[in] max_path_length
   ///     The maximum length of \a path.
   ///
-  /// @return
+  /// \return
   ///     Returns the number of characters that would be needed to
   ///     properly copy the full path into \a path. If the returned
   ///     number is less than \a max_path_length, then the path is
@@ -367,7 +367,7 @@ public:
   ///
   /// Extract the directory and path into a std::string, which is returned.
   ///
-  /// @return
+  /// \return
   ///     Returns a std::string with the directory and filename
   ///     concatenated.
   //------------------------------------------------------------------
@@ -380,7 +380,7 @@ public:
   ///
   /// Extract the directory and path into an llvm::SmallVectorImpl<>
   ///
-  /// @return
+  /// \return
   ///     Returns a std::string with the directory and filename
   ///     concatenated.
   //------------------------------------------------------------------
@@ -395,7 +395,7 @@ public:
   /// filename has no extension, ConstString(nullptr) is returned. The dot
   /// ('.') character is not returned as part of the extension
   ///
-  /// @return
+  /// \return
   ///     Returns the extension of the file as a ConstString object.
   //------------------------------------------------------------------
   ConstString GetFileNameExtension() const;
@@ -407,7 +407,7 @@ public:
   /// without the extension part (e.g. for a file named "foo.bar", "foo" is
   /// returned)
   ///
-  /// @return
+  /// \return
   ///     Returns the filename without extension
   ///     as a ConstString object.
   //------------------------------------------------------------------
@@ -420,10 +420,10 @@ public:
   /// the size in bytes of this object, not any shared string values it may
   /// refer to.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that this object occupies in memory.
   ///
-  /// @see ConstString::StaticMemorySize ()
+  /// \see ConstString::StaticMemorySize ()
   //------------------------------------------------------------------
   size_t MemorySize() const;
 
@@ -434,10 +434,10 @@ public:
   /// split up into a directory and filename and stored as uniqued string
   /// values for quick comparison and efficient memory usage.
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     A full, partial, or relative path to a file.
   ///
-  /// @param[in] resolve_path
+  /// \param[in] resolve_path
   ///     If \b true, then we will try to resolve links the path using
   ///     the static FileSpec::Resolve.
   //------------------------------------------------------------------
@@ -456,7 +456,7 @@ public:
   /// we don't try and resolve it later, or try and resolve a path that has
   /// already been resolved.
   ///
-  /// @param[in] is_resolved
+  /// \param[in] is_resolved
   ///     A boolean value that will replace the current value that
   ///     indicates if the paths in this object have been resolved.
   //------------------------------------------------------------------
@@ -475,7 +475,7 @@ public:
   /// Removes the last path component by replacing the current path with its
   /// parent. When the current path has no parent, this is a no-op.
   ///
-  /// @return
+  /// \return
   ///     A boolean value indicating whether the path was updated.
   //------------------------------------------------------------------
   bool RemoveLastPathComponent();

Modified: lldb/trunk/include/lldb/Utility/Flags.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Flags.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Flags.h (original)
+++ lldb/trunk/include/lldb/Utility/Flags.h Mon Mar 11 10:09:29 2019
@@ -15,7 +15,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Flags Flags.h "lldb/Utility/Flags.h"
+/// \class Flags Flags.h "lldb/Utility/Flags.h"
 /// A class to manage flags.
 ///
 /// The Flags class managed flag bits and allows testing and modification of
@@ -34,7 +34,7 @@ public:
   /// Constructs this object with \a mask as the initial value for all of the
   /// flags.
   ///
-  /// @param[in] mask
+  /// \param[in] mask
   ///     The initial value for all flags.
   //----------------------------------------------------------------------
   Flags(ValueType flags = 0) : m_flags(flags) {}
@@ -44,7 +44,7 @@ public:
   ///
   /// Construct and copy the flags from \a rhs.
   ///
-  /// @param[in] rhs
+  /// \param[in] rhs
   ///     A const Flags object reference to copy.
   //----------------------------------------------------------------------
   Flags(const Flags &rhs) : m_flags(rhs.m_flags) {}
@@ -57,7 +57,7 @@ public:
   //----------------------------------------------------------------------
   /// Get accessor for all flags.
   ///
-  /// @return
+  /// \return
   ///     Returns all of the flags as a Flags::ValueType.
   //----------------------------------------------------------------------
   ValueType Get() const { return m_flags; }
@@ -65,7 +65,7 @@ public:
   //----------------------------------------------------------------------
   /// Return the number of flags that can be represented in this object.
   ///
-  /// @return
+  /// \return
   ///     The maximum number bits in this flag object.
   //----------------------------------------------------------------------
   size_t GetBitSize() const { return sizeof(ValueType) * 8; }
@@ -73,7 +73,7 @@ public:
   //----------------------------------------------------------------------
   /// Set accessor for all flags.
   ///
-  /// @param[in] flags
+  /// \param[in] flags
   ///     The bits with which to replace all of the current flags.
   //----------------------------------------------------------------------
   void Reset(ValueType flags) { m_flags = flags; }
@@ -81,10 +81,10 @@ public:
   //----------------------------------------------------------------------
   /// Clear one or more flags.
   ///
-  /// @param[in] mask
+  /// \param[in] mask
   ///     A bitfield containing one or more flags.
   ///
-  /// @return
+  /// \return
   ///     The new flags after clearing all bits from \a mask.
   //----------------------------------------------------------------------
   ValueType Clear(ValueType mask = ~(ValueType)0) {
@@ -95,10 +95,10 @@ public:
   //----------------------------------------------------------------------
   /// Set one or more flags by logical OR'ing \a mask with the current flags.
   ///
-  /// @param[in] mask
+  /// \param[in] mask
   ///     A bitfield containing one or more flags.
   ///
-  /// @return
+  /// \return
   ///     The new flags after setting all bits from \a mask.
   //----------------------------------------------------------------------
   ValueType Set(ValueType mask) {
@@ -109,7 +109,7 @@ public:
   //----------------------------------------------------------------------
   /// Test if all bits in \a mask are 1 in the current flags
   ///
-  /// @return
+  /// \return
   ///     \b true if all flags in \a mask are 1, \b false
   ///     otherwise.
   //----------------------------------------------------------------------
@@ -118,7 +118,7 @@ public:
   //----------------------------------------------------------------------
   /// Test one or more flags.
   ///
-  /// @return
+  /// \return
   ///     \b true if any flags in \a mask are 1, \b false
   ///     otherwise.
   //----------------------------------------------------------------------
@@ -127,7 +127,7 @@ public:
   //----------------------------------------------------------------------
   /// Test a single flag bit.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a bit is set, \b false otherwise.
   //----------------------------------------------------------------------
   bool Test(ValueType bit) const { return (m_flags & bit) != 0; }
@@ -135,7 +135,7 @@ public:
   //----------------------------------------------------------------------
   /// Test if all bits in \a mask are clear.
   ///
-  /// @return
+  /// \return
   ///     \b true if \b all flags in \a mask are clear, \b false
   ///     otherwise.
   //----------------------------------------------------------------------
@@ -146,7 +146,7 @@ public:
   //----------------------------------------------------------------------
   /// Test a single flag bit to see if it is clear (zero).
   ///
-  /// @return
+  /// \return
   ///     \b true if \a bit is 0, \b false otherwise.
   //----------------------------------------------------------------------
   bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; }
@@ -154,7 +154,7 @@ public:
   //----------------------------------------------------------------------
   /// Get the number of zero bits in \a m_flags.
   ///
-  /// @return
+  /// \return
   ///     The number of bits that are set to 0 in the current flags.
   //----------------------------------------------------------------------
   size_t ClearCount() const {
@@ -169,7 +169,7 @@ public:
   //----------------------------------------------------------------------
   /// Get the number of one bits in \a m_flags.
   ///
-  /// @return
+  /// \return
   ///     The number of bits that are set to 1 in the current flags.
   //----------------------------------------------------------------------
   size_t SetCount() const {

Modified: lldb/trunk/include/lldb/Utility/Predicate.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Predicate.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Predicate.h (original)
+++ lldb/trunk/include/lldb/Utility/Predicate.h Mon Mar 11 10:09:29 2019
@@ -33,7 +33,7 @@ typedef enum {
 } PredicateBroadcastType;
 
 //----------------------------------------------------------------------
-/// @class Predicate Predicate.h "lldb/Utility/Predicate.h"
+/// \class Predicate Predicate.h "lldb/Utility/Predicate.h"
 /// A C++ wrapper class for providing threaded access to a value of
 /// type T.
 ///
@@ -58,7 +58,7 @@ public:
   /// Initializes the mutex and condition with their default
   /// constructors, and initializes the value with \a initial_value.
   ///
-  /// @param[in] initial_value
+  /// \param[in] initial_value
   ///     The initial value for our T object.
   //------------------------------------------------------------------
   Predicate(T initial_value)
@@ -77,7 +77,7 @@ public:
   /// Copies the current \a m_value in a thread safe manor and returns
   /// the copied value.
   ///
-  /// @return
+  /// \return
   ///     A copy of the current value.
   //------------------------------------------------------------------
   T GetValue() const {
@@ -92,14 +92,14 @@ public:
   /// Set the contained \a m_value to \a new_value in a thread safe
   /// way and broadcast if needed.
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     The new value to set.
   ///
-  /// @param[in] broadcast_type
+  /// \param[in] broadcast_type
   ///     A value indicating when and if to broadcast. See the
   ///     PredicateBroadcastType enumeration for details.
   ///
-  /// @see Predicate::Broadcast()
+  /// \see Predicate::Broadcast()
   //------------------------------------------------------------------
   void SetValue(T value, PredicateBroadcastType broadcast_type) {
     std::lock_guard<std::mutex> guard(m_mutex);
@@ -125,15 +125,15 @@ public:
   /// into a wait state. It may be necessary for the calling code to use
   /// additional thread synchronization methods to detect transitory states.
   ///
-  /// @param[in] Cond
+  /// \param[in] Cond
   ///     The condition we want \a m_value satisfy.
   ///
-  /// @param[in] timeout
+  /// \param[in] timeout
   ///     How long to wait for the condition to hold.
   ///
-  /// @return
-  ///     @li m_value if Cond(m_value) is true.
-  ///     @li None otherwise (timeout occurred).
+  /// \return
+  ///     \li m_value if Cond(m_value) is true.
+  ///     \li None otherwise (timeout occurred).
   //------------------------------------------------------------------
   template <typename C>
   llvm::Optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) {
@@ -161,15 +161,15 @@ public:
   /// may be necessary for the calling code to use additional thread
   /// synchronization methods to detect transitory states.
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     The value we want \a m_value to be equal to.
   ///
-  /// @param[in] timeout
+  /// \param[in] timeout
   ///     How long to wait for the condition to hold.
   ///
-  /// @return
-  ///     @li \b true if the \a m_value is equal to \a value
-  ///     @li \b false otherwise (timeout occurred)
+  /// \return
+  ///     \li \b true if the \a m_value is equal to \a value
+  ///     \li \b false otherwise (timeout occurred)
   //------------------------------------------------------------------
   bool WaitForValueEqualTo(T value,
                            const Timeout<std::micro> &timeout = llvm::None) {
@@ -191,15 +191,15 @@ public:
   /// necessary for the calling code to use additional thread
   /// synchronization methods to detect transitory states.
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     The value we want \a m_value to not be equal to.
   ///
-  /// @param[in] timeout
+  /// \param[in] timeout
   ///     How long to wait for the condition to hold.
   ///
-  /// @return
-  ///     @li m_value if m_value != value
-  ///     @li None otherwise (timeout occurred).
+  /// \return
+  ///     \li m_value if m_value != value
+  ///     \li None otherwise (timeout occurred).
   //------------------------------------------------------------------
   llvm::Optional<T>
   WaitForValueNotEqualTo(T value,

Modified: lldb/trunk/include/lldb/Utility/RegularExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/RegularExpression.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/RegularExpression.h (original)
+++ lldb/trunk/include/lldb/Utility/RegularExpression.h Mon Mar 11 10:09:29 2019
@@ -49,7 +49,7 @@ class StringRef;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class RegularExpression RegularExpression.h
+/// \class RegularExpression RegularExpression.h
 /// "lldb/Utility/RegularExpression.h"
 /// A C++ wrapper class for regex.
 ///
@@ -125,11 +125,11 @@ public:
   /// after the regular expression is compiled. Any previously compiled
   /// regular expression contained in this object will be freed.
   ///
-  /// @param[in] re
+  /// \param[in] re
   ///     A NULL terminated C string that represents the regular
   ///     expression to compile.
   ///
-  /// @return
+  /// \return
   ///     \b true if the regular expression compiles successfully,
   ///     \b false otherwise.
   //------------------------------------------------------------------
@@ -145,15 +145,15 @@ public:
   /// indicate the number of regmatch_t values that are present in \a
   /// match_ptr.
   ///
-  /// @param[in] string
+  /// \param[in] string
   ///     The string to match against the compile regular expression.
   ///
-  /// @param[in] match
+  /// \param[in] match
   ///     A pointer to a RegularExpression::Match structure that was
   ///     properly initialized with the desired number of maximum
   ///     matches, or nullptr if no parenthesized matching is needed.
   ///
-  /// @return
+  /// \return
   ///     \b true if \a string matches the compiled regular
   ///     expression, \b false otherwise.
   //------------------------------------------------------------------
@@ -176,7 +176,7 @@ public:
   /// Returns the text that was used to compile the current regular
   /// expression.
   ///
-  /// @return
+  /// \return
   ///     The NULL terminated C string that was used to compile the
   ///     current regular expression
   //------------------------------------------------------------------
@@ -187,7 +187,7 @@ public:
   ///
   /// Test if this object contains a valid regular expression.
   ///
-  /// @return
+  /// \return
   ///     \b true if the regular expression compiled and is ready
   ///     for execution, \b false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Utility/State.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/State.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/State.h (original)
+++ lldb/trunk/include/lldb/Utility/State.h Mon Mar 11 10:09:29 2019
@@ -20,10 +20,10 @@ namespace lldb_private {
 //------------------------------------------------------------------
 /// Converts a StateType to a C string.
 ///
-/// @param[in] state
+/// \param[in] state
 ///     The StateType object to convert.
 ///
-/// @return
+/// \return
 ///     A NULL terminated C string that describes \a state. The
 ///     returned string comes from constant string buffers and does
 ///     not need to be freed.
@@ -34,10 +34,10 @@ const char *StateAsCString(lldb::StateTy
 /// Check if a state represents a state where the process or thread
 /// is running.
 ///
-/// @param[in] state
+/// \param[in] state
 ///     The StateType enumeration value
 ///
-/// @return
+/// \return
 ///     \b true if the state represents a process or thread state
 ///     where the process or thread is running, \b false otherwise.
 //------------------------------------------------------------------
@@ -50,14 +50,14 @@ bool StateIsRunningState(lldb::StateType
 /// yet. The \a must_exist argument tells us which of these cases is
 /// desired.
 ///
-/// @param[in] state
+/// \param[in] state
 ///     The StateType enumeration value
 ///
-/// @param[in] must_exist
+/// \param[in] must_exist
 ///     A boolean that indicates the thread must also be alive
 ///     so states like unloaded or exited won't return true.
 ///
-/// @return
+/// \return
 ///     \b true if the state represents a process or thread state
 ///     where the process or thread is stopped. If \a must_exist is
 ///     \b true, then the process can't be exited or unloaded,

Modified: lldb/trunk/include/lldb/Utility/Status.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Status.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Status.h (original)
+++ lldb/trunk/include/lldb/Utility/Status.h Mon Mar 11 10:09:29 2019
@@ -27,7 +27,7 @@ class raw_ostream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Status Status.h "lldb/Utility/Status.h" An error handling class.
+/// \class Status Status.h "lldb/Utility/Status.h" An error handling class.
 ///
 /// This class is designed to be able to hold any error code that can be
 /// encountered on a given platform. The errors are stored as a value of type
@@ -56,10 +56,10 @@ public:
   ///
   /// Initialize the error object with a generic success value.
   ///
-  /// @param[in] err
+  /// \param[in] err
   ///     An error code.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The type for \a err.
   //------------------------------------------------------------------
   Status();
@@ -76,10 +76,10 @@ public:
   //------------------------------------------------------------------
   /// Assignment operator.
   ///
-  /// @param[in] err
+  /// \param[in] err
   ///     An error code.
   ///
-  /// @return
+  /// \return
   ///     A const reference to this object.
   //------------------------------------------------------------------
   const Status &operator=(const Status &rhs);
@@ -99,7 +99,7 @@ public:
   /// from a callback that is appropriate for the type of the error and will
   /// be cached until the error value is changed or cleared.
   ///
-  /// @return
+  /// \return
   ///     The error as a NULL terminated C string value if the error
   ///     is valid and is able to be converted to a string value,
   ///     NULL otherwise.
@@ -117,7 +117,7 @@ public:
   //------------------------------------------------------------------
   /// Test for error condition.
   ///
-  /// @return
+  /// \return
   ///     \b true if this object contains an error, \b false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -126,7 +126,7 @@ public:
   //------------------------------------------------------------------
   /// Access the error value.
   ///
-  /// @return
+  /// \return
   ///     The error value.
   //------------------------------------------------------------------
   ValueType GetError() const;
@@ -134,7 +134,7 @@ public:
   //------------------------------------------------------------------
   /// Access the error type.
   ///
-  /// @return
+  /// \return
   ///     The error type enumeration value.
   //------------------------------------------------------------------
   lldb::ErrorType GetType() const;
@@ -145,7 +145,7 @@ public:
   /// Set accesssor for the error value to \a err and the error type to \c
   /// MachKernel.
   ///
-  /// @param[in] err
+  /// \param[in] err
   ///     A mach error code.
   //------------------------------------------------------------------
   void SetMachError(uint32_t err);
@@ -161,10 +161,10 @@ public:
   /// Set accesssor for the error value to \a err and the error type to \a
   /// type.
   ///
-  /// @param[in] err
+  /// \param[in] err
   ///     A mach error code.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The type for \a err.
   //------------------------------------------------------------------
   void SetError(ValueType err, lldb::ErrorType type);
@@ -195,7 +195,7 @@ public:
   /// will remain until the error value is cleared or a new error value/type
   /// is assigned.
   ///
-  /// @param err_str
+  /// \param err_str
   ///     The new custom error string to copy and cache.
   //------------------------------------------------------------------
   void SetErrorString(llvm::StringRef err_str);
@@ -203,7 +203,7 @@ public:
   //------------------------------------------------------------------
   /// Set the current error string to a formatted error string.
   ///
-  /// @param format
+  /// \param format
   ///     A printf style format string
   //------------------------------------------------------------------
   int SetErrorStringWithFormat(const char *format, ...)
@@ -222,7 +222,7 @@ public:
   /// Returns true if the error code in this object is considered a successful
   /// return value.
   ///
-  /// @return
+  /// \return
   ///     \b true if this object contains an value that describes
   ///     success (non-erro), \b false otherwise.
   //------------------------------------------------------------------
@@ -234,7 +234,7 @@ public:
   /// Returns true if the error code in this object was caused by an
   /// interrupt. At present only supports Posix EINTR.
   ///
-  /// @return
+  /// \return
   ///     \b true if this object contains an value that describes
   ///     failure due to interrupt, \b false otherwise.
   //------------------------------------------------------------------

Modified: lldb/trunk/include/lldb/Utility/Stream.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Stream.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Stream.h (original)
+++ lldb/trunk/include/lldb/Utility/Stream.h Mon Mar 11 10:09:29 2019
@@ -24,7 +24,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class Stream Stream.h "lldb/Utility/Stream.h"
+/// \class Stream Stream.h "lldb/Utility/Stream.h"
 /// A stream class that can stream formatted output to a file.
 //----------------------------------------------------------------------
 class Stream {
@@ -39,11 +39,11 @@ public:
 
   /// Utility class for counting the bytes that were written to a stream in a
   /// certain time span.
-  /// @example
+  /// \example
   ///   ByteDelta delta(*this);
   ///   WriteDataToStream("foo");
   ///   return *delta;
-  /// @endcode
+  /// \endcode
   class ByteDelta {
     Stream *m_stream;
     /// Bytes we have written so far when ByteDelta was created.
@@ -104,13 +104,13 @@ public:
   ///
   /// Appends \a src_len characters from the buffer \a src to the stream.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     A buffer containing at least \a src_len bytes of data.
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     A number of bytes to append to the stream.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were appended to the stream.
   //------------------------------------------------------------------
   size_t Write(const void *src, size_t src_len) {
@@ -132,10 +132,10 @@ public:
   /// Sets the byte order of the data to extract. Extracted values will be
   /// swapped if necessary when decoding.
   ///
-  /// @param[in] byte_order
+  /// \param[in] byte_order
   ///     The byte order value to use when extracting data.
   ///
-  /// @return
+  /// \return
   ///     The old byte order value.
   //------------------------------------------------------------------
   lldb::ByteOrder SetByteOrder(lldb::ByteOrder byte_order);
@@ -144,13 +144,13 @@ public:
   /// Format a C string from a printf style format and variable arguments and
   /// encode and append the resulting C string as hex bytes.
   ///
-  /// @param[in] format
+  /// \param[in] format
   ///     A printf style format string.
   ///
-  /// @param[in] ...
+  /// \param[in] ...
   ///     Any additional arguments needed for the printf format string.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were appended to the stream.
   //------------------------------------------------------------------
   size_t PrintfAsRawHex8(const char *format, ...)
@@ -159,10 +159,10 @@ public:
   //------------------------------------------------------------------
   /// Append an uint8_t value in the hexadecimal format to the stream.
   ///
-  /// @param[in] uvalue
+  /// \param[in] uvalue
   ///     The value to append.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were appended to the stream.
   //------------------------------------------------------------------
   size_t PutHex8(uint8_t uvalue);
@@ -208,10 +208,10 @@ public:
   //------------------------------------------------------------------
   /// Output a NULL terminated C string \a cstr to the stream \a s.
   ///
-  /// @param[in] cstr
+  /// \param[in] cstr
   ///     A NULL terminated C string.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -222,10 +222,10 @@ public:
   //------------------------------------------------------------------
   /// Output a pointer value \a p to the stream \a s.
   ///
-  /// @param[in] p
+  /// \param[in] p
   ///     A void pointer.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -234,10 +234,10 @@ public:
   //------------------------------------------------------------------
   /// Output a character \a ch to the stream \a s.
   ///
-  /// @param[in] ch
+  /// \param[in] ch
   ///     A printable character value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -246,10 +246,10 @@ public:
   //------------------------------------------------------------------
   /// Output a uint8_t \a uval to the stream \a s.
   ///
-  /// @param[in] uval
+  /// \param[in] uval
   ///     A uint8_t value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -258,10 +258,10 @@ public:
   //------------------------------------------------------------------
   /// Output a uint16_t \a uval to the stream \a s.
   ///
-  /// @param[in] uval
+  /// \param[in] uval
   ///     A uint16_t value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -270,10 +270,10 @@ public:
   //------------------------------------------------------------------
   /// Output a uint32_t \a uval to the stream \a s.
   ///
-  /// @param[in] uval
+  /// \param[in] uval
   ///     A uint32_t value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -282,10 +282,10 @@ public:
   //------------------------------------------------------------------
   /// Output a uint64_t \a uval to the stream \a s.
   ///
-  /// @param[in] uval
+  /// \param[in] uval
   ///     A uint64_t value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -294,10 +294,10 @@ public:
   //------------------------------------------------------------------
   /// Output a int8_t \a sval to the stream \a s.
   ///
-  /// @param[in] sval
+  /// \param[in] sval
   ///     A int8_t value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -306,10 +306,10 @@ public:
   //------------------------------------------------------------------
   /// Output a int16_t \a sval to the stream \a s.
   ///
-  /// @param[in] sval
+  /// \param[in] sval
   ///     A int16_t value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -318,10 +318,10 @@ public:
   //------------------------------------------------------------------
   /// Output a int32_t \a sval to the stream \a s.
   ///
-  /// @param[in] sval
+  /// \param[in] sval
   ///     A int32_t value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -330,10 +330,10 @@ public:
   //------------------------------------------------------------------
   /// Output a int64_t \a sval to the stream \a s.
   ///
-  /// @param[in] sval
+  /// \param[in] sval
   ///     A int64_t value.
   ///
-  /// @return
+  /// \return
   ///     A reference to this class so multiple things can be streamed
   ///     in one statement.
   //------------------------------------------------------------------
@@ -345,16 +345,16 @@ public:
   /// Put an address \a addr out to the stream with optional \a prefix and \a
   /// suffix strings.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     An address value.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     Size in bytes of the address, used for formatting.
   ///
-  /// @param[in] prefix
+  /// \param[in] prefix
   ///     A prefix C string. If nullptr, no prefix will be output.
   ///
-  /// @param[in] suffix
+  /// \param[in] suffix
   ///     A suffix C string. If nullptr, no suffix will be output.
   //------------------------------------------------------------------
   void Address(uint64_t addr, uint32_t addr_size, const char *prefix = nullptr,
@@ -366,19 +366,19 @@ public:
   /// Put an address range \a lo_addr - \a hi_addr out to the stream with
   /// optional \a prefix and \a suffix strings.
   ///
-  /// @param[in] lo_addr
+  /// \param[in] lo_addr
   ///     The start address of the address range.
   ///
-  /// @param[in] hi_addr
+  /// \param[in] hi_addr
   ///     The end address of the address range.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     Size in bytes of the address, used for formatting.
   ///
-  /// @param[in] prefix
+  /// \param[in] prefix
   ///     A prefix C string. If nullptr, no prefix will be output.
   ///
-  /// @param[in] suffix
+  /// \param[in] suffix
   ///     A suffix C string. If nullptr, no suffix will be output.
   //------------------------------------------------------------------
   void AddressRange(uint64_t lo_addr, uint64_t hi_addr, uint32_t addr_size,
@@ -389,7 +389,7 @@ public:
   ///
   /// Print a C string \a cstr to the stream.
   ///
-  /// @param[in] cstr
+  /// \param[in] cstr
   ///     The string to be output to the stream.
   //------------------------------------------------------------------
   size_t PutCString(llvm::StringRef cstr);
@@ -402,7 +402,7 @@ public:
   //------------------------------------------------------------------
   /// Get the address size in bytes.
   ///
-  /// @return
+  /// \return
   ///     The size of an address in bytes that is used when outputting
   ///     address and pointer values to the stream.
   //------------------------------------------------------------------
@@ -411,7 +411,7 @@ public:
   //------------------------------------------------------------------
   /// The flags accessor.
   ///
-  /// @return
+  /// \return
   ///     A reference to the Flags member variable.
   //------------------------------------------------------------------
   Flags &GetFlags();
@@ -419,7 +419,7 @@ public:
   //------------------------------------------------------------------
   /// The flags const accessor.
   ///
-  /// @return
+  /// \return
   ///     A const reference to the Flags member variable.
   //------------------------------------------------------------------
   const Flags &GetFlags() const;
@@ -427,7 +427,7 @@ public:
   //------------------------------------------------------------------
   //// The byte order accessor.
   ////
-  //// @return
+  //// \return
   ////     The byte order.
   //------------------------------------------------------------------
   lldb::ByteOrder GetByteOrder() const;
@@ -435,7 +435,7 @@ public:
   //------------------------------------------------------------------
   /// Get the current indentation level.
   ///
-  /// @return
+  /// \return
   ///     The current indentation level as an integer.
   //------------------------------------------------------------------
   int GetIndentLevel() const;
@@ -446,7 +446,7 @@ public:
   /// Indent the current line using the current indentation level and print an
   /// optional string following the indentation spaces.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     A C string to print following the indentation. If nullptr, just
   ///     output the indentation characters.
   //------------------------------------------------------------------
@@ -469,10 +469,10 @@ public:
   /// Put an offset \a uval out to the stream using the printf format in \a
   /// format.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset value.
   ///
-  /// @param[in] format
+  /// \param[in] format
   ///     The printf style format to use when outputting the offset.
   //------------------------------------------------------------------
   void Offset(uint32_t offset, const char *format = "0x%8.8x: ");
@@ -482,10 +482,10 @@ public:
   ///
   /// Print some formatted output to the stream.
   ///
-  /// @param[in] format
+  /// \param[in] format
   ///     A printf style format string.
   ///
-  /// @param[in] ...
+  /// \param[in] ...
   ///     Variable arguments that are needed for the printf style
   ///     format string \a format.
   //------------------------------------------------------------------
@@ -503,10 +503,10 @@ public:
   /// Print a double quoted NULL terminated C string to the stream using the
   /// printf format in \a format.
   ///
-  /// @param[in] cstr
+  /// \param[in] cstr
   ///     A NULL terminated C string value.
   ///
-  /// @param[in] format
+  /// \param[in] format
   ///     The optional C string format that can be overridden.
   //------------------------------------------------------------------
   void QuotedCString(const char *cstr, const char *format = "\"%s\"");
@@ -514,7 +514,7 @@ public:
   //------------------------------------------------------------------
   /// Set the address size in bytes.
   ///
-  /// @param[in] addr_size
+  /// \param[in] addr_size
   ///     The new size in bytes of an address to use when outputting
   ///     address and pointer values.
   //------------------------------------------------------------------
@@ -523,7 +523,7 @@ public:
   //------------------------------------------------------------------
   /// Set the current indentation level.
   ///
-  /// @param[in] level
+  /// \param[in] level
   ///     The new indentation level.
   //------------------------------------------------------------------
   void SetIndentLevel(int level);
@@ -534,7 +534,7 @@ public:
   /// Put an SLEB128 \a uval out to the stream using the printf format in \a
   /// format.
   ///
-  /// @param[in] uval
+  /// \param[in] uval
   ///     A uint64_t value that was extracted as a SLEB128 value.
   //------------------------------------------------------------------
   size_t PutSLEB128(int64_t uval);
@@ -545,7 +545,7 @@ public:
   /// Put an ULEB128 \a uval out to the stream using the printf format in \a
   /// format.
   ///
-  /// @param[in] uval
+  /// \param[in] uval
   ///     A uint64_t value that was extracted as a ULEB128 value.
   //------------------------------------------------------------------
   size_t PutULEB128(uint64_t uval);
@@ -575,19 +575,19 @@ protected:
   ///
   /// Appends \a src_len characters from the buffer \a src to the stream.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     A buffer containing at least \a src_len bytes of data.
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     A number of bytes to append to the stream.
   ///
-  /// @return
+  /// \return
   ///     The number of bytes that were appended to the stream.
   //------------------------------------------------------------------
   virtual size_t WriteImpl(const void *src, size_t src_len) = 0;
 
   //----------------------------------------------------------------------
-  /// @class RawOstreamForward Stream.h "lldb/Utility/Stream.h"
+  /// \class RawOstreamForward Stream.h "lldb/Utility/Stream.h"
   /// This is a wrapper class that exposes a raw_ostream interface that just
   /// forwards to an LLDB stream, allowing to reuse LLVM algorithms that take
   /// a raw_ostream within the LLDB code base.

Modified: lldb/trunk/include/lldb/Utility/StreamGDBRemote.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/StreamGDBRemote.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/StreamGDBRemote.h (original)
+++ lldb/trunk/include/lldb/Utility/StreamGDBRemote.h Mon Mar 11 10:09:29 2019
@@ -29,13 +29,13 @@ public:
   //------------------------------------------------------------------
   /// Output a block of data to the stream performing GDB-remote escaping.
   ///
-  /// @param[in] s
+  /// \param[in] s
   ///     A block of data.
   ///
-  /// @param[in] src_len
+  /// \param[in] src_len
   ///     The amount of data to write.
   ///
-  /// @return
+  /// \return
   ///     Number of bytes written.
   //------------------------------------------------------------------
   // TODO: Convert this function to take ArrayRef<uint8_t>

Modified: lldb/trunk/include/lldb/Utility/StructuredData.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/StructuredData.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/StructuredData.h (original)
+++ lldb/trunk/include/lldb/Utility/StructuredData.h Mon Mar 11 10:09:29 2019
@@ -36,7 +36,7 @@ class Stream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class StructuredData StructuredData.h "lldb/Utility/StructuredData.h"
+/// \class StructuredData StructuredData.h "lldb/Utility/StructuredData.h"
 /// A class which can hold structured data
 ///
 /// The StructuredData class is designed to hold the data from a JSON or plist

Modified: lldb/trunk/include/lldb/Utility/Timer.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/Timer.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/Timer.h (original)
+++ lldb/trunk/include/lldb/Utility/Timer.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@ namespace lldb_private {
 class Stream;
 
 //----------------------------------------------------------------------
-/// @class Timer Timer.h "lldb/Utility/Timer.h"
+/// \class Timer Timer.h "lldb/Utility/Timer.h"
 /// A timer class that simplifies common timing metrics.
 //----------------------------------------------------------------------
 

Modified: lldb/trunk/include/lldb/Utility/UUID.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/UUID.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/UUID.h (original)
+++ lldb/trunk/include/lldb/Utility/UUID.h Mon Mar 11 10:09:29 2019
@@ -80,16 +80,16 @@ public:
   /// Decode as many UUID bytes (up to 16) as possible from the C
   /// string \a cstr.
   ///
-  /// @param[in] cstr
+  /// \param[in] cstr
   ///     A NULL terminate C string that points at a UUID string value
   ///     (no leading spaces). The string must contain only hex
   ///     characters and optionally can contain the '-' sepearators.
   ///
-  /// @param[in] uuid_bytes
+  /// \param[in] uuid_bytes
   ///     A buffer of bytes that will contain a full or patially
   ///     decoded UUID.
   ///
-  /// @return
+  /// \return
   ///     The original string, with all decoded bytes removed.
   //------------------------------------------------------------------
   static llvm::StringRef

Modified: lldb/trunk/include/lldb/Utility/UserID.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Utility/UserID.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Utility/UserID.h (original)
+++ lldb/trunk/include/lldb/Utility/UserID.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@ class Stream;
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class UserID UserID.h "lldb/Core/UserID.h"
+/// \class UserID UserID.h "lldb/Core/UserID.h"
 /// A mix in class that contains a generic user ID.
 ///
 /// UserID is designed as a mix in class that can contain an integer based
@@ -53,7 +53,7 @@ struct UserID {
   //------------------------------------------------------------------
   /// Get accessor for the user ID.
   ///
-  /// @return
+  /// \return
   ///     The user ID.
   //------------------------------------------------------------------
   lldb::user_id_t GetID() const { return m_uid; }
@@ -61,7 +61,7 @@ struct UserID {
   //------------------------------------------------------------------
   /// Set accessor for the user ID.
   ///
-  /// @param[in] uid
+  /// \param[in] uid
   ///     The new user ID.
   //------------------------------------------------------------------
   void SetID(lldb::user_id_t uid) { m_uid = uid; }

Modified: lldb/trunk/include/lldb/lldb-defines.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-defines.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-defines.h (original)
+++ lldb/trunk/include/lldb/lldb-defines.h Mon Mar 11 10:09:29 2019
@@ -152,7 +152,7 @@
 #if defined(__cplusplus)
 
 //----------------------------------------------------------------------
-/// @def DISALLOW_COPY_AND_ASSIGN(TypeName)
+/// \def DISALLOW_COPY_AND_ASSIGN(TypeName)
 ///     Macro definition for easily disallowing copy constructor and
 ///     assignment operators in C++ classes.
 //----------------------------------------------------------------------

Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/objc/real-definition/Bar.m
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/objc/real-definition/Bar.m?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/objc/real-definition/Bar.m (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/objc/real-definition/Bar.m Mon Mar 11 10:09:29 2019
@@ -40,4 +40,4 @@
 }
 
 @end
- 
\ No newline at end of file
+ 

Modified: lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py Mon Mar 11 10:09:29 2019
@@ -98,7 +98,7 @@ class ProcessHelper(object):
     Clients of the class should stick to the methods provided in this
     base class.
 
-    @see ProcessHelper.process_helper()
+    \see ProcessHelper.process_helper()
     """
 
     def __init__(self):

Modified: lldb/trunk/source/Expression/IRDynamicChecks.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/IRDynamicChecks.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Expression/IRDynamicChecks.cpp (original)
+++ lldb/trunk/source/Expression/IRDynamicChecks.cpp Mon Mar 11 10:09:29 2019
@@ -103,7 +103,7 @@ static std::string PrintValue(llvm::Valu
 }
 
 //----------------------------------------------------------------------
-/// @class Instrumenter IRDynamicChecks.cpp
+/// \class Instrumenter IRDynamicChecks.cpp
 /// Finds and instruments individual LLVM IR instructions
 ///
 /// When instrumenting LLVM IR, it is frequently desirable to first search for
@@ -135,7 +135,7 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module being instrumented.
   //------------------------------------------------------------------
   Instrumenter(llvm::Module &module, DynamicCheckerFunctions &checker_functions)
@@ -147,10 +147,10 @@ public:
   //------------------------------------------------------------------
   /// Inspect a function to find instructions to instrument
   ///
-  /// @param[in] function
+  /// \param[in] function
   ///     The function to inspect.
   ///
-  /// @return
+  /// \return
   ///     True on success; false on error.
   //------------------------------------------------------------------
   bool Inspect(llvm::Function &function) { return InspectFunction(function); }
@@ -158,7 +158,7 @@ public:
   //------------------------------------------------------------------
   /// Instrument all the instructions found by Inspect()
   ///
-  /// @return
+  /// \return
   ///     True on success; false on error.
   //------------------------------------------------------------------
   bool Instrument() {
@@ -176,10 +176,10 @@ protected:
   //------------------------------------------------------------------
   /// Add instrumentation to a single instruction
   ///
-  /// @param[in] inst
+  /// \param[in] inst
   ///     The instruction to be instrumented.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   virtual bool InstrumentInstruction(llvm::Instruction *inst) = 0;
@@ -187,7 +187,7 @@ protected:
   //------------------------------------------------------------------
   /// Register a single instruction to be instrumented
   ///
-  /// @param[in] inst
+  /// \param[in] inst
   ///     The instruction to be instrumented.
   //------------------------------------------------------------------
   void RegisterInstruction(llvm::Instruction &i) {
@@ -198,10 +198,10 @@ protected:
   /// Determine whether a single instruction is interesting to instrument,
   /// and, if so, call RegisterInstruction
   ///
-  /// @param[in] i
+  /// \param[in] i
   ///     The instruction to be inspected.
   ///
-  /// @return
+  /// \return
   ///     False if there was an error scanning; true otherwise.
   //------------------------------------------------------------------
   virtual bool InspectInstruction(llvm::Instruction &i) { return true; }
@@ -209,10 +209,10 @@ protected:
   //------------------------------------------------------------------
   /// Scan a basic block to see if any instructions are interesting
   ///
-  /// @param[in] bb
+  /// \param[in] bb
   ///     The basic block to be inspected.
   ///
-  /// @return
+  /// \return
   ///     False if there was an error scanning; true otherwise.
   //------------------------------------------------------------------
   virtual bool InspectBasicBlock(llvm::BasicBlock &bb) {
@@ -228,10 +228,10 @@ protected:
   //------------------------------------------------------------------
   /// Scan a function to see if any instructions are interesting
   ///
-  /// @param[in] f
+  /// \param[in] f
   ///     The function to be inspected.
   ///
-  /// @return
+  /// \return
   ///     False if there was an error scanning; true otherwise.
   //------------------------------------------------------------------
   virtual bool InspectFunction(llvm::Function &f) {
@@ -248,10 +248,10 @@ protected:
   /// Build a function pointer for a function with signature void
   /// (*)(uint8_t*) with a given address
   ///
-  /// @param[in] start_address
+  /// \param[in] start_address
   ///     The address of the function.
   ///
-  /// @return
+  /// \return
   ///     The function pointer, for use in a CallInst.
   //------------------------------------------------------------------
   llvm::FunctionCallee BuildPointerValidatorFunc(lldb::addr_t start_address) {
@@ -273,10 +273,10 @@ protected:
   /// Build a function pointer for a function with signature void
   /// (*)(uint8_t*, uint8_t*) with a given address
   ///
-  /// @param[in] start_address
+  /// \param[in] start_address
   ///     The address of the function.
   ///
-  /// @return
+  /// \return
   ///     The function pointer, for use in a CallInst.
   //------------------------------------------------------------------
   llvm::FunctionCallee BuildObjectCheckerFunc(lldb::addr_t start_address) {

Modified: lldb/trunk/source/Expression/UtilityFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/UtilityFunction.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Expression/UtilityFunction.cpp (original)
+++ lldb/trunk/source/Expression/UtilityFunction.cpp Mon Mar 11 10:09:29 2019
@@ -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,

Modified: lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp (original)
+++ lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp Mon Mar 11 10:09:29 2019
@@ -243,9 +243,9 @@ void DynamicLoaderHexagonDYLD::UpdateLoa
   }
 }
 
-/// Removes the loaded sections from the target in @p module.
+/// Removes the loaded sections from the target in \p module.
 ///
-/// @param module The module to traverse.
+/// \param module The module to traverse.
 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) {
   Target &target = m_process->GetTarget();
   const SectionList *sections = GetSectionListFromModule(module);

Modified: lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h (original)
+++ lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h Mon Mar 11 10:09:29 2019
@@ -86,21 +86,21 @@ protected:
   /// of loaded modules.
   void RefreshModules();
 
-  /// Updates the load address of every allocatable section in @p module.
+  /// Updates the load address of every allocatable section in \p module.
   ///
-  /// @param module The module to traverse.
+  /// \param module The module to traverse.
   ///
-  /// @param link_map_addr The virtual address of the link map for the @p
+  /// \param link_map_addr The virtual address of the link map for the @p
   /// module.
   ///
-  /// @param base_addr The virtual base address @p module is loaded at.
+  /// \param base_addr The virtual base address \p module is loaded at.
   void UpdateLoadedSections(lldb::ModuleSP module, lldb::addr_t link_map_addr,
                             lldb::addr_t base_addr,
                             bool base_addr_is_offset) override;
 
-  /// Removes the loaded sections from the target in @p module.
+  /// Removes the loaded sections from the target in \p module.
   ///
-  /// @param module The module to traverse.
+  /// \param module The module to traverse.
   void UnloadSections(const lldb::ModuleSP module) override;
 
   /// Callback routine invoked when we hit the breakpoint on process entry.

Modified: lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h (original)
+++ lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h Mon Mar 11 10:09:29 2019
@@ -21,7 +21,7 @@ namespace lldb_private {
 class Process;
 }
 
-/// @class HexagonDYLDRendezvous
+/// \class HexagonDYLDRendezvous
 /// Interface to the runtime linker.
 ///
 /// A structure is present in a processes memory space which is updated by the
@@ -65,36 +65,36 @@ public:
   /// This method should be called once one start up, then once each time the
   /// runtime linker enters the function given by GetBreakAddress().
   ///
-  /// @returns true on success and false on failure.
+  /// \returns true on success and false on failure.
   ///
-  /// @see GetBreakAddress().
+  /// \see GetBreakAddress().
   bool Resolve();
 
-  /// @returns true if this rendezvous has been located in the inferiors
+  /// \returns true if this rendezvous has been located in the inferiors
   /// address space and false otherwise.
   bool IsValid();
 
-  /// @returns the address of the rendezvous structure in the inferiors
+  /// \returns the address of the rendezvous structure in the inferiors
   /// address space.
   lldb::addr_t GetRendezvousAddress() const { return m_rendezvous_addr; }
 
   /// Provide the dyld structure address
   void SetRendezvousAddress(lldb::addr_t);
 
-  /// @returns the version of the rendezvous protocol being used.
+  /// \returns the version of the rendezvous protocol being used.
   uint64_t GetVersion() const { return m_current.version; }
 
-  /// @returns address in the inferiors address space containing the linked
+  /// \returns address in the inferiors address space containing the linked
   /// list of shared object descriptors.
   lldb::addr_t GetLinkMapAddress() const { return m_current.map_addr; }
 
   /// A breakpoint should be set at this address and Resolve called on each
   /// hit.
   ///
-  /// @returns the address of a function called by the runtime linker each
+  /// \returns the address of a function called by the runtime linker each
   /// time a module is loaded/unloaded, or about to be loaded/unloaded.
   ///
-  /// @see Resolve()
+  /// \see Resolve()
   lldb::addr_t GetBreakAddress() const { return m_current.brk; }
 
   /// In hexagon it is possible that we can know the dyld breakpoint without
@@ -105,18 +105,18 @@ public:
   /// Returns the current state of the rendezvous structure.
   uint64_t GetState() const { return m_current.state; }
 
-  /// @returns the base address of the runtime linker in the inferiors address
+  /// \returns the base address of the runtime linker in the inferiors address
   /// space.
   lldb::addr_t GetLDBase() const { return m_current.ldbase; }
 
-  /// @returns the thread layout metadata from the inferiors thread library.
+  /// \returns the thread layout metadata from the inferiors thread library.
   const ThreadInfo &GetThreadInfo();
 
-  /// @returns true if modules have been loaded into the inferior since the
+  /// \returns true if modules have been loaded into the inferior since the
   /// last call to Resolve().
   bool ModulesDidLoad() const { return !m_added_soentries.empty(); }
 
-  /// @returns true if modules have been unloaded from the inferior since the
+  /// \returns true if modules have been unloaded from the inferior since the
   /// last call to Resolve().
   bool ModulesDidUnload() const { return !m_removed_soentries.empty(); }
 
@@ -124,7 +124,7 @@ public:
 
   /// Constants describing the state of the rendezvous.
   ///
-  /// @see GetState().
+  /// \see GetState().
   enum RendezvousState {
     eConsistent = 0,
     eAdd,
@@ -207,15 +207,15 @@ protected:
   /// Threading metadata read from the inferior.
   ThreadInfo m_thread_info;
 
-  /// Reads an unsigned integer of @p size bytes from the inferior's address
-  /// space starting at @p addr.
+  /// Reads an unsigned integer of \p size bytes from the inferior's address
+  /// space starting at \p addr.
   ///
-  /// @returns addr + size if the read was successful and false otherwise.
+  /// \returns addr + size if the read was successful and false otherwise.
   lldb::addr_t ReadWord(lldb::addr_t addr, uint64_t *dst, size_t size);
 
-  /// Reads an address from the inferior's address space starting at @p addr.
+  /// Reads an address from the inferior's address space starting at \p addr.
   ///
-  /// @returns addr + target address size if the read was successful and
+  /// \returns addr + target address size if the read was successful and
   /// 0 otherwise.
   lldb::addr_t ReadPointer(lldb::addr_t addr, lldb::addr_t *dst);
 
@@ -223,7 +223,7 @@ protected:
   /// addr.
   std::string ReadStringFromMemory(lldb::addr_t addr);
 
-  /// Reads an SOEntry starting at @p addr.
+  /// Reads an SOEntry starting at \p addr.
   bool ReadSOEntryFromMemory(lldb::addr_t addr, SOEntry &entry);
 
   /// Updates the current set of SOEntries, the set of added entries, and the

Modified: lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h (original)
+++ lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h Mon Mar 11 10:09:29 2019
@@ -17,7 +17,7 @@ namespace lldb_private {
 class DataExtractor;
 }
 
-/// @class AuxVector
+/// \class AuxVector
 /// Represents a processes auxiliary vector.
 ///
 /// When a process is loaded on Linux a vector of values is placed onto the

Modified: lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h (original)
+++ lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h Mon Mar 11 10:09:29 2019
@@ -24,7 +24,7 @@ namespace lldb_private {
 class Process;
 }
 
-/// @class DYLDRendezvous
+/// \class DYLDRendezvous
 /// Interface to the runtime linker.
 ///
 /// A structure is present in a processes memory space which is updated by the
@@ -66,50 +66,50 @@ public:
   /// This method should be called once one start up, then once each time the
   /// runtime linker enters the function given by GetBreakAddress().
   ///
-  /// @returns true on success and false on failure.
+  /// \returns true on success and false on failure.
   ///
-  /// @see GetBreakAddress().
+  /// \see GetBreakAddress().
   bool Resolve();
 
-  /// @returns true if this rendezvous has been located in the inferiors
+  /// \returns true if this rendezvous has been located in the inferiors
   /// address space and false otherwise.
   bool IsValid();
 
-  /// @returns the address of the rendezvous structure in the inferiors
+  /// \returns the address of the rendezvous structure in the inferiors
   /// address space.
   lldb::addr_t GetRendezvousAddress() const { return m_rendezvous_addr; }
 
-  /// @returns the version of the rendezvous protocol being used.
+  /// \returns the version of the rendezvous protocol being used.
   uint64_t GetVersion() const { return m_current.version; }
 
-  /// @returns address in the inferiors address space containing the linked
+  /// \returns address in the inferiors address space containing the linked
   /// list of shared object descriptors.
   lldb::addr_t GetLinkMapAddress() const { return m_current.map_addr; }
 
   /// A breakpoint should be set at this address and Resolve called on each
   /// hit.
   ///
-  /// @returns the address of a function called by the runtime linker each
+  /// \returns the address of a function called by the runtime linker each
   /// time a module is loaded/unloaded, or about to be loaded/unloaded.
   ///
-  /// @see Resolve()
+  /// \see Resolve()
   lldb::addr_t GetBreakAddress() const { return m_current.brk; }
 
   /// Returns the current state of the rendezvous structure.
   uint64_t GetState() const { return m_current.state; }
 
-  /// @returns the base address of the runtime linker in the inferiors address
+  /// \returns the base address of the runtime linker in the inferiors address
   /// space.
   lldb::addr_t GetLDBase() const { return m_current.ldbase; }
 
-  /// @returns the thread layout metadata from the inferiors thread library.
+  /// \returns the thread layout metadata from the inferiors thread library.
   const ThreadInfo &GetThreadInfo();
 
-  /// @returns true if modules have been loaded into the inferior since the
+  /// \returns true if modules have been loaded into the inferior since the
   /// last call to Resolve().
   bool ModulesDidLoad() const { return !m_added_soentries.empty(); }
 
-  /// @returns true if modules have been unloaded from the inferior since the
+  /// \returns true if modules have been unloaded from the inferior since the
   /// last call to Resolve().
   bool ModulesDidUnload() const { return !m_removed_soentries.empty(); }
 
@@ -117,7 +117,7 @@ public:
 
   /// Constants describing the state of the rendezvous.
   ///
-  /// @see GetState().
+  /// \see GetState().
   enum RendezvousState { eConsistent, eAdd, eDelete };
 
   /// Structure representing the shared objects currently loaded into the
@@ -201,15 +201,15 @@ protected:
   /// Threading metadata read from the inferior.
   ThreadInfo m_thread_info;
 
-  /// Reads an unsigned integer of @p size bytes from the inferior's address
-  /// space starting at @p addr.
+  /// Reads an unsigned integer of \p size bytes from the inferior's address
+  /// space starting at \p addr.
   ///
-  /// @returns addr + size if the read was successful and false otherwise.
+  /// \returns addr + size if the read was successful and false otherwise.
   lldb::addr_t ReadWord(lldb::addr_t addr, uint64_t *dst, size_t size);
 
-  /// Reads an address from the inferior's address space starting at @p addr.
+  /// Reads an address from the inferior's address space starting at \p addr.
   ///
-  /// @returns addr + target address size if the read was successful and
+  /// \returns addr + target address size if the read was successful and
   /// 0 otherwise.
   lldb::addr_t ReadPointer(lldb::addr_t addr, lldb::addr_t *dst);
 
@@ -217,7 +217,7 @@ protected:
   /// addr.
   std::string ReadStringFromMemory(lldb::addr_t addr);
 
-  /// Reads an SOEntry starting at @p addr.
+  /// Reads an SOEntry starting at \p addr.
   bool ReadSOEntryFromMemory(lldb::addr_t addr, SOEntry &entry);
 
   /// Updates the current set of SOEntries, the set of added entries, and the

Modified: lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h (original)
+++ lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h Mon Mar 11 10:09:29 2019
@@ -102,21 +102,21 @@ protected:
   /// of loaded modules.
   void RefreshModules();
 
-  /// Updates the load address of every allocatable section in @p module.
+  /// Updates the load address of every allocatable section in \p module.
   ///
-  /// @param module The module to traverse.
+  /// \param module The module to traverse.
   ///
-  /// @param link_map_addr The virtual address of the link map for the @p
+  /// \param link_map_addr The virtual address of the link map for the @p
   /// module.
   ///
-  /// @param base_addr The virtual base address @p module is loaded at.
+  /// \param base_addr The virtual base address \p module is loaded at.
   void UpdateLoadedSections(lldb::ModuleSP module, lldb::addr_t link_map_addr,
                             lldb::addr_t base_addr,
                             bool base_addr_is_offset) override;
 
-  /// Removes the loaded sections from the target in @p module.
+  /// Removes the loaded sections from the target in \p module.
   ///
-  /// @param module The module to traverse.
+  /// \param module The module to traverse.
   void UnloadSections(const lldb::ModuleSP module) override;
 
   /// Resolves the entry point for the current inferior process and sets a

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h Mon Mar 11 10:09:29 2019
@@ -16,7 +16,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ASTResultSynthesizer ASTResultSynthesizer.h
+/// \class ASTResultSynthesizer ASTResultSynthesizer.h
 /// "lldb/Expression/ASTResultSynthesizer.h" Adds a result variable
 /// declaration to the ASTs for an expression.
 ///
@@ -34,17 +34,17 @@ public:
   //----------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] passthrough
+  /// \param[in] passthrough
   ///     Since the ASTs must typically go through to the Clang code generator
   ///     in order to produce LLVM IR, this SemaConsumer must allow them to
   ///     pass to the next step in the chain after processing.  Passthrough is
   ///     the next ASTConsumer, or NULL if none is required.
   ///
-  /// @param[in] top_level
+  /// \param[in] top_level
   ///     If true, register all top-level Decls and don't try to handle the
   ///     main function.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     The target, which contains the persistent variable store and the
   ///     AST importer.
   //----------------------------------------------------------------------
@@ -59,7 +59,7 @@ public:
   //----------------------------------------------------------------------
   /// Link this consumer with a particular AST context
   ///
-  /// @param[in] Context
+  /// \param[in] Context
   ///     This AST context will be used for types and identifiers, and also
   ///     forwarded to the passthrough consumer, if one exists.
   //----------------------------------------------------------------------
@@ -69,7 +69,7 @@ public:
   /// Examine a list of Decls to find the function $__lldb_expr and transform
   /// its code
   ///
-  /// @param[in] D
+  /// \param[in] D
   ///     The list of Decls to search.  These may contain LinkageSpecDecls,
   ///     which need to be searched recursively.  That job falls to
   ///     TransformTopLevelDecl.
@@ -104,7 +104,7 @@ public:
   //----------------------------------------------------------------------
   /// Set the Sema object to use when performing transforms, and pass it on
   ///
-  /// @param[in] S
+  /// \param[in] S
   ///     The Sema to use.  Because Sema isn't externally visible, this class
   ///     casts it to an Action for actual use.
   //----------------------------------------------------------------------
@@ -126,7 +126,7 @@ private:
   /// necessary through LinkageSpecDecls, and calling SynthesizeResult on
   /// anything that was found
   ///
-  /// @param[in] D
+  /// \param[in] D
   ///     The Decl to hunt.
   //----------------------------------------------------------------------
   void TransformTopLevelDecl(clang::Decl *D);
@@ -135,7 +135,7 @@ private:
   /// Process an Objective-C method and produce the result variable and
   /// initialization
   ///
-  /// @param[in] MethodDecl
+  /// \param[in] MethodDecl
   ///     The method to process.
   //----------------------------------------------------------------------
   bool SynthesizeObjCMethodResult(clang::ObjCMethodDecl *MethodDecl);
@@ -143,7 +143,7 @@ private:
   //----------------------------------------------------------------------
   /// Process a function and produce the result variable and initialization
   ///
-  /// @param[in] FunDecl
+  /// \param[in] FunDecl
   ///     The function to process.
   //----------------------------------------------------------------------
   bool SynthesizeFunctionResult(clang::FunctionDecl *FunDecl);
@@ -152,10 +152,10 @@ private:
   /// Process a function body and produce the result variable and
   /// initialization
   ///
-  /// @param[in] Body
+  /// \param[in] Body
   ///     The body of the function.
   ///
-  /// @param[in] DC
+  /// \param[in] DC
   ///     The DeclContext of the function, into which the result variable
   ///     is inserted.
   //----------------------------------------------------------------------
@@ -165,7 +165,7 @@ private:
   /// Given a DeclContext for a function or method, find all types declared in
   /// the context and record any persistent types found.
   ///
-  /// @param[in] FunDeclCtx
+  /// \param[in] FunDeclCtx
   ///     The context for the function to process.
   //----------------------------------------------------------------------
   void RecordPersistentTypes(clang::DeclContext *FunDeclCtx);
@@ -175,7 +175,7 @@ private:
   /// sign, register it as a pointer type in the target's scratch
   /// AST context.
   ///
-  /// @param[in] Body
+  /// \param[in] Body
   ///     The body of the function.
   //----------------------------------------------------------------------
   void MaybeRecordPersistentType(clang::TypeDecl *D);
@@ -184,7 +184,7 @@ private:
   /// Given a NamedDecl, register it as a pointer type in the target's scratch
   /// AST context.
   ///
-  /// @param[in] Body
+  /// \param[in] Body
   ///     The body of the function.
   //----------------------------------------------------------------------
   void RecordPersistentDecl(clang::NamedDecl *D);

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ASTStructExtractor ASTStructExtractor.h
+/// \class ASTStructExtractor ASTStructExtractor.h
 /// "lldb/Expression/ASTStructExtractor.h" Extracts and describes the argument
 /// structure for a wrapped function.
 ///
@@ -38,16 +38,16 @@ public:
   //----------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] passthrough
+  /// \param[in] passthrough
   ///     Since the ASTs must typically go through to the Clang code generator
   ///     in order to produce LLVM IR, this SemaConsumer must allow them to
   ///     pass to the next step in the chain after processing.  Passthrough is
   ///     the next ASTConsumer, or NULL if none is required.
   ///
-  /// @param[in] struct_name
+  /// \param[in] struct_name
   ///     The name of the structure to extract from the wrapper function.
   ///
-  /// @param[in] function
+  /// \param[in] function
   ///     The caller object whose members should be populated with information
   ///     about the argument struct.  ClangFunctionCaller friends
   ///     ASTStructExtractor
@@ -64,7 +64,7 @@ public:
   //----------------------------------------------------------------------
   /// Link this consumer with a particular AST context
   ///
-  /// @param[in] Context
+  /// \param[in] Context
   ///     This AST context will be used for types and identifiers, and also
   ///     forwarded to the passthrough consumer, if one exists.
   //----------------------------------------------------------------------
@@ -74,7 +74,7 @@ public:
   /// Examine a list of Decls to find the function $__lldb_expr and transform
   /// its code
   ///
-  /// @param[in] D
+  /// \param[in] D
   ///     The list of Decls to search.  These may contain LinkageSpecDecls,
   ///     which need to be searched recursively.  That job falls to
   ///     TransformTopLevelDecl.
@@ -109,7 +109,7 @@ public:
   //----------------------------------------------------------------------
   /// Set the Sema object to use when performing transforms, and pass it on
   ///
-  /// @param[in] S
+  /// \param[in] S
   ///     The Sema to use.  Because Sema isn't externally visible, this class
   ///     casts it to an Action for actual use.
   //----------------------------------------------------------------------
@@ -125,7 +125,7 @@ private:
   /// Hunt the given FunctionDecl for the argument struct and place
   /// information about it into m_function
   ///
-  /// @param[in] F
+  /// \param[in] F
   ///     The FunctionDecl to hunt.
   //----------------------------------------------------------------------
   void ExtractFromFunctionDecl(clang::FunctionDecl *F);
@@ -135,7 +135,7 @@ private:
   /// function name, recursing as necessary through LinkageSpecDecls, and
   /// calling ExtractFromFunctionDecl on anything that was found
   ///
-  /// @param[in] D
+  /// \param[in] D
   ///     The Decl to hunt.
   //----------------------------------------------------------------------
   void ExtractFromTopLevelDecl(clang::Decl *D);

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangASTSource.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangASTSource.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangASTSource.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ClangASTSource ClangASTSource.h "lldb/Expression/ClangASTSource.h"
+/// \class ClangASTSource ClangASTSource.h "lldb/Expression/ClangASTSource.h"
 /// Provider for named objects defined in the debug info for Clang
 ///
 /// As Clang parses an expression, it may encounter names that are not defined
@@ -40,7 +40,7 @@ public:
   ///
   /// Initializes class variables.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     A reference to the target containing debug information to use.
   //------------------------------------------------------------------
   ClangASTSource(const lldb::TargetSP &target);
@@ -82,13 +82,13 @@ public:
   /// The work for this function is done by
   /// void FindExternalVisibleDecls (NameSearchContext &);
   ///
-  /// @param[in] DC
+  /// \param[in] DC
   ///     The DeclContext to register the found Decls in.
   ///
-  /// @param[in] Name
+  /// \param[in] Name
   ///     The name to find entries for.
   ///
-  /// @return
+  /// \return
   ///     Whatever SetExternalVisibleDeclsForName returns.
   //------------------------------------------------------------------
   bool FindExternalVisibleDeclsByName(const clang::DeclContext *DC,
@@ -97,14 +97,14 @@ public:
   //------------------------------------------------------------------
   /// Enumerate all Decls in a given lexical context.
   ///
-  /// @param[in] DC
+  /// \param[in] DC
   ///     The DeclContext being searched.
   ///
-  /// @param[in] isKindWeWant
+  /// \param[in] isKindWeWant
   ///     A callback function that returns true given the
   ///     DeclKinds of desired Decls, and false otherwise.
   ///
-  /// @param[in] Decls
+  /// \param[in] Decls
   ///     A vector that is filled in with matching Decls.
   //------------------------------------------------------------------
   void FindExternalLexicalDecls(
@@ -115,34 +115,34 @@ public:
   //------------------------------------------------------------------
   /// Specify the layout of the contents of a RecordDecl.
   ///
-  /// @param[in] Record
+  /// \param[in] Record
   ///     The record (in the parser's AST context) that needs to be
   ///     laid out.
   ///
-  /// @param[out] Size
+  /// \param[out] Size
   ///     The total size of the record in bits.
   ///
-  /// @param[out] Alignment
+  /// \param[out] Alignment
   ///     The alignment of the record in bits.
   ///
-  /// @param[in] FieldOffsets
+  /// \param[in] FieldOffsets
   ///     A map that must be populated with pairs of the record's
   ///     fields (in the parser's AST context) and their offsets
   ///     (measured in bits).
   ///
-  /// @param[in] BaseOffsets
+  /// \param[in] BaseOffsets
   ///     A map that must be populated with pairs of the record's
   ///     C++ concrete base classes (in the parser's AST context,
   ///     and only if the record is a CXXRecordDecl and has base
   ///     classes) and their offsets (measured in bytes).
   ///
-  /// @param[in] VirtualBaseOffsets
+  /// \param[in] VirtualBaseOffsets
   ///     A map that must be populated with pairs of the record's
   ///     C++ virtual base classes (in the parser's AST context,
   ///     and only if the record is a CXXRecordDecl and has base
   ///     classes) and their offsets (measured in bytes).
   ///
-  /// @return
+  /// \return
   ///     True <=> the layout is valid.
   //-----------------------------------------------------------------
   bool layoutRecordType(
@@ -156,7 +156,7 @@ public:
   //------------------------------------------------------------------
   /// Complete a TagDecl.
   ///
-  /// @param[in] Tag
+  /// \param[in] Tag
   ///     The Decl to be completed in place.
   //------------------------------------------------------------------
   void CompleteType(clang::TagDecl *Tag) override;
@@ -164,7 +164,7 @@ public:
   //------------------------------------------------------------------
   /// Complete an ObjCInterfaceDecl.
   ///
-  /// @param[in] Class
+  /// \param[in] Class
   ///     The Decl to be completed in place.
   //------------------------------------------------------------------
   void CompleteType(clang::ObjCInterfaceDecl *Class) override;
@@ -174,7 +174,7 @@ public:
   /// setHasExternalVisibleStorage() and setHasExternalLexicalStorage() that
   /// this object has something to say about undefined names.
   ///
-  /// @param[in] ASTConsumer
+  /// \param[in] ASTConsumer
   ///     Unused.
   //------------------------------------------------------------------
   void StartTranslationUnit(clang::ASTConsumer *Consumer) override;
@@ -187,13 +187,13 @@ public:
   /// Look up the modules containing a given namespace and put the appropriate
   /// entries in the namespace map.
   ///
-  /// @param[in] namespace_map
+  /// \param[in] namespace_map
   ///     The map to be completed.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the namespace to be found.
   ///
-  /// @param[in] parent_map
+  /// \param[in] parent_map
   ///     The map for the namespace's parent namespace, if there is
   ///     one.
   //------------------------------------------------------------------
@@ -212,7 +212,7 @@ public:
   //------------------------------------------------------------------
   /// The worker function for FindExternalVisibleDeclsByName.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext to use when filing results.
   //------------------------------------------------------------------
   virtual void FindExternalVisibleDecls(NameSearchContext &context);
@@ -228,7 +228,7 @@ public:
   bool GetLookupsEnabled() { return m_lookups_enabled; }
 
   //----------------------------------------------------------------------
-  /// @class ClangASTSourceProxy ClangASTSource.h
+  /// \class ClangASTSourceProxy ClangASTSource.h
   /// "lldb/Expression/ClangASTSource.h" Proxy for ClangASTSource
   ///
   /// Clang AST contexts like to own their AST sources, so this is a state-
@@ -298,10 +298,10 @@ protected:
   /// Look for the complete version of an Objective-C interface, and return it
   /// if found.
   ///
-  /// @param[in] interface_decl
+  /// \param[in] interface_decl
   ///     An ObjCInterfaceDecl that may not be the complete one.
   ///
-  /// @return
+  /// \return
   ///     NULL if the complete interface couldn't be found;
   ///     the complete interface otherwise.
   //------------------------------------------------------------------
@@ -312,16 +312,16 @@ protected:
   /// Find all entities matching a given name in a given module, using a
   /// NameSearchContext to make Decls for them.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext that can construct Decls for this name.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     If non-NULL, the module to query.
   ///
-  /// @param[in] namespace_decl
+  /// \param[in] namespace_decl
   ///     If valid and module is non-NULL, the parent namespace.
   ///
-  /// @param[in] current_id
+  /// \param[in] current_id
   ///     The ID for the current FindExternalVisibleDecls invocation,
   ///     for logging purposes.
   //------------------------------------------------------------------
@@ -333,7 +333,7 @@ protected:
   //------------------------------------------------------------------
   /// Find all Objective-C methods matching a given selector.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext that can construct Decls for this name.
   ///     Its m_decl_name contains the selector and its m_decl_context
   ///     is the containing object.
@@ -343,7 +343,7 @@ protected:
   //------------------------------------------------------------------
   /// Find all Objective-C properties and ivars with a given name.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext that can construct Decls for this name.
   ///     Its m_decl_name contains the name and its m_decl_context
   ///     is the containing object.
@@ -354,17 +354,17 @@ protected:
   /// A wrapper for ClangASTContext::CopyType that sets a flag that
   /// indicates that we should not respond to queries during import.
   ///
-  /// @param[in] dest_context
+  /// \param[in] dest_context
   ///     The target AST context, typically the parser's AST context.
   ///
-  /// @param[in] source_context
+  /// \param[in] source_context
   ///     The source AST context, typically the AST context of whatever
   ///     symbol file the type was found in.
   ///
-  /// @param[in] src_type
+  /// \param[in] src_type
   ///     The source type.
   ///
-  /// @return
+  /// \return
   ///     The imported type.
   //------------------------------------------------------------------
   CompilerType GuardedCopyType(const CompilerType &src_type);
@@ -373,13 +373,13 @@ public:
   //------------------------------------------------------------------
   /// Returns true if a name should be ignored by name lookup.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name to be considered.
   ///
-  /// @param[in] ignore_all_dollar_nmmes
+  /// \param[in] ignore_all_dollar_nmmes
   ///     True if $-names of all sorts should be ignored.
   ///
-  /// @return
+  /// \return
   ///     True if the name is one of a class of names that are ignored by
   ///     global lookup for performance reasons.
   //------------------------------------------------------------------
@@ -389,10 +389,10 @@ public:
   //------------------------------------------------------------------
   /// Copies a single Decl into the parser's AST context.
   ///
-  /// @param[in] src_decl
+  /// \param[in] src_decl
   ///     The Decl to copy.
   ///
-  /// @return
+  /// \return
   ///     A copy of the Decl in m_ast_context, or NULL if the copy failed.
   //------------------------------------------------------------------
   clang::Decl *CopyDecl(clang::Decl *src_decl);
@@ -400,17 +400,17 @@ public:
   //------------------------------------------------------------------
   /// Copies a single Type to the target of the given ExternalASTMerger.
   ///
-  /// @param[in] src_context
+  /// \param[in] src_context
   ///     The ASTContext containing the type.
   ///
-  /// @param[in] merger
+  /// \param[in] merger
   ///     The merger to use.  This isn't just *m_merger_up because it might be
   ///     the persistent AST context's merger.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The type to copy.
   ///
-  /// @return
+  /// \return
   ///     A copy of the Type in the merger's target context.
   //------------------------------------------------------------------
 	clang::QualType CopyTypeWithMerger(clang::ASTContext &src_context,
@@ -420,16 +420,16 @@ public:
   //------------------------------------------------------------------
   /// Determined the origin of a single Decl, if it can be found.
   ///
-  /// @param[in] decl
+  /// \param[in] decl
   ///     The Decl whose origin is to be found.
   ///
-  /// @param[out] original_decl
+  /// \param[out] original_decl
   ///     A pointer whose target is filled in with the original Decl.
   ///
-  /// @param[in] original_ctx
+  /// \param[in] original_ctx
   ///     A pointer whose target is filled in with the original's ASTContext.
   ///
-  /// @return
+  /// \return
   ///     True if lookup succeeded; false otherwise.
   //------------------------------------------------------------------
   bool ResolveDeclOrigin(const clang::Decl *decl, clang::Decl **original_decl,
@@ -471,7 +471,7 @@ protected:
 };
 
 //----------------------------------------------------------------------
-/// @class NameSearchContext ClangASTSource.h
+/// \class NameSearchContext ClangASTSource.h
 /// "lldb/Expression/ClangASTSource.h" Container for all objects relevant to a
 /// single name lookup
 ///
@@ -508,17 +508,17 @@ struct NameSearchContext {
   ///
   /// Initializes class variables.
   ///
-  /// @param[in] astSource
+  /// \param[in] astSource
   ///     A reference to the AST source making a request.
   ///
-  /// @param[in] decls
+  /// \param[in] decls
   ///     A reference to a list into which new Decls will be placed.  This
   ///     list is typically empty when the function is called.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name being searched for (always an Identifier).
   ///
-  /// @param[in] dc
+  /// \param[in] dc
   ///     The DeclContext to register Decls in.
   //------------------------------------------------------------------
   NameSearchContext(ClangASTSource &astSource,
@@ -533,7 +533,7 @@ struct NameSearchContext {
   /// Create a VarDecl with the name being searched for and the provided type
   /// and register it in the right places.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The opaque QualType for the VarDecl being registered.
   //------------------------------------------------------------------
   clang::NamedDecl *AddVarDecl(const CompilerType &type);
@@ -542,10 +542,10 @@ struct NameSearchContext {
   /// Create a FunDecl with the name being searched for and the provided type
   /// and register it in the right places.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The opaque QualType for the FunDecl being registered.
   ///
-  /// @param[in] extern_c
+  /// \param[in] extern_c
   ///     If true, build an extern "C" linkage specification for this.
   //------------------------------------------------------------------
   clang::NamedDecl *AddFunDecl(const CompilerType &type, bool extern_c = false);
@@ -560,7 +560,7 @@ struct NameSearchContext {
   /// Create a TypeDecl with the name being searched for and the provided type
   /// and register it in the right places.
   ///
-  /// @param[in] compiler_type
+  /// \param[in] compiler_type
   ///     The opaque QualType for the TypeDecl being registered.
   //------------------------------------------------------------------
   clang::NamedDecl *AddTypeDecl(const CompilerType &compiler_type);
@@ -569,7 +569,7 @@ struct NameSearchContext {
   /// Add Decls from the provided DeclContextLookupResult to the list of
   /// results.
   ///
-  /// @param[in] result
+  /// \param[in] result
   ///     The DeclContextLookupResult, usually returned as the result
   ///     of querying a DeclContext.
   //------------------------------------------------------------------
@@ -578,7 +578,7 @@ struct NameSearchContext {
   //------------------------------------------------------------------
   /// Add a NamedDecl to the list of results.
   ///
-  /// @param[in] decl
+  /// \param[in] decl
   ///     The NamedDecl, usually returned as the result
   ///     of querying a DeclContext.
   //------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h Mon Mar 11 10:09:29 2019
@@ -30,7 +30,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ClangExpressionDeclMap ClangExpressionDeclMap.h
+/// \class ClangExpressionDeclMap ClangExpressionDeclMap.h
 /// "lldb/Expression/ClangExpressionDeclMap.h" Manages named entities that are
 /// defined in LLDB's debug information.
 ///
@@ -61,19 +61,19 @@ public:
   ///
   /// Initializes class variables.
   ///
-  /// @param[in] keep_result_in_memory
+  /// \param[in] keep_result_in_memory
   ///     If true, inhibits the normal deallocation of the memory for
   ///     the result persistent variable, and instead marks the variable
   ///     as persisting.
   ///
-  /// @param[in] delegate
+  /// \param[in] delegate
   ///     If non-NULL, use this delegate to report result values.  This
   ///     allows the client ClangUserExpression to report a result.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when parsing.
   ///
-  /// @param[in] ctx_obj
+  /// \param[in] ctx_obj
   ///     If not empty, then expression is evaluated in context of this object.
   ///     See the comment to `UserExpression::Evaluate` for details.
   //------------------------------------------------------------------
@@ -91,15 +91,15 @@ public:
   //------------------------------------------------------------------
   /// Enable the state needed for parsing and IR transformation.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when finding types for variables.
   ///     Also used to find a "scratch" AST context to store result types.
   ///
-  /// @param[in] materializer
+  /// \param[in] materializer
   ///     If non-NULL, the materializer to populate with information about
   ///     the variables to use
   ///
-  /// @return
+  /// \return
   ///     True if parsing is possible; false if it is unsafe to continue.
   //------------------------------------------------------------------
   bool WillParse(ExecutionContext &exe_ctx, Materializer *materializer);
@@ -110,7 +110,7 @@ public:
   /// [Used by ClangExpressionParser] For each variable that had an unknown
   ///     type at the beginning of parsing, determine its final type now.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool ResolveUnknownTypes();
@@ -124,17 +124,17 @@ public:
   /// [Used by IRForTarget] Add a variable to the list of persistent
   ///     variables for the process.
   ///
-  /// @param[in] decl
+  /// \param[in] decl
   ///     The Clang declaration for the persistent variable, used for
   ///     lookup during parsing.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the persistent variable, usually $something.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The type of the variable, in the Clang parser's context.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool AddPersistentVariable(const clang::NamedDecl *decl,
@@ -145,22 +145,22 @@ public:
   /// [Used by IRForTarget] Add a variable to the struct that needs to
   ///     be materialized each time the expression runs.
   ///
-  /// @param[in] decl
+  /// \param[in] decl
   ///     The Clang declaration for the variable.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the variable.
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     The LLVM IR value for this variable.
   ///
-  /// @param[in] size
+  /// \param[in] size
   ///     The size of the variable in bytes.
   ///
-  /// @param[in] alignment
+  /// \param[in] alignment
   ///     The required alignment of the variable in bytes.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool AddValueToStruct(const clang::NamedDecl *decl, ConstString name,
@@ -171,7 +171,7 @@ public:
   /// [Used by IRForTarget] Finalize the struct, laying out the position of
   /// each object in it.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool DoStructLayout();
@@ -180,16 +180,16 @@ public:
   /// [Used by IRForTarget] Get general information about the laid-out struct
   /// after DoStructLayout() has been called.
   ///
-  /// @param[out] num_elements
+  /// \param[out] num_elements
   ///     The number of elements in the struct.
   ///
-  /// @param[out] size
+  /// \param[out] size
   ///     The size of the struct, in bytes.
   ///
-  /// @param[out] alignment
+  /// \param[out] alignment
   ///     The alignment of the struct, in bytes.
   ///
-  /// @return
+  /// \return
   ///     True if the information could be retrieved; false otherwise.
   //------------------------------------------------------------------
   bool GetStructInfo(uint32_t &num_elements, size_t &size,
@@ -199,31 +199,31 @@ public:
   /// [Used by IRForTarget] Get specific information about one field of the
   /// laid-out struct after DoStructLayout() has been called.
   ///
-  /// @param[out] decl
+  /// \param[out] decl
   ///     The parsed Decl for the field, as generated by ClangASTSource
   ///     on ClangExpressionDeclMap's behalf.  In the case of the result
   ///     value, this will have the name $__lldb_result even if the
   ///     result value ends up having the name $1.  This is an
   ///     implementation detail of IRForTarget.
   ///
-  /// @param[out] value
+  /// \param[out] value
   ///     The IR value for the field (usually a GlobalVariable).  In
   ///     the case of the result value, this will have the correct
   ///     name ($1, for instance).  This is an implementation detail
   ///     of IRForTarget.
   ///
-  /// @param[out] offset
+  /// \param[out] offset
   ///     The offset of the field from the beginning of the struct.
   ///     As long as the struct is aligned according to its required
   ///     alignment, this offset will align the field correctly.
   ///
-  /// @param[out] name
+  /// \param[out] name
   ///     The name of the field as used in materialization.
   ///
-  /// @param[in] index
+  /// \param[in] index
   ///     The index of the field about which information is requested.
   ///
-  /// @return
+  /// \return
   ///     True if the information could be retrieved; false otherwise.
   //------------------------------------------------------------------
   bool GetStructElement(const clang::NamedDecl *&decl, llvm::Value *&value,
@@ -233,14 +233,14 @@ public:
   //------------------------------------------------------------------
   /// [Used by IRForTarget] Get information about a function given its Decl.
   ///
-  /// @param[in] decl
+  /// \param[in] decl
   ///     The parsed Decl for the Function, as generated by ClangASTSource
   ///     on ClangExpressionDeclMap's behalf.
   ///
-  /// @param[out] ptr
+  /// \param[out] ptr
   ///     The absolute address of the function in the target.
   ///
-  /// @return
+  /// \return
   ///     True if the information could be retrieved; false otherwise.
   //------------------------------------------------------------------
   bool GetFunctionInfo(const clang::NamedDecl *decl, uint64_t &ptr);
@@ -249,22 +249,22 @@ public:
   /// [Used by IRForTarget] Get the address of a symbol given nothing but its
   /// name.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     The target to find the symbol in.  If not provided,
   ///     then the current parsing context's Target.
   ///
-  /// @param[in] process
+  /// \param[in] process
   ///     The process to use.  For Objective-C symbols, the process's
   ///     Objective-C language runtime may be queried if the process
   ///     is non-NULL.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the symbol.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module to limit the search to. This can be NULL
   ///
-  /// @return
+  /// \return
   ///     Valid load address for the symbol
   //------------------------------------------------------------------
   lldb::addr_t GetSymbolAddress(Target &target, Process *process,
@@ -278,13 +278,13 @@ public:
   //------------------------------------------------------------------
   /// [Used by IRInterpreter] Get basic target information.
   ///
-  /// @param[out] byte_order
+  /// \param[out] byte_order
   ///     The byte order of the target.
   ///
-  /// @param[out] address_byte_size
+  /// \param[out] address_byte_size
   ///     The size of a pointer in bytes.
   ///
-  /// @return
+  /// \return
   ///     True if the information could be determined; false
   ///     otherwise.
   //------------------------------------------------------------------
@@ -304,10 +304,10 @@ public:
   /// [Used by ClangASTSource] Find all entities matching a given name, using
   /// a NameSearchContext to make Decls for them.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext that can construct Decls for this name.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   void FindExternalVisibleDecls(NameSearchContext &context) override;
@@ -316,20 +316,20 @@ public:
   /// Find all entities matching a given name in a given module/namespace,
   /// using a NameSearchContext to make Decls for them.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext that can construct Decls for this name.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     If non-NULL, the module to query.
   ///
-  /// @param[in] namespace_decl
+  /// \param[in] namespace_decl
   ///     If valid and module is non-NULL, the parent namespace.
   ///
-  /// @param[in] current_id
+  /// \param[in] current_id
   ///     The ID for the current FindExternalVisibleDecls invocation,
   ///     for logging purposes.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   void FindExternalVisibleDecls(NameSearchContext &context,
@@ -446,24 +446,24 @@ private:
   //------------------------------------------------------------------
   /// Given a target, find a variable that matches the given name and type.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     The target to use as a basis for finding the variable.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     If non-NULL, the module to search.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name as a plain C string.
   ///
-  /// @param[in] namespace_decl
+  /// \param[in] namespace_decl
   ///     If non-NULL and module is non-NULL, the parent namespace.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The required type for the variable.  This function may be called
   ///     during parsing, in which case we don't know its type; hence the
   ///     default.
   ///
-  /// @return
+  /// \return
   ///     The LLDB Variable found, or NULL if none was found.
   //------------------------------------------------------------------
   lldb::VariableSP FindGlobalVariable(Target &target, lldb::ModuleSP &module,
@@ -475,26 +475,26 @@ private:
   /// Get the value of a variable in a given execution context and return the
   /// associated Types if needed.
   ///
-  /// @param[in] var
+  /// \param[in] var
   ///     The variable to evaluate.
   ///
-  /// @param[out] var_location
+  /// \param[out] var_location
   ///     The variable location value to fill in
   ///
-  /// @param[out] found_type
+  /// \param[out] found_type
   ///     The type of the found value, as it was found in the user process.
   ///     This is only useful when the variable is being inspected on behalf
   ///     of the parser, hence the default.
   ///
-  /// @param[out] parser_type
+  /// \param[out] parser_type
   ///     The type of the found value, as it was copied into the parser's
   ///     AST context.  This is only useful when the variable is being
   ///     inspected on behalf of the parser, hence the default.
   ///
-  /// @param[in] decl
+  /// \param[in] decl
   ///     The Decl to be looked up.
   ///
-  /// @return
+  /// \return
   ///     Return true if the value was successfully filled in.
   //------------------------------------------------------------------
   bool GetVariableValue(lldb::VariableSP &var,
@@ -506,13 +506,13 @@ private:
   /// Use the NameSearchContext to generate a Decl for the given LLDB
   /// Variable, and put it in the Tuple list.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext to use when constructing the Decl.
   ///
-  /// @param[in] var
+  /// \param[in] var
   ///     The LLDB Variable that needs a Decl.
   ///
-  /// @param[in] valobj
+  /// \param[in] valobj
   ///     The LLDB ValueObject for that variable.
   //------------------------------------------------------------------
   void AddOneVariable(NameSearchContext &context, lldb::VariableSP var,
@@ -522,13 +522,13 @@ private:
   /// Use the NameSearchContext to generate a Decl for the given persistent
   /// variable, and put it in the list of found entities.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext to use when constructing the Decl.
   ///
-  /// @param[in] pvar
+  /// \param[in] pvar
   ///     The persistent variable that needs a Decl.
   ///
-  /// @param[in] current_id
+  /// \param[in] current_id
   ///     The ID of the current invocation of FindExternalVisibleDecls
   ///     for logging purposes.
   //------------------------------------------------------------------
@@ -540,10 +540,10 @@ private:
   /// Use the NameSearchContext to generate a Decl for the given LLDB symbol
   /// (treated as a variable), and put it in the list of found entities.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext to use when constructing the Decl.
   ///
-  /// @param[in] var
+  /// \param[in] var
   ///     The LLDB Variable that needs a Decl.
   //------------------------------------------------------------------
   void AddOneGenericVariable(NameSearchContext &context, const Symbol &symbol,
@@ -554,14 +554,14 @@ private:
   /// (Functions are not placed in the Tuple list.)  Can handle both fully
   /// typed functions and generic functions.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext to use when constructing the Decl.
   ///
-  /// @param[in] fun
+  /// \param[in] fun
   ///     The Function that needs to be created.  If non-NULL, this is
   ///     a fully-typed function.
   ///
-  /// @param[in] sym
+  /// \param[in] sym
   ///     The Symbol that corresponds to a function that needs to be
   ///     created with generic type (unitptr_t foo(...)).
   //------------------------------------------------------------------
@@ -571,10 +571,10 @@ private:
   //------------------------------------------------------------------
   /// Use the NameSearchContext to generate a Decl for the given register.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext to use when constructing the Decl.
   ///
-  /// @param[in] reg_info
+  /// \param[in] reg_info
   ///     The information corresponding to that register.
   //------------------------------------------------------------------
   void AddOneRegister(NameSearchContext &context, const RegisterInfo *reg_info,
@@ -584,10 +584,10 @@ private:
   /// Use the NameSearchContext to generate a Decl for the given type.  (Types
   /// are not placed in the Tuple list.)
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext to use when constructing the Decl.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The type that needs to be created.
   //------------------------------------------------------------------
   void AddOneType(NameSearchContext &context, const TypeFromUser &type,
@@ -597,10 +597,10 @@ private:
   /// Generate a Decl for "*this" and add a member function declaration to it
   /// for the expression, then report it.
   ///
-  /// @param[in] context
+  /// \param[in] context
   ///     The NameSearchContext to use when constructing the Decl.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The type for *this.
   //------------------------------------------------------------------
   void AddThisType(NameSearchContext &context, const TypeFromUser &type,
@@ -610,14 +610,14 @@ private:
   /// Move a type out of the current ASTContext into another, but make sure to
   /// export all components of the type also.
   ///
-  /// @param[in] target
+  /// \param[in] target
   ///     The ClangASTContext to move to.
-  /// @param[in] source
+  /// \param[in] source
   ///     The ClangASTContext to move from.  This is assumed to be going away.
-  /// @param[in] parser_type
+  /// \param[in] parser_type
   ///     The type as it appears in the source context.
   ///
-  /// @return
+  /// \return
   ///     Returns the moved type, or an empty type if there was a problem.
   //------------------------------------------------------------------
   TypeFromUser DeportType(ClangASTContext &target, ClangASTContext &source,

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h Mon Mar 11 10:09:29 2019
@@ -51,7 +51,7 @@ public:
   /// Return the object that the parser should allow to access ASTs.
   /// May be NULL if the ASTs do not need to be transformed.
   ///
-  /// @param[in] passthrough
+  /// \param[in] passthrough
   ///     The ASTConsumer that the returned transformer should send
   ///     the ASTs to after transformation.
   //------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp Mon Mar 11 10:09:29 2019
@@ -551,7 +551,7 @@ ClangExpressionParser::~ClangExpressionP
 namespace {
 
 //----------------------------------------------------------------------
-/// @class CodeComplete
+/// \class CodeComplete
 ///
 /// A code completion consumer for the clang Sema that is responsible for
 /// creating the completion suggestions when a user requests completion
@@ -629,15 +629,15 @@ class CodeComplete : public CodeComplete
 
 public:
   /// Constructs a CodeComplete consumer that can be attached to a Sema.
-  /// @param[out] matches
+  /// \param[out] matches
   ///    The list of matches that the lldb completion API expects as a result.
   ///    This may already contain matches, so it's only allowed to append
   ///    to this variable.
-  /// @param[out] expr
+  /// \param[out] expr
   ///    The whole expression string that we are currently parsing. This
   ///    string needs to be equal to the input the user typed, and NOT the
   ///    final code that Clang is parsing.
-  /// @param[out] position
+  /// \param[out] position
   ///    The character position of the user cursor in the `expr` parameter.
   ///
   CodeComplete(CompletionRequest &request, clang::LangOptions ops,

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h Mon Mar 11 10:09:29 2019
@@ -28,7 +28,7 @@ namespace lldb_private {
 class IRExecutionUnit;
 
 //----------------------------------------------------------------------
-/// @class ClangExpressionParser ClangExpressionParser.h
+/// \class ClangExpressionParser ClangExpressionParser.h
 /// "lldb/Expression/ClangExpressionParser.h" Encapsulates an instance of
 /// Clang that can parse expressions.
 ///
@@ -45,12 +45,12 @@ public:
   ///
   /// Initializes class variables.
   ///
-  /// @param[in] exe_scope,
+  /// \param[in] exe_scope,
   ///     If non-NULL, an execution context scope that can help to
   ///     correctly create an expression with a valid process for
   ///     optional tuning Objective-C runtime support. Can be NULL.
   ///
-  /// @param[in] expr
+  /// \param[in] expr
   ///     The expression to be parsed.
   //------------------------------------------------------------------
   ClangExpressionParser(ExecutionContextScope *exe_scope, Expression &expr,
@@ -68,10 +68,10 @@ public:
   /// Parse a single expression and convert it to IR using Clang.  Don't wrap
   /// the expression in anything at all.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report errors to.
   ///
-  /// @return
+  /// \return
   ///     The number of errors encountered during parsing.  0 means
   ///     success.
   //------------------------------------------------------------------
@@ -83,36 +83,36 @@ public:
   /// Ready an already-parsed expression for execution, possibly evaluating it
   /// statically.
   ///
-  /// @param[out] func_addr
+  /// \param[out] func_addr
   ///     The address to which the function has been written.
   ///
-  /// @param[out] func_end
+  /// \param[out] func_end
   ///     The end of the function's allocated memory region.  (func_addr
   ///     and func_end do not delimit an allocated region; the allocated
   ///     region may begin before func_addr.)
   ///
-  /// @param[in] execution_unit_sp
+  /// \param[in] execution_unit_sp
   ///     After parsing, ownership of the execution unit for
   ///     for the expression is handed to this shared pointer.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to write the function into.
   ///
-  /// @param[out] evaluated_statically
+  /// \param[out] evaluated_statically
   ///     Set to true if the expression could be interpreted statically;
   ///     untouched otherwise.
   ///
-  /// @param[out] const_result
+  /// \param[out] const_result
   ///     If the result of the expression is constant, and the
   ///     expression has no side effects, this is set to the result of the
   ///     expression.
   ///
-  /// @param[in] execution_policy
+  /// \param[in] execution_policy
   ///     Determines whether the expression must be JIT-compiled, must be
   ///     evaluated statically, or whether this decision may be made
   ///     opportunistically.
   ///
-  /// @return
+  /// \return
   ///     An error code indicating the success or failure of the operation.
   ///     Test with Success().
   //------------------------------------------------------------------
@@ -125,13 +125,13 @@ public:
   //------------------------------------------------------------------
   /// Run all static initializers for an execution unit.
   ///
-  /// @param[in] execution_unit_sp
+  /// \param[in] execution_unit_sp
   ///     The execution unit.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when running them.  Thread can't be null.
   ///
-  /// @return
+  /// \return
   ///     The error code indicating the
   //------------------------------------------------------------------
   Status RunStaticInitializers(lldb::IRExecutionUnitSP &execution_unit_sp,
@@ -140,10 +140,10 @@ public:
   //------------------------------------------------------------------
   /// Returns a string representing current ABI.
   ///
-  /// @param[in] target_arch
+  /// \param[in] target_arch
   ///     The target architecture.
   ///
-  /// @return
+  /// \return
   ///     A string representing target ABI for the current architecture.
   //-------------------------------------------------------------------
   std::string GetClangTargetABI(const ArchSpec &target_arch);
@@ -152,23 +152,23 @@ private:
   //------------------------------------------------------------------
   /// Parses the expression.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager that should receive the diagnostics
   ///     from the parsing process.
   ///
-  /// @param[in] completion
+  /// \param[in] completion
   ///     The completion consumer that should be used during parsing
   ///     (or a nullptr if no consumer should be attached).
   ///
-  /// @param[in] completion_line
+  /// \param[in] completion_line
   ///     The line in which the completion marker should be placed.
   ///     The first line is represented by the value 0.
   ///
-  /// @param[in] completion_column
+  /// \param[in] completion_column
   ///     The column in which the completion marker should be placed.
   ///     The first column is represented by the value 0.
   ///
-  /// @return
+  /// \return
   ///    The number of parsing errors.
   //-------------------------------------------------------------------
   unsigned ParseInternal(DiagnosticManager &diagnostic_manager,

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h Mon Mar 11 10:09:29 2019
@@ -35,7 +35,7 @@ namespace lldb_private {
 class ValueObjectConstResult;
 
 //----------------------------------------------------------------------
-/// @class ClangExpressionVariable ClangExpressionVariable.h
+/// \class ClangExpressionVariable ClangExpressionVariable.h
 /// "lldb/Expression/ClangExpressionVariable.h" Encapsulates one variable for
 /// the expression parser.
 ///
@@ -79,10 +79,10 @@ public:
   //----------------------------------------------------------------------
   /// Finds a variable by NamedDecl in the list.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the requested variable.
   ///
-  /// @return
+  /// \return
   ///     The variable requested, or NULL if that variable is not in the list.
   //----------------------------------------------------------------------
   static ClangExpressionVariable *
@@ -109,13 +109,13 @@ public:
   /// exe_ctx in not NULL, the value will be resolved in with that execution
   /// context.
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     The value to point at the data.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use to resolve \a value.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise (in particular, if this variable
   ///     does not contain its own data).
   //----------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h Mon Mar 11 10:09:29 2019
@@ -25,7 +25,7 @@ class ASTStructExtractor;
 class ClangExpressionParser;
 
 //----------------------------------------------------------------------
-/// @class ClangFunctionCaller ClangFunctionCaller.h
+/// \class ClangFunctionCaller ClangFunctionCaller.h
 /// "lldb/Expression/ClangFunctionCaller.h" Encapsulates a function that can
 /// be called.
 ///
@@ -77,7 +77,7 @@ class ClangFunctionCaller : public Funct
     /// Return the object that the parser should allow to access ASTs. May be
     /// NULL if the ASTs do not need to be transformed.
     ///
-    /// @param[in] passthrough
+    /// \param[in] passthrough
     ///     The ASTConsumer that the returned transformer should send
     ///     the ASTs to after transformation.
     //------------------------------------------------------------------
@@ -96,21 +96,21 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] exe_scope
+  /// \param[in] exe_scope
   ///     An execution context scope that gets us at least a target and
   ///     process.
   ///
-  /// @param[in] ast_context
+  /// \param[in] ast_context
   ///     The AST context to evaluate argument types in.
   ///
-  /// @param[in] return_qualtype
+  /// \param[in] return_qualtype
   ///     An opaque Clang QualType for the function result.  Should be
   ///     defined in ast_context.
   ///
-  /// @param[in] function_address
+  /// \param[in] function_address
   ///     The address of the function to call.
   ///
-  /// @param[in] arg_value_list
+  /// \param[in] arg_value_list
   ///     The default values to use when calling this function.  Can
   ///     be overridden using WriteFunctionArguments().
   //------------------------------------------------------------------
@@ -124,15 +124,15 @@ public:
   //------------------------------------------------------------------
   /// Compile the wrapper function
   ///
-  /// @param[in] thread_to_use_sp
+  /// \param[in] thread_to_use_sp
   ///     Compilation might end up calling functions.  Pass in the thread you
   ///     want the compilation to use.  If you pass in an empty ThreadSP it will
   ///     use the currently selected thread.
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     The diagnostic manager to report parser errors to.
   ///
-  /// @return
+  /// \return
   ///     The number of errors.
   //------------------------------------------------------------------
   unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h Mon Mar 11 10:09:29 2019
@@ -37,19 +37,19 @@ public:
   //------------------------------------------------------------------
   /// Add a module to the list of modules to search.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The path to the exact module to be loaded.  E.g., if the desired
   ///     module is std.io, then this should be { "std", "io" }.
   ///
-  /// @param[in] exported_modules
+  /// \param[in] exported_modules
   ///     If non-NULL, a pointer to a vector to populate with the ID of every
   ///     module that is re-exported by the specified module.
   ///
-  /// @param[in] error_stream
+  /// \param[in] error_stream
   ///     A stream to populate with the output of the Clang parser when
   ///     it tries to load the module.
   ///
-  /// @return
+  /// \return
   ///     True if the module could be loaded; false if not.  If the
   ///     compiler encountered a fatal error during a previous module
   ///     load, then this will always return false for this ModuleImporter.
@@ -62,18 +62,18 @@ public:
   /// Add all modules referred to in a given compilation unit to the list
   /// of modules to search.
   ///
-  /// @param[in] cu
+  /// \param[in] cu
   ///     The compilation unit to scan for imported modules.
   ///
-  /// @param[in] exported_modules
+  /// \param[in] exported_modules
   ///     A vector to populate with the ID of each module loaded (directly
   ///     and via re-exports) in this way.
   ///
-  /// @param[in] error_stream
+  /// \param[in] error_stream
   ///     A stream to populate with the output of the Clang parser when
   ///     it tries to load the modules.
   ///
-  /// @return
+  /// \return
   ///     True if all modules referred to by the compilation unit could be
   ///     loaded; false if one could not be loaded.  If the compiler
   ///     encountered a fatal error during a previous module
@@ -87,12 +87,12 @@ public:
   /// Enumerate all the macros that are defined by a given set of modules
   /// that are already imported.
   ///
-  /// @param[in] modules
+  /// \param[in] modules
   ///     The unique IDs for all modules to query.  Later modules have higher
   ///     priority, just as if you @imported them in that order.  This matters
   ///     if module A #defines a macro and module B #undefs it.
   ///
-  /// @param[in] handler
+  /// \param[in] handler
   ///     A function to call with the text of each #define (including the
   ///     #define directive).  #undef directives are not included; we simply
   ///     elide any corresponding #define.  If this function returns true,
@@ -107,10 +107,10 @@ public:
   /// LLDB uses this to decide whether to try to find the modules loaded
   /// by a given compile unit.
   ///
-  /// @param[in] language
+  /// \param[in] language
   ///     The language to query for.
   ///
-  /// @return
+  /// \return
   ///     True if Clang has modules for the given language.
   //------------------------------------------------------------------
   static bool LanguageSupportsClangModules(lldb::LanguageType language);

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h Mon Mar 11 10:09:29 2019
@@ -19,7 +19,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ClangPersistentVariables ClangPersistentVariables.h
+/// \class ClangPersistentVariables ClangPersistentVariables.h
 /// "lldb/Expression/ClangPersistentVariables.h" Manages persistent values
 /// that need to be preserved between expression invocations.
 ///

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp Mon Mar 11 10:09:29 2019
@@ -622,18 +622,18 @@ bool ClangUserExpression::Parse(Diagnost
 /// Converts an absolute position inside a given code string into
 /// a column/line pair.
 ///
-/// @param[in] abs_pos
+/// \param[in] abs_pos
 ///     A absolute position in the code string that we want to convert
 ///     to a column/line pair.
 ///
-/// @param[in] code
+/// \param[in] code
 ///     A multi-line string usually representing source code.
 ///
-/// @param[out] line
+/// \param[out] line
 ///     The line in the code that contains the given absolute position.
 ///     The first line in the string is indexed as 1.
 ///
-/// @param[out] column
+/// \param[out] column
 ///     The column in the line that contains the absolute position.
 ///     The first character in a line is indexed as 0.
 //------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h Mon Mar 11 10:09:29 2019
@@ -29,7 +29,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ClangUserExpression ClangUserExpression.h
+/// \class ClangUserExpression ClangUserExpression.h
 /// "lldb/Expression/ClangUserExpression.h" Encapsulates a single expression
 /// for use with Clang
 ///
@@ -68,7 +68,7 @@ public:
     /// Return the object that the parser should allow to access ASTs. May be
     /// NULL if the ASTs do not need to be transformed.
     ///
-    /// @param[in] passthrough
+    /// \param[in] passthrough
     ///     The ASTConsumer that the returned transformer should send
     ///     the ASTs to after transformation.
     //------------------------------------------------------------------
@@ -91,23 +91,23 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] expr
+  /// \param[in] expr
   ///     The expression to parse.
   ///
-  /// @param[in] expr_prefix
+  /// \param[in] expr_prefix
   ///     If non-NULL, a C string containing translation-unit level
   ///     definitions to be included when the expression is parsed.
   ///
-  /// @param[in] language
+  /// \param[in] language
   ///     If not eLanguageTypeUnknown, a language to use when parsing
   ///     the expression.  Currently restricted to those languages
   ///     supported by Clang.
   ///
-  /// @param[in] desired_type
+  /// \param[in] desired_type
   ///     If not eResultTypeAny, the type to use for the expression
   ///     result.
   ///
-  /// @param[in] ctx_obj
+  /// \param[in] ctx_obj
   ///     The object (if any) in which context the expression
   ///     must be evaluated. For details see the comment to
   ///     `UserExpression::Evaluate`.
@@ -123,22 +123,22 @@ public:
   //------------------------------------------------------------------
   /// Parse the expression
   ///
-  /// @param[in] diagnostic_manager
+  /// \param[in] diagnostic_manager
   ///     A diagnostic manager to report parse errors and warnings to.
   ///
-  /// @param[in] exe_ctx
+  /// \param[in] exe_ctx
   ///     The execution context to use when looking up entities that
   ///     are needed for parsing (locations of functions, types of
   ///     variables, persistent variables, etc.)
   ///
-  /// @param[in] execution_policy
+  /// \param[in] execution_policy
   ///     Determines whether interpretation is possible or mandatory.
   ///
-  /// @param[in] keep_result_in_memory
+  /// \param[in] keep_result_in_memory
   ///     True if the resulting persistent variable should reside in
   ///     target memory, if applicable.
   ///
-  /// @return
+  /// \return
   ///     True on success (no errors); false otherwise.
   //------------------------------------------------------------------
   bool Parse(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp Mon Mar 11 10:09:29 2019
@@ -32,10 +32,10 @@ using namespace lldb_private;
 //------------------------------------------------------------------
 /// 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.
 //------------------------------------------------------------------
 ClangUtilityFunction::ClangUtilityFunction(ExecutionContextScope &exe_scope,
@@ -51,13 +51,13 @@ ClangUtilityFunction::~ClangUtilityFunct
 //------------------------------------------------------------------
 /// Install the utility function into a process
 ///
-/// @param[in] diagnostic_manager
+/// \param[in] diagnostic_manager
 ///     A diagnostic manager to report errors and warnings to.
 ///
-/// @param[in] exe_ctx
+/// \param[in] exe_ctx
 ///     The execution context to install the utility function to.
 ///
-/// @return
+/// \return
 ///     True on success (no errors); false otherwise.
 //------------------------------------------------------------------
 bool ClangUtilityFunction::Install(DiagnosticManager &diagnostic_manager,

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class ClangUtilityFunction ClangUtilityFunction.h
+/// \class ClangUtilityFunction ClangUtilityFunction.h
 /// "lldb/Expression/ClangUtilityFunction.h" Encapsulates a single expression
 /// for use with Clang
 ///
@@ -58,7 +58,7 @@ public:
     /// Return the object that the parser should allow to access ASTs. May be
     /// NULL if the ASTs do not need to be transformed.
     ///
-    /// @param[in] passthrough
+    /// \param[in] passthrough
     ///     The ASTConsumer that the returned transformer should send
     ///     the ASTs to after transformation.
     //------------------------------------------------------------------
@@ -73,10 +73,10 @@ public:
   //------------------------------------------------------------------
   /// 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.
   //------------------------------------------------------------------
   ClangUtilityFunction(ExecutionContextScope &exe_scope, const char *text,

Modified: lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.h (original)
+++ lldb/trunk/source/Plugins/ExpressionParser/Clang/IRForTarget.h Mon Mar 11 10:09:29 2019
@@ -44,7 +44,7 @@ class IRMemoryMap;
 }
 
 //----------------------------------------------------------------------
-/// @class IRForTarget IRForTarget.h "lldb/Expression/IRForTarget.h"
+/// \class IRForTarget IRForTarget.h "lldb/Expression/IRForTarget.h"
 /// Transforms the IR for a function to run in the target
 ///
 /// Once an expression has been parsed and converted to IR, it can run in two
@@ -63,32 +63,32 @@ public:
   //------------------------------------------------------------------
   /// Constructor
   ///
-  /// @param[in] decl_map
+  /// \param[in] decl_map
   ///     The list of externally-referenced variables for the expression,
   ///     for use in looking up globals and allocating the argument
   ///     struct.  See the documentation for ClangExpressionDeclMap.
   ///
-  /// @param[in] resolve_vars
+  /// \param[in] resolve_vars
   ///     True if the external variable references (including persistent
   ///     variables) should be resolved.  If not, only external functions
   ///     are resolved.
   ///
-  /// @param[in] execution_policy
+  /// \param[in] execution_policy
   ///     Determines whether an IR interpreter can be used to statically
   ///     evaluate the expression.
   ///
-  /// @param[in] const_result
+  /// \param[in] const_result
   ///     This variable is populated with the statically-computed result
   ///     of the function, if it has no side-effects and the result can
   ///     be computed statically.
   ///
-  /// @param[in] execution_unit
+  /// \param[in] execution_unit
   ///     The holder for raw data associated with the expression.
   ///
-  /// @param[in] error_stream
+  /// \param[in] error_stream
   ///     If non-NULL, a stream on which errors can be printed.
   ///
-  /// @param[in] func_name
+  /// \param[in] func_name
   ///     The name of the function to prepare for execution in the target.
   //------------------------------------------------------------------
   IRForTarget(lldb_private::ClangExpressionDeclMap *decl_map, bool resolve_vars,
@@ -106,16 +106,16 @@ public:
   ///
   /// Implementation of the llvm::ModulePass::runOnModule() function.
   ///
-  /// @param[in] llvm_module
+  /// \param[in] llvm_module
   ///     The module to run on.  This module is searched for the function
   ///     $__lldb_expr, and that function is passed to the passes one by
   ///     one.
   ///
-  /// @param[in] interpreter_error
+  /// \param[in] interpreter_error
   ///     An error.  If the expression fails to be interpreted, this error
   ///     is set to a reason why.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool runOnModule(llvm::Module &llvm_module) override;
@@ -142,10 +142,10 @@ private:
   /// Ensures that the current function's linkage is set to external.
   /// Otherwise the JIT may not return an address for it.
   ///
-  /// @param[in] llvm_function
+  /// \param[in] llvm_function
   ///     The function whose linkage is to be fixed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool FixFunctionLinkage(llvm::Function &llvm_function);
@@ -158,13 +158,13 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] llvm_module
+  /// \param[in] llvm_module
   ///     The module currently being processed.
   ///
-  /// @param[in] llvm_function
+  /// \param[in] llvm_function
   ///     The function currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise.
   //------------------------------------------------------------------
   bool HasSideEffects(llvm::Function &llvm_function);
@@ -178,20 +178,20 @@ private:
   /// Get the address of a function, and a location to put the complete Value
   /// of the function if one is available.
   ///
-  /// @param[in] function
+  /// \param[in] function
   ///     The function to find the location of.
   ///
-  /// @param[out] ptr
+  /// \param[out] ptr
   ///     The location of the function in the target.
   ///
-  /// @param[out] name
+  /// \param[out] name
   ///     The resolved name of the function (matters for intrinsics).
   ///
-  /// @param[out] value_ptr
+  /// \param[out] value_ptr
   ///     A variable to put the function's completed Value* in, or NULL
   ///     if the Value* shouldn't be stored anywhere.
   ///
-  /// @return
+  /// \return
   ///     The pointer.
   //------------------------------------------------------------------
   LookupResult GetFunctionAddress(llvm::Function *function, uint64_t &ptr,
@@ -208,13 +208,13 @@ private:
   /// Find the NamedDecl corresponding to a Value.  This interface is exposed
   /// for the IR interpreter.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module containing metadata to search
   ///
-  /// @param[in] global
+  /// \param[in] global
   ///     The global entity to search for
   ///
-  /// @return
+  /// \return
   ///     The corresponding variable declaration
   //------------------------------------------------------------------
 public:
@@ -229,13 +229,13 @@ private:
   /// constant, assuming it can be evaluated.  The result variable will be
   /// reset to NULL later if the expression has side effects.
   ///
-  /// @param[in] initializer
+  /// \param[in] initializer
   ///     The constant initializer for the variable.
   ///
-  /// @param[in] name
+  /// \param[in] name
   ///     The name of the result variable.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The Clang type of the result variable.
   //------------------------------------------------------------------
   void MaybeSetConstantResult(llvm::Constant *initializer,
@@ -247,7 +247,7 @@ private:
   /// result of the cast.  The result variable will be reset to
   /// NULL latger if the expression has side effects.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The Clang type of the result variable.
   //------------------------------------------------------------------
   void MaybeSetCastResult(lldb_private::TypeFromParser type);
@@ -255,10 +255,10 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] llvm_function
+  /// \param[in] llvm_function
   ///     The function currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool CreateResultVariable(llvm::Function &llvm_function);
@@ -271,14 +271,14 @@ private:
   //------------------------------------------------------------------
   /// Rewrite a single Objective-C constant string.
   ///
-  /// @param[in] NSStr
+  /// \param[in] NSStr
   ///     The constant NSString to be transformed
   ///
-  /// @param[in] CStr
+  /// \param[in] CStr
   ///     The constant C string inside the NSString.  This will be
   ///     passed as the bytes argument to CFStringCreateWithBytes.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool RewriteObjCConstString(llvm::GlobalVariable *NSStr,
@@ -287,7 +287,7 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool RewriteObjCConstStrings();
@@ -305,10 +305,10 @@ private:
   //------------------------------------------------------------------
   /// Replace a single selector reference
   ///
-  /// @param[in] selector_load
+  /// \param[in] selector_load
   ///     The load of the statically-allocated selector.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool RewriteObjCSelector(llvm::Instruction *selector_load);
@@ -316,10 +316,10 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] basic_block
+  /// \param[in] basic_block
   ///     The basic block currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool RewriteObjCSelectors(llvm::BasicBlock &basic_block);
@@ -333,10 +333,10 @@ private:
   //------------------------------------------------------------------
   /// Replace a single old-style class reference
   ///
-  /// @param[in] selector_load
+  /// \param[in] selector_load
   ///     The load of the statically-allocated selector.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool RewriteObjCClassReference(llvm::Instruction *class_load);
@@ -344,10 +344,10 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] basic_block
+  /// \param[in] basic_block
   ///     The basic block currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool RewriteObjCClassReferences(llvm::BasicBlock &basic_block);
@@ -365,10 +365,10 @@ private:
   //------------------------------------------------------------------
   /// Handle a single allocation of a persistent variable
   ///
-  /// @param[in] persistent_alloc
+  /// \param[in] persistent_alloc
   ///     The allocation of the persistent variable.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool RewritePersistentAlloc(llvm::Instruction *persistent_alloc);
@@ -376,7 +376,7 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] basic_block
+  /// \param[in] basic_block
   ///     The basic block currently being processed.
   //------------------------------------------------------------------
   bool RewritePersistentAllocs(llvm::BasicBlock &basic_block);
@@ -392,13 +392,13 @@ private:
   //------------------------------------------------------------------
   /// Write an initializer to a memory array of assumed sufficient size.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     A pointer to the data to write to.
   ///
-  /// @param[in] initializer
+  /// \param[in] initializer
   ///     The initializer itself.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool MaterializeInitializer(uint8_t *data, llvm::Constant *initializer);
@@ -406,10 +406,10 @@ private:
   //------------------------------------------------------------------
   /// Move an internal variable into the static allocation section.
   ///
-  /// @param[in] global_variable
+  /// \param[in] global_variable
   ///     The variable.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool MaterializeInternalVariable(llvm::GlobalVariable *global_variable);
@@ -417,10 +417,10 @@ private:
   //------------------------------------------------------------------
   /// Handle a single externally-defined variable
   ///
-  /// @param[in] value
+  /// \param[in] value
   ///     The variable.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool MaybeHandleVariable(llvm::Value *value);
@@ -428,10 +428,10 @@ private:
   //------------------------------------------------------------------
   /// Handle a single externally-defined symbol
   ///
-  /// @param[in] symbol
+  /// \param[in] symbol
   ///     The symbol.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool HandleSymbol(llvm::Value *symbol);
@@ -439,11 +439,11 @@ private:
   //------------------------------------------------------------------
   /// Handle a single externally-defined Objective-C class
   ///
-  /// @param[in] classlist_reference
+  /// \param[in] classlist_reference
   ///     The reference, usually "01L_OBJC_CLASSLIST_REFERENCES_$_n"
   ///     where n (if present) is an index.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool HandleObjCClass(llvm::Value *classlist_reference);
@@ -451,10 +451,10 @@ private:
   //------------------------------------------------------------------
   /// Handle all the arguments to a function call
   ///
-  /// @param[in] C
+  /// \param[in] C
   ///     The call instruction.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool MaybeHandleCallArguments(llvm::CallInst *call_inst);
@@ -462,10 +462,10 @@ private:
   //------------------------------------------------------------------
   /// Resolve variable references in calls to external functions
   ///
-  /// @param[in] basic_block
+  /// \param[in] basic_block
   ///     The basic block currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool ResolveCalls(llvm::BasicBlock &basic_block);
@@ -474,10 +474,10 @@ private:
   /// Remove calls to __cxa_atexit, which should never be generated by
   /// expressions.
   ///
-  /// @param[in] call_inst
+  /// \param[in] call_inst
   ///     The call instruction.
   ///
-  /// @return
+  /// \return
   ///     True if the scan was successful; false if some operation
   ///     failed
   //------------------------------------------------------------------
@@ -486,10 +486,10 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] basic_block
+  /// \param[in] basic_block
   ///     The function currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool ResolveExternals(llvm::Function &llvm_function);
@@ -504,7 +504,7 @@ private:
   //------------------------------------------------------------------
   /// Rewrite a load to a guard variable to return constant 0.
   ///
-  /// @param[in] guard_load
+  /// \param[in] guard_load
   ///     The load instruction to zero out.
   //------------------------------------------------------------------
   void TurnGuardLoadIntoZero(llvm::Instruction *guard_load);
@@ -512,10 +512,10 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] basic_block
+  /// \param[in] basic_block
   ///     The basic block currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool RemoveGuards(llvm::BasicBlock &basic_block);
@@ -530,10 +530,10 @@ private:
   //------------------------------------------------------------------
   /// The top-level pass implementation
   ///
-  /// @param[in] llvm_function
+  /// \param[in] llvm_function
   ///     The function currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool ReplaceVariables(llvm::Function &llvm_function);
@@ -598,10 +598,10 @@ private:
   /// instructions replace the constant uses, so UnfoldConstant calls itself
   /// recursively for those.
   ///
-  /// @param[in] llvm_function
+  /// \param[in] llvm_function
   ///     The function currently being processed.
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
 
@@ -632,13 +632,13 @@ private:
   /// offset.  This typically happens after inserting data into
   /// m_data_allocator.
   ///
-  /// @param[in] type
+  /// \param[in] type
   ///     The type of the value being loaded.
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset of the value from the base of m_data_allocator.
   ///
-  /// @return
+  /// \return
   ///     The Constant for the reference, usually a ConstantExpr.
   //------------------------------------------------------------------
   llvm::Constant *BuildRelocation(llvm::Type *type, uint64_t offset);
@@ -647,10 +647,10 @@ private:
   /// Commit the allocation in m_data_allocator and use its final location to
   /// replace m_reloc_placeholder.
   ///
-  /// @param[in] module
+  /// \param[in] module
   ///     The module that m_data_allocator resides in
   ///
-  /// @return
+  /// \return
   ///     True on success; false otherwise
   //------------------------------------------------------------------
   bool CompleteDataAllocation();

Modified: lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.h (original)
+++ lldb/trunk/source/Plugins/ObjectFile/ELF/ELFHeader.h Mon Mar 11 10:09:29 2019
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-/// @file
+/// \file
 /// Generic structures and typedefs for ELF files.
 ///
 /// This file provides definitions for the various entities comprising an ELF
@@ -32,7 +32,7 @@ class DataExtractor;
 namespace elf {
 
 //------------------------------------------------------------------------------
-/// @name ELF type definitions.
+/// \name ELF type definitions.
 ///
 /// Types used to represent the various components of ELF structures.  All
 /// types are signed or unsigned integral types wide enough to hold values
@@ -50,7 +50,7 @@ typedef int64_t elf_sxword;
 //@}
 
 //------------------------------------------------------------------------------
-/// @class ELFHeader
+/// \class ELFHeader
 /// Generic representation of an ELF file header.
 ///
 /// This object is used to identify the general attributes on an ELF file and
@@ -83,7 +83,7 @@ struct ELFHeader {
   //--------------------------------------------------------------------------
   /// Returns true if this is a 32 bit ELF file header.
   ///
-  /// @return
+  /// \return
   ///    True if this is a 32 bit ELF file header.
   bool Is32Bit() const {
     return e_ident[llvm::ELF::EI_CLASS] == llvm::ELF::ELFCLASS32;
@@ -92,7 +92,7 @@ struct ELFHeader {
   //--------------------------------------------------------------------------
   /// Returns true if this is a 64 bit ELF file header.
   ///
-  /// @return
+  /// \return
   ///   True if this is a 64 bit ELF file header.
   bool Is64Bit() const {
     return e_ident[llvm::ELF::EI_CLASS] == llvm::ELF::ELFCLASS64;
@@ -101,7 +101,7 @@ struct ELFHeader {
   //--------------------------------------------------------------------------
   /// The byte order of this ELF file header.
   ///
-  /// @return
+  /// \return
   ///    The byte order of this ELF file as described by the header.
   lldb::ByteOrder GetByteOrder() const;
 
@@ -112,7 +112,7 @@ struct ELFHeader {
   //--------------------------------------------------------------------------
   /// Check if there should be header extension in section header #0
   ///
-  /// @return
+  /// \return
   ///    True if parsing the ELFHeader requires reading header extension
   ///    and false otherwise.
   bool HasHeaderExtension() const;
@@ -122,15 +122,15 @@ struct ELFHeader {
   /// data extractor with the address size and byte order attributes as
   /// defined by the header.
   ///
-  /// @param[in,out] data
+  /// \param[in,out] data
   ///    The DataExtractor to read from.  Updated with the address size and
   ///    byte order attributes appropriate to this header.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///    Pointer to an offset in the data.  On return the offset will be
   ///    advanced by the number of bytes read.
   ///
-  /// @return
+  /// \return
   ///    True if the ELFHeader was successfully read and false
   ///    otherwise.
   bool Parse(lldb_private::DataExtractor &data, lldb::offset_t *offset);
@@ -139,7 +139,7 @@ struct ELFHeader {
   /// Examines at most EI_NIDENT bytes starting from the given pointer and
   /// determines if the magic ELF identification exists.
   ///
-  /// @return
+  /// \return
   ///    True if the given sequence of bytes identifies an ELF file.
   static bool MagicBytesMatch(const uint8_t *magic);
 
@@ -149,7 +149,7 @@ struct ELFHeader {
   /// should only be called on an pointer for which MagicBytesMatch returns
   /// true.
   ///
-  /// @return
+  /// \return
   ///    The number of bytes forming an address in the ELF file (either 4 or
   ///    8), else zero if the address size could not be determined.
   static unsigned AddressSizeInBytes(const uint8_t *magic);
@@ -160,13 +160,13 @@ private:
   /// Parse an ELFHeader header extension entry.  This method is called by
   /// Parse().
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///    The DataExtractor to read from.
   void ParseHeaderExtension(lldb_private::DataExtractor &data);
 };
 
 //------------------------------------------------------------------------------
-/// @class ELFSectionHeader
+/// \class ELFSectionHeader
 /// Generic representation of an ELF section header.
 struct ELFSectionHeader {
   elf_word sh_name;       ///< Section name string index.
@@ -186,22 +186,22 @@ struct ELFSectionHeader {
   /// Parse an ELFSectionHeader entry from the given DataExtracter starting at
   /// position \p offset.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///    The DataExtractor to read from.  The address size of the extractor
   ///    determines if a 32 or 64 bit object should be read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///    Pointer to an offset in the data.  On return the offset will be
   ///    advanced by the number of bytes read.
   ///
-  /// @return
+  /// \return
   ///    True if the ELFSectionHeader was successfully read and false
   ///    otherwise.
   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
 };
 
 //------------------------------------------------------------------------------
-/// @class ELFProgramHeader
+/// \class ELFProgramHeader
 /// Generic representation of an ELF program header.
 struct ELFProgramHeader {
   elf_word p_type;    ///< Type of program segment.
@@ -219,22 +219,22 @@ struct ELFProgramHeader {
   /// position \p offset.  The address size of the DataExtractor determines if
   /// a 32 or 64 bit object is to be parsed.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///    The DataExtractor to read from.  The address size of the extractor
   ///    determines if a 32 or 64 bit object should be read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///    Pointer to an offset in the data.  On return the offset will be
   ///    advanced by the number of bytes read.
   ///
-  /// @return
+  /// \return
   ///    True if the ELFProgramHeader was successfully read and false
   ///    otherwise.
   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
 };
 
 //------------------------------------------------------------------------------
-/// @class ELFSymbol
+/// \class ELFSymbol
 /// Represents a symbol within an ELF symbol table.
 struct ELFSymbol {
   elf_addr st_value;      ///< Absolute or relocatable address.
@@ -269,15 +269,15 @@ struct ELFSymbol {
   /// position \p offset.  The address size of the DataExtractor determines if
   /// a 32 or 64 bit object is to be parsed.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///    The DataExtractor to read from.  The address size of the extractor
   ///    determines if a 32 or 64 bit object should be read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///    Pointer to an offset in the data.  On return the offset will be
   ///    advanced by the number of bytes read.
   ///
-  /// @return
+  /// \return
   ///    True if the ELFSymbol was successfully read and false otherwise.
   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
 
@@ -287,7 +287,7 @@ struct ELFSymbol {
 };
 
 //------------------------------------------------------------------------------
-/// @class ELFDynamic
+/// \class ELFDynamic
 /// Represents an entry in an ELF dynamic table.
 struct ELFDynamic {
   elf_sxword d_tag; ///< Type of dynamic table entry.
@@ -302,22 +302,22 @@ struct ELFDynamic {
   /// position \p offset.  The address size of the DataExtractor determines if
   /// a 32 or 64 bit object is to be parsed.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///    The DataExtractor to read from.  The address size of the extractor
   ///    determines if a 32 or 64 bit object should be read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///    Pointer to an offset in the data.  On return the offset will be
   ///    advanced by the number of bytes read.
   ///
-  /// @return
+  /// \return
   ///    True if the ELFDynamic entry was successfully read and false
   ///    otherwise.
   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
 };
 
 //------------------------------------------------------------------------------
-/// @class ELFRel
+/// \class ELFRel
 /// Represents a relocation entry with an implicit addend.
 struct ELFRel {
   elf_addr r_offset; ///< Address of reference.
@@ -329,15 +329,15 @@ struct ELFRel {
   /// \p offset.  The address size of the DataExtractor determines if a 32 or
   /// 64 bit object is to be parsed.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///    The DataExtractor to read from.  The address size of the extractor
   ///    determines if a 32 or 64 bit object should be read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///    Pointer to an offset in the data.  On return the offset will be
   ///    advanced by the number of bytes read.
   ///
-  /// @return
+  /// \return
   ///    True if the ELFRel entry was successfully read and false otherwise.
   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
 
@@ -359,7 +359,7 @@ struct ELFRel {
 };
 
 //------------------------------------------------------------------------------
-/// @class ELFRela
+/// \class ELFRela
 /// Represents a relocation entry with an explicit addend.
 struct ELFRela {
   elf_addr r_offset;   ///< Address of reference.
@@ -372,15 +372,15 @@ struct ELFRela {
   /// \p offset.  The address size of the DataExtractor determines if a 32 or
   /// 64 bit object is to be parsed.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///    The DataExtractor to read from.  The address size of the extractor
   ///    determines if a 32 or 64 bit object should be read.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///    Pointer to an offset in the data.  On return the offset will be
   ///    advanced by the number of bytes read.
   ///
-  /// @return
+  /// \return
   ///    True if the ELFRela entry was successfully read and false otherwise.
   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
 

Modified: lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp (original)
+++ lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp Mon Mar 11 10:09:29 2019
@@ -117,7 +117,7 @@ const elf_word LLDB_NT_GNU_ABI_OS_SOLARI
 #define NT_METAG_TLS 0x502
 
 //===----------------------------------------------------------------------===//
-/// @class ELFRelocation
+/// \class ELFRelocation
 /// Generic wrapper for ELFRel and ELFRela.
 ///
 /// This helper class allows us to parse both ELFRel and ELFRela relocation
@@ -127,7 +127,7 @@ public:
   /// Constructs an ELFRelocation entry with a personality as given by @p
   /// type.
   ///
-  /// @param type Either DT_REL or DT_RELA.  Any other value is invalid.
+  /// \param type Either DT_REL or DT_RELA.  Any other value is invalid.
   ELFRelocation(unsigned type);
 
   ~ELFRelocation();

Modified: lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.h (original)
+++ lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.h Mon Mar 11 10:09:29 2019
@@ -33,14 +33,14 @@ struct ELFNote {
   /// Parse an ELFNote entry from the given DataExtractor starting at position
   /// \p offset.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///    The DataExtractor to read from.
   ///
-  /// @param[in,out] offset
+  /// \param[in,out] offset
   ///    Pointer to an offset in the data.  On return the offset will be
   ///    advanced by the number of bytes read.
   ///
-  /// @return
+  /// \return
   ///    True if the ELFRel entry was successfully read and false otherwise.
   bool Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset);
 
@@ -50,7 +50,7 @@ struct ELFNote {
 };
 
 //------------------------------------------------------------------------------
-/// @class ObjectFileELF
+/// \class ObjectFileELF
 /// Generic ELF object file reader.
 ///
 /// This class provides a generic ELF (32/64 bit) reader plugin implementing
@@ -330,7 +330,7 @@ private:
   /// Returns the section header with the given id or NULL.
   const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);
 
-  /// @name  ELF header dump routines
+  /// \name  ELF header dump routines
   //@{
   static void DumpELFHeader(lldb_private::Stream *s,
                             const elf::ELFHeader &header);
@@ -342,7 +342,7 @@ private:
                                    elf::elf_half e_type);
   //@}
 
-  /// @name ELF program header dump routines
+  /// \name ELF program header dump routines
   //@{
   void DumpELFProgramHeaders(lldb_private::Stream *s);
 
@@ -356,7 +356,7 @@ private:
                                            elf::elf_word p_flags);
   //@}
 
-  /// @name ELF section header dump routines
+  /// \name ELF section header dump routines
   //@{
   void DumpELFSectionHeaders(lldb_private::Stream *s);
 

Modified: lldb/trunk/source/Plugins/Process/Darwin/DarwinProcessLauncher.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Darwin/DarwinProcessLauncher.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Darwin/DarwinProcessLauncher.h (original)
+++ lldb/trunk/source/Plugins/Process/Darwin/DarwinProcessLauncher.h Mon Mar 11 10:09:29 2019
@@ -27,15 +27,15 @@ namespace darwin_process_launcher {
 // =============================================================================
 /// Launches a process for debugging.
 ///
-/// @param[inout] launch_info
+/// \param[inout] launch_info
 ///     Specifies details about the process to launch (e.g. path, architecture,
 ///     etc.).  On output, includes the launched ProcessID (pid).
 ///
-/// @param[out] pty_master_fd
+/// \param[out] pty_master_fd
 ///     Returns the master side of the pseudo-terminal used to communicate
 ///     with stdin/stdout from the launched process.  May be nullptr.
 ///
-/// @param[out] launch_flavor
+/// \param[out] launch_flavor
 ///     Contains the launch flavor used when launching the process.
 // =============================================================================
 Status

Modified: lldb/trunk/source/Plugins/Process/Darwin/NativeProcessDarwin.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Darwin/NativeProcessDarwin.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Darwin/NativeProcessDarwin.h (original)
+++ lldb/trunk/source/Plugins/Process/Darwin/NativeProcessDarwin.h Mon Mar 11 10:09:29 2019
@@ -40,7 +40,7 @@ class Scalar;
 
 namespace process_darwin {
 
-/// @class NativeProcessDarwin
+/// \class NativeProcessDarwin
 /// Manages communication with the inferior (debugee) process.
 ///
 /// Upon construction, this class prepares and launches an inferior process
@@ -208,15 +208,15 @@ private:
   /// listener to the inferior exception port, ptracing the process, and the
   /// like.
   ///
-  /// @param[in] launch_flavor
+  /// \param[in] launch_flavor
   ///     The launch flavor that was used to launch the process.
   ///
-  /// @param[in] main_loop
+  /// \param[in] main_loop
   ///     The main loop that will run the process monitor.  Work
   ///     that needs to be done (e.g. reading files) gets registered
   ///     here along with callbacks to process the work.
   ///
-  /// @return
+  /// \return
   ///     Any error that occurred during the aforementioned
   ///     operations.  Failure here will force termination of the
   ///     launched process and debugging session.
@@ -317,7 +317,7 @@ private:
   Status FixupBreakpointPCAsNeeded(NativeThreadDarwin &thread);
 
   /// Writes a siginfo_t structure corresponding to the given thread
-  /// ID to the memory region pointed to by @p siginfo.
+  /// ID to the memory region pointed to by \p siginfo.
   Status GetSignalInfo(lldb::tid_t tid, void *siginfo);
 
   /// Writes the raw event message code (vis-a-vis PTRACE_GETEVENTMSG)

Modified: lldb/trunk/source/Plugins/Process/Darwin/NativeThreadDarwin.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Darwin/NativeThreadDarwin.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Darwin/NativeThreadDarwin.h (original)
+++ lldb/trunk/source/Plugins/Process/Darwin/NativeThreadDarwin.h Mon Mar 11 10:09:29 2019
@@ -72,11 +72,11 @@ private:
   // Interface for friend classes
   // -----------------------------------------------------------------
 
-  /// Resumes the thread.  If @p signo is anything but
+  /// Resumes the thread.  If \p signo is anything but
   /// LLDB_INVALID_SIGNAL_NUMBER, deliver that signal to the thread.
   Status Resume(uint32_t signo);
 
-  /// Single steps the thread.  If @p signo is anything but
+  /// Single steps the thread.  If \p signo is anything but
   /// LLDB_INVALID_SIGNAL_NUMBER, deliver that signal to the thread.
   Status SingleStep(uint32_t signo);
 
@@ -121,7 +121,7 @@ private:
   // -------------------------------------------------------------------------
   /// Return the mach thread port number for this thread.
   ///
-  /// @return
+  /// \return
   ///     The mach port number for this thread.  Returns NULL_THREAD
   ///     when the thread is invalid.
   // -------------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/Process/FreeBSD/POSIXStopInfo.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/FreeBSD/POSIXStopInfo.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/FreeBSD/POSIXStopInfo.h (original)
+++ lldb/trunk/source/Plugins/Process/FreeBSD/POSIXStopInfo.h Mon Mar 11 10:09:29 2019
@@ -15,7 +15,7 @@
 #include <string>
 
 //===----------------------------------------------------------------------===//
-/// @class POSIXStopInfo
+/// \class POSIXStopInfo
 /// Simple base class for all POSIX-specific StopInfo objects.
 ///
 class POSIXStopInfo : public lldb_private::StopInfo {
@@ -25,7 +25,7 @@ public:
 };
 
 //===----------------------------------------------------------------------===//
-/// @class POSIXLimboStopInfo
+/// \class POSIXLimboStopInfo
 /// Represents the stop state of a process ready to exit.
 ///
 class POSIXLimboStopInfo : public POSIXStopInfo {
@@ -44,7 +44,7 @@ public:
 };
 
 //===----------------------------------------------------------------------===//
-/// @class POSIXNewThreadStopInfo
+/// \class POSIXNewThreadStopInfo
 /// Represents the stop state of process when a new thread is spawned.
 ///
 

Modified: lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp (original)
+++ lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp Mon Mar 11 10:09:29 2019
@@ -196,7 +196,7 @@ static bool EnsureFDFlags(int fd, int fl
 }
 
 //------------------------------------------------------------------------------
-/// @class Operation
+/// \class Operation
 /// Represents a ProcessMonitor operation.
 ///
 /// Under FreeBSD, it is not possible to ptrace() from any other thread but
@@ -214,7 +214,7 @@ public:
 };
 
 //------------------------------------------------------------------------------
-/// @class ReadOperation
+/// \class ReadOperation
 /// Implements ProcessMonitor::ReadMemory.
 class ReadOperation : public Operation {
 public:
@@ -240,7 +240,7 @@ void ReadOperation::Execute(ProcessMonit
 }
 
 //------------------------------------------------------------------------------
-/// @class WriteOperation
+/// \class WriteOperation
 /// Implements ProcessMonitor::WriteMemory.
 class WriteOperation : public Operation {
 public:
@@ -266,7 +266,7 @@ void WriteOperation::Execute(ProcessMoni
 }
 
 //------------------------------------------------------------------------------
-/// @class ReadRegOperation
+/// \class ReadRegOperation
 /// Implements ProcessMonitor::ReadRegisterValue.
 class ReadRegOperation : public Operation {
 public:
@@ -306,7 +306,7 @@ void ReadRegOperation::Execute(ProcessMo
 }
 
 //------------------------------------------------------------------------------
-/// @class WriteRegOperation
+/// \class WriteRegOperation
 /// Implements ProcessMonitor::WriteRegisterValue.
 class WriteRegOperation : public Operation {
 public:
@@ -339,7 +339,7 @@ void WriteRegOperation::Execute(ProcessM
 }
 
 //------------------------------------------------------------------------------
-/// @class ReadDebugRegOperation
+/// \class ReadDebugRegOperation
 /// Implements ProcessMonitor::ReadDebugRegisterValue.
 class ReadDebugRegOperation : public Operation {
 public:
@@ -374,7 +374,7 @@ void ReadDebugRegOperation::Execute(Proc
 }
 
 //------------------------------------------------------------------------------
-/// @class WriteDebugRegOperation
+/// \class WriteDebugRegOperation
 /// Implements ProcessMonitor::WriteDebugRegisterValue.
 class WriteDebugRegOperation : public Operation {
 public:
@@ -407,7 +407,7 @@ void WriteDebugRegOperation::Execute(Pro
 }
 
 //------------------------------------------------------------------------------
-/// @class ReadGPROperation
+/// \class ReadGPROperation
 /// Implements ProcessMonitor::ReadGPR.
 class ReadGPROperation : public Operation {
 public:
@@ -434,7 +434,7 @@ void ReadGPROperation::Execute(ProcessMo
 }
 
 //------------------------------------------------------------------------------
-/// @class ReadFPROperation
+/// \class ReadFPROperation
 /// Implements ProcessMonitor::ReadFPR.
 class ReadFPROperation : public Operation {
 public:
@@ -457,7 +457,7 @@ void ReadFPROperation::Execute(ProcessMo
 }
 
 //------------------------------------------------------------------------------
-/// @class WriteGPROperation
+/// \class WriteGPROperation
 /// Implements ProcessMonitor::WriteGPR.
 class WriteGPROperation : public Operation {
 public:
@@ -480,7 +480,7 @@ void WriteGPROperation::Execute(ProcessM
 }
 
 //------------------------------------------------------------------------------
-/// @class WriteFPROperation
+/// \class WriteFPROperation
 /// Implements ProcessMonitor::WriteFPR.
 class WriteFPROperation : public Operation {
 public:
@@ -503,7 +503,7 @@ void WriteFPROperation::Execute(ProcessM
 }
 
 //------------------------------------------------------------------------------
-/// @class ResumeOperation
+/// \class ResumeOperation
 /// Implements ProcessMonitor::Resume.
 class ResumeOperation : public Operation {
 public:
@@ -534,7 +534,7 @@ void ResumeOperation::Execute(ProcessMon
 }
 
 //------------------------------------------------------------------------------
-/// @class SingleStepOperation
+/// \class SingleStepOperation
 /// Implements ProcessMonitor::SingleStep.
 class SingleStepOperation : public Operation {
 public:
@@ -562,7 +562,7 @@ void SingleStepOperation::Execute(Proces
 }
 
 //------------------------------------------------------------------------------
-/// @class LwpInfoOperation
+/// \class LwpInfoOperation
 /// Implements ProcessMonitor::GetLwpInfo.
 class LwpInfoOperation : public Operation {
 public:
@@ -591,7 +591,7 @@ void LwpInfoOperation::Execute(ProcessMo
 }
 
 //------------------------------------------------------------------------------
-/// @class ThreadSuspendOperation
+/// \class ThreadSuspendOperation
 /// Implements ProcessMonitor::ThreadSuspend.
 class ThreadSuspendOperation : public Operation {
 public:
@@ -611,7 +611,7 @@ void ThreadSuspendOperation::Execute(Pro
 }
 
 //------------------------------------------------------------------------------
-/// @class EventMessageOperation
+/// \class EventMessageOperation
 /// Implements ProcessMonitor::GetEventMessage.
 class EventMessageOperation : public Operation {
 public:
@@ -641,7 +641,7 @@ void EventMessageOperation::Execute(Proc
 }
 
 //------------------------------------------------------------------------------
-/// @class KillOperation
+/// \class KillOperation
 /// Implements ProcessMonitor::Kill.
 class KillOperation : public Operation {
 public:
@@ -663,7 +663,7 @@ void KillOperation::Execute(ProcessMonit
 }
 
 //------------------------------------------------------------------------------
-/// @class DetachOperation
+/// \class DetachOperation
 /// Implements ProcessMonitor::Detach.
 class DetachOperation : public Operation {
 public:

Modified: lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.h (original)
+++ lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.h Mon Mar 11 10:09:29 2019
@@ -27,7 +27,7 @@ class Scalar;
 class ProcessFreeBSD;
 class Operation;
 
-/// @class ProcessMonitor
+/// \class ProcessMonitor
 /// Manages communication with the inferior (debugee) process.
 ///
 /// Upon construction, this class prepares and launches an inferior process
@@ -76,14 +76,14 @@ public:
   /// -1.
   int GetTerminalFD() const { return m_terminal_fd; }
 
-  /// Reads @p size bytes from address @vm_adder in the inferior process
+  /// Reads \p size bytes from address @vm_adder in the inferior process
   /// address space.
   ///
   /// This method is provided to implement Process::DoReadMemory.
   size_t ReadMemory(lldb::addr_t vm_addr, void *buf, size_t size,
                     lldb_private::Status &error);
 
-  /// Writes @p size bytes from address @p vm_adder in the inferior process
+  /// Writes \p size bytes from address \p vm_adder in the inferior process
   /// address space.
   ///
   /// This method is provided to implement Process::DoWriteMemory.
@@ -151,7 +151,7 @@ public:
   size_t GetCurrentThreadIDs(std::vector<lldb::tid_t> &thread_ids);
 
   /// Writes a ptrace_lwpinfo structure corresponding to the given thread ID
-  /// to the memory region pointed to by @p lwpinfo.
+  /// to the memory region pointed to by \p lwpinfo.
   bool GetLwpInfo(lldb::tid_t tid, void *lwpinfo, int &error_no);
 
   /// Suspends or unsuspends a thread prior to process resume or step.
@@ -162,11 +162,11 @@ public:
   /// message.
   bool GetEventMessage(lldb::tid_t tid, unsigned long *message);
 
-  /// Resumes the process.  If @p signo is anything but
+  /// Resumes the process.  If \p signo is anything but
   /// LLDB_INVALID_SIGNAL_NUMBER, deliver that signal to the process.
   bool Resume(lldb::tid_t unused, uint32_t signo);
 
-  /// Single steps the process.  If @p signo is anything but
+  /// Single steps the process.  If \p signo is anything but
   /// LLDB_INVALID_SIGNAL_NUMBER, deliver that signal to the process.
   bool SingleStep(lldb::tid_t unused, uint32_t signo);
 
@@ -208,7 +208,7 @@ private:
     lldb_private::Status m_error; // Set if process operation failed.
   };
 
-  /// @class LauchArgs
+  /// \class LauchArgs
   ///
   /// Simple structure to pass data to the thread responsible for launching a
   /// child process.

Modified: lldb/trunk/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h (original)
+++ lldb/trunk/source/Plugins/Process/FreeBSD/RegisterContextPOSIX.h Mon Mar 11 10:09:29 2019
@@ -14,7 +14,7 @@
 #include "lldb/Utility/ArchSpec.h"
 
 //------------------------------------------------------------------------------
-/// @class POSIXBreakpointProtocol
+/// \class POSIXBreakpointProtocol
 ///
 /// Extends RegisterClass with a few virtual operations useful on POSIX.
 class POSIXBreakpointProtocol {
@@ -27,7 +27,7 @@ public:
   /// implementation simply returns true for architectures which do not
   /// require any update.
   ///
-  /// @return
+  /// \return
   ///    True if the operation succeeded and false otherwise.
   virtual bool UpdateAfterBreakpoint() = 0;
 

Modified: lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.h (original)
+++ lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.h Mon Mar 11 10:09:29 2019
@@ -29,7 +29,7 @@ class Status;
 class Scalar;
 
 namespace process_linux {
-/// @class NativeProcessLinux
+/// \class NativeProcessLinux
 /// Manages communication with the inferior (debugee) process.
 ///
 /// Upon construction, this class prepares and launches an inferior process
@@ -182,7 +182,7 @@ private:
   NativeThreadLinux &AddThread(lldb::tid_t thread_id);
 
   /// Writes a siginfo_t structure corresponding to the given thread ID to the
-  /// memory region pointed to by @p siginfo.
+  /// memory region pointed to by \p siginfo.
   Status GetSignalInfo(lldb::tid_t tid, void *siginfo);
 
   /// Writes the raw event message code (vis-a-vis PTRACE_GETEVENTMSG)

Modified: lldb/trunk/source/Plugins/Process/Linux/NativeThreadLinux.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Linux/NativeThreadLinux.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Linux/NativeThreadLinux.h (original)
+++ lldb/trunk/source/Plugins/Process/Linux/NativeThreadLinux.h Mon Mar 11 10:09:29 2019
@@ -58,11 +58,11 @@ private:
   // Interface for friend classes
   // ---------------------------------------------------------------------
 
-  /// Resumes the thread.  If @p signo is anything but
+  /// Resumes the thread.  If \p signo is anything but
   /// LLDB_INVALID_SIGNAL_NUMBER, deliver that signal to the thread.
   Status Resume(uint32_t signo);
 
-  /// Single steps the thread.  If @p signo is anything but
+  /// Single steps the thread.  If \p signo is anything but
   /// LLDB_INVALID_SIGNAL_NUMBER, deliver that signal to the thread.
   Status SingleStep(uint32_t signo);
 

Modified: lldb/trunk/source/Plugins/Process/Linux/ProcessorTrace.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Linux/ProcessorTrace.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Linux/ProcessorTrace.h (original)
+++ lldb/trunk/source/Plugins/Process/Linux/ProcessorTrace.h Mon Mar 11 10:09:29 2019
@@ -118,17 +118,17 @@ public:
   // ---------------------------------------------------------------------
   /// Read data from a cyclic buffer
   ///
-  /// @param[in] [out] buf
+  /// \param[in] [out] buf
   ///     Destination buffer, the buffer will be truncated to written size.
   ///
-  /// @param[in] src
+  /// \param[in] src
   ///     Source buffer which must be a cyclic buffer.
   ///
-  /// @param[in] src_cyc_index
+  /// \param[in] src_cyc_index
   ///     The index pointer (start of the valid data in the cyclic
   ///     buffer).
   ///
-  /// @param[in] offset
+  /// \param[in] offset
   ///     The offset to begin reading the data in the cyclic buffer.
   // ---------------------------------------------------------------------
   static void ReadCyclicBuffer(llvm::MutableArrayRef<uint8_t> &dst,

Modified: lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h (original)
+++ lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h Mon Mar 11 10:09:29 2019
@@ -18,7 +18,7 @@
 
 namespace lldb_private {
 namespace process_netbsd {
-/// @class NativeProcessNetBSD
+/// \class NativeProcessNetBSD
 /// Manages communication with the inferior (debugee) process.
 ///
 /// Upon construction, this class prepares and launches an inferior process

Modified: lldb/trunk/source/Plugins/Process/POSIX/ProcessMessage.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/POSIX/ProcessMessage.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/POSIX/ProcessMessage.h (original)
+++ lldb/trunk/source/Plugins/Process/POSIX/ProcessMessage.h Mon Mar 11 10:09:29 2019
@@ -44,33 +44,33 @@ public:
 
   lldb::tid_t GetTID() const { return m_tid; }
 
-  /// Indicates that the process @p pid has successfully attached.
+  /// Indicates that the process \p pid has successfully attached.
   static ProcessMessage Attach(lldb::pid_t pid) {
     return ProcessMessage(pid, eAttachMessage);
   }
 
-  /// Indicates that the thread @p tid is about to exit with status @p status.
+  /// Indicates that the thread \p tid is about to exit with status \p status.
   static ProcessMessage Limbo(lldb::tid_t tid, int status) {
     return ProcessMessage(tid, eLimboMessage, status);
   }
 
-  /// Indicates that the thread @p tid had the signal @p signum delivered.
+  /// Indicates that the thread \p tid had the signal \p signum delivered.
   static ProcessMessage Signal(lldb::tid_t tid, int signum) {
     return ProcessMessage(tid, eSignalMessage, signum);
   }
 
-  /// Indicates that a signal @p signum generated by the debugging process was
-  /// delivered to the thread @p tid.
+  /// Indicates that a signal \p signum generated by the debugging process was
+  /// delivered to the thread \p tid.
   static ProcessMessage SignalDelivered(lldb::tid_t tid, int signum) {
     return ProcessMessage(tid, eSignalDeliveredMessage, signum);
   }
 
-  /// Indicates that the thread @p tid encountered a trace point.
+  /// Indicates that the thread \p tid encountered a trace point.
   static ProcessMessage Trace(lldb::tid_t tid) {
     return ProcessMessage(tid, eTraceMessage);
   }
 
-  /// Indicates that the thread @p tid encountered a break point.
+  /// Indicates that the thread \p tid encountered a break point.
   static ProcessMessage Break(lldb::tid_t tid) {
     return ProcessMessage(tid, eBreakpointMessage);
   }
@@ -79,7 +79,7 @@ public:
     return ProcessMessage(tid, eWatchpointMessage, 0, wp_addr);
   }
 
-  /// Indicates that the thread @p tid crashed.
+  /// Indicates that the thread \p tid crashed.
   static ProcessMessage Crash(lldb::pid_t pid, CrashReason reason, int signo,
                               lldb::addr_t fault_addr) {
     ProcessMessage message(pid, eCrashMessage, signo, fault_addr);
@@ -87,18 +87,18 @@ public:
     return message;
   }
 
-  /// Indicates that the thread @p child_tid was spawned.
+  /// Indicates that the thread \p child_tid was spawned.
   static ProcessMessage NewThread(lldb::tid_t parent_tid,
                                   lldb::tid_t child_tid) {
     return ProcessMessage(parent_tid, eNewThreadMessage, child_tid);
   }
 
-  /// Indicates that the thread @p tid is about to exit with status @p status.
+  /// Indicates that the thread \p tid is about to exit with status \p status.
   static ProcessMessage Exit(lldb::tid_t tid, int status) {
     return ProcessMessage(tid, eExitMessage, status);
   }
 
-  /// Indicates that the thread @p pid has exec'd.
+  /// Indicates that the thread \p pid has exec'd.
   static ProcessMessage Exec(lldb::tid_t tid) {
     return ProcessMessage(tid, eExecMessage);
   }

Modified: lldb/trunk/source/Plugins/Process/Utility/HistoryThread.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Utility/HistoryThread.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Utility/HistoryThread.h (original)
+++ lldb/trunk/source/Plugins/Process/Utility/HistoryThread.h Mon Mar 11 10:09:29 2019
@@ -23,7 +23,7 @@
 namespace lldb_private {
 
 //----------------------------------------------------------------------
-/// @class HistoryThread HistoryThread.h "HistoryThread.h"
+/// \class HistoryThread HistoryThread.h "HistoryThread.h"
 /// A thread object representing a backtrace from a previous point in the
 /// process execution
 ///

Modified: lldb/trunk/source/Plugins/Process/Utility/RegisterContextLLDB.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Utility/RegisterContextLLDB.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Utility/RegisterContextLLDB.h (original)
+++ lldb/trunk/source/Plugins/Process/Utility/RegisterContextLLDB.h Mon Mar 11 10:09:29 2019
@@ -116,7 +116,7 @@ private:
   /// Given a SymbolContext, determines if this is a trap handler function
   /// aka asynchronous signal handler.
   ///
-  /// @return
+  /// \return
   ///     Returns true if the SymbolContext is a trap handler.
   //------------------------------------------------------------------
   bool IsTrapHandlerSymbol(lldb_private::Process *process,
@@ -163,7 +163,7 @@ private:
   /// better.  This is mostly helping to work around problems where the
   /// assembly language inspection fails on hand-written assembly code.
   ///
-  /// @return
+  /// \return
   ///     Returns true if a fallback unwindplan was found & was installed.
   //------------------------------------------------------------------
   bool TryFallbackUnwindPlan();

Modified: lldb/trunk/source/Plugins/Process/Utility/RegisterInfoInterface.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Utility/RegisterInfoInterface.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Utility/RegisterInfoInterface.h (original)
+++ lldb/trunk/source/Plugins/Process/Utility/RegisterInfoInterface.h Mon Mar 11 10:09:29 2019
@@ -16,7 +16,7 @@
 namespace lldb_private {
 
 ///------------------------------------------------------------------------------
-/// @class RegisterInfoInterface
+/// \class RegisterInfoInterface
 ///
 /// RegisterInfo interface to patch RegisterInfo structure for archs.
 ///------------------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/Process/Utility/UnwindLLDB.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Utility/UnwindLLDB.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Utility/UnwindLLDB.h (original)
+++ lldb/trunk/source/Plugins/Process/Utility/UnwindLLDB.h Mon Mar 11 10:09:29 2019
@@ -101,7 +101,7 @@ protected:
   /// into an array of ConstStrings before it can be used - we only want
   /// to do that once per thread so it's here in the UnwindLLDB object.
   ///
-  /// @return
+  /// \return
   ///     Vector of ConstStrings of trap handler function names.  May be
   ///     empty.
   //------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h Mon Mar 11 10:09:29 2019
@@ -27,7 +27,7 @@ public:
     // =========================================================================
     /// Process asynchronously-received structured data.
     ///
-    /// @param[in] data
+    /// \param[in] data
     ///   The complete data packet, expected to start with JSON-async.
     // =========================================================================
     virtual void HandleAsyncStructuredDataPacket(llvm::StringRef data) = 0;

Modified: lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h Mon Mar 11 10:09:29 2019
@@ -88,11 +88,11 @@ public:
   /// Sends a GDB remote protocol 'A' packet that delivers program
   /// arguments to the remote server.
   ///
-  /// @param[in] argv
+  /// \param[in] argv
   ///     A NULL terminated array of const C strings to use as the
   ///     arguments.
   ///
-  /// @return
+  /// \return
   ///     Zero if the response was "OK", a positive value if the
   ///     the response was "Exx" where xx are two hex digits, or
   ///     -1 if the call is unsupported or any other unexpected
@@ -107,11 +107,11 @@ public:
   /// multiple times in a row in order to pass on the desired
   /// environment that the inferior should be launched with.
   ///
-  /// @param[in] name_equal_value
+  /// \param[in] name_equal_value
   ///     A NULL terminated C string that contains a single environment
   ///     in the format "NAME=VALUE".
   ///
-  /// @return
+  /// \return
   ///     Zero if the response was "OK", a positive value if the
   ///     the response was "Exx" where xx are two hex digits, or
   ///     -1 if the call is unsupported or any other unexpected
@@ -128,15 +128,15 @@ public:
   //------------------------------------------------------------------
   /// Sends a "vAttach:PID" where PID is in hex.
   ///
-  /// @param[in] pid
+  /// \param[in] pid
   ///     A process ID for the remote gdb server to attach to.
   ///
-  /// @param[out] response
+  /// \param[out] response
   ///     The response received from the gdb server. If the return
   ///     value is zero, \a response will contain a stop reply
   ///     packet.
   ///
-  /// @return
+  /// \return
   ///     Zero if the attach was successful, or an error indicating
   ///     an error code.
   //------------------------------------------------------------------
@@ -146,13 +146,13 @@ public:
   /// Sends a GDB remote protocol 'I' packet that delivers stdin
   /// data to the remote process.
   ///
-  /// @param[in] data
+  /// \param[in] data
   ///     A pointer to stdin data.
   ///
-  /// @param[in] data_len
+  /// \param[in] data_len
   ///     The number of bytes available at \a data.
   ///
-  /// @return
+  /// \return
   ///     Zero if the attach was successful, or an error indicating
   ///     an error code.
   //------------------------------------------------------------------
@@ -162,10 +162,10 @@ public:
   /// Sets the path to use for stdin/out/err for a process
   /// that will be launched with the 'A' packet.
   ///
-  /// @param[in] path
+  /// \param[in] path
   ///     The path to use for stdin/out/err
   ///
-  /// @return
+  /// \return
   ///     Zero if the for success, or an error code for failure.
   //------------------------------------------------------------------
   int SetSTDIN(const FileSpec &file_spec);
@@ -176,10 +176,10 @@ public:
   /// Sets the disable ASLR flag to \a enable for a process that will
   /// be launched with the 'A' packet.
   ///
-  /// @param[in] enable
+  /// \param[in] enable
   ///     A boolean value indicating whether to disable ASLR or not.
   ///
-  /// @return
+  /// \return
   ///     Zero if the for success, or an error code for failure.
   //------------------------------------------------------------------
   int SetDisableASLR(bool enable);
@@ -188,10 +188,10 @@ public:
   /// Sets the DetachOnError flag to \a enable for the process controlled by the
   /// stub.
   ///
-  /// @param[in] enable
+  /// \param[in] enable
   ///     A boolean value indicating whether to detach on error or not.
   ///
-  /// @return
+  /// \return
   ///     Zero if the for success, or an error code for failure.
   //------------------------------------------------------------------
   int SetDetachOnError(bool enable);
@@ -203,10 +203,10 @@ public:
   /// implements the platform, it will change the current working
   /// directory for the platform process.
   ///
-  /// @param[in] working_dir
+  /// \param[in] working_dir
   ///     The path to a directory to use when launching our process
   ///
-  /// @return
+  /// \return
   ///     Zero if the for success, or an error code for failure.
   //------------------------------------------------------------------
   int SetWorkingDir(const FileSpec &working_dir);
@@ -215,10 +215,10 @@ public:
   /// Gets the current working directory of a remote platform GDB
   /// server.
   ///
-  /// @param[out] working_dir
+  /// \param[out] working_dir
   ///     The current working directory on the remote platform.
   ///
-  /// @return
+  /// \return
   ///     Boolean for success
   //------------------------------------------------------------------
   bool GetWorkingDir(FileSpec &working_dir);
@@ -462,7 +462,7 @@ public:
   /// packet.  The response is the complete string payload returned
   /// to the client.
   ///
-  /// @return
+  /// \return
   ///     The string returned by the server to the qSupported query.
   //------------------------------------------------------------------
   const std::string &GetServerSupportedFeatures() const {
@@ -485,7 +485,7 @@ public:
   /// A plugin indicates whether it knows how to handle a type_name.
   /// If so, it can be used to process the async JSON packet.
   ///
-  /// @return
+  /// \return
   ///     The string returned by the server to the qSupported query.
   //------------------------------------------------------------------
   lldb_private::StructuredData::Array *GetSupportedStructuredDataPlugins();
@@ -493,7 +493,7 @@ public:
   //------------------------------------------------------------------
   /// Configure a StructuredData feature on the remote end.
   ///
-  /// @see \b Process::ConfigureStructuredData(...) for details.
+  /// \see \b Process::ConfigureStructuredData(...) for details.
   //------------------------------------------------------------------
   Status
   ConfigureRemoteStructuredData(ConstString type_name,

Modified: lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h Mon Mar 11 10:09:29 2019
@@ -138,7 +138,7 @@ protected:
   /// server in a situation where the startup code has been provided
   /// with all the information for a child process to be launched.
   ///
-  /// @return
+  /// \return
   ///     An Status object indicating the success or failure of the
   ///     launch.
   //------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h Mon Mar 11 10:09:29 2019
@@ -47,7 +47,7 @@ public:
   /// server in a situation where the startup code has been provided
   /// with all the information for a child process to be launched.
   ///
-  /// @return
+  /// \return
   ///     An Status object indicating the success or failure of the
   ///     launch.
   //------------------------------------------------------------------
@@ -59,7 +59,7 @@ public:
   /// This method supports attaching llgs to a process accessible via the
   /// configured Platform.
   ///
-  /// @return
+  /// \return
   ///     An Status object indicating the success or failure of the
   ///     attach operation.
   //------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h (original)
+++ lldb/trunk/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h Mon Mar 11 10:09:29 2019
@@ -42,7 +42,7 @@ public:
   /// that controls if we always enable it for newly created/attached
   /// processes.
   ///
-  /// @return
+  /// \return
   ///      True if DarwinLog support is/will be enabled for existing or
   ///      newly launched/attached processes.
   // -------------------------------------------------------------------------

Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h (original)
+++ lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h Mon Mar 11 10:09:29 2019
@@ -21,7 +21,7 @@ public:
   //------------------------------------------------------------------
   /// Get the data that contains the DIE information for this unit.
   ///
-  /// @return
+  /// \return
   ///   The correct data (.debug_types for DWARF 4 and earlier, and
   ///   .debug_info for DWARF 5 and later) for the DIE information in
   ///   this unit.
@@ -31,7 +31,7 @@ public:
   //------------------------------------------------------------------
   /// Get the size in bytes of the header.
   ///
-  /// @return
+  /// \return
   ///     Byte size of the compile unit header
   //------------------------------------------------------------------
   uint32_t GetHeaderByteSize() const override;

Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFUnit.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFUnit.h (original)
+++ lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFUnit.h Mon Mar 11 10:09:29 2019
@@ -66,14 +66,14 @@ public:
   /// this DWARFUnit. It could be .debug_info or .debug_types
   /// depending on where the data for this unit originates.
   ///
-  /// @return
+  /// \return
   ///   The correct data for the DIE information in this unit.
   //------------------------------------------------------------------
   virtual const lldb_private::DWARFDataExtractor &GetData() const = 0;
   //------------------------------------------------------------------
   /// Get the size in bytes of the compile unit header.
   ///
-  /// @return
+  /// \return
   ///     Byte size of the compile unit header
   //------------------------------------------------------------------
   virtual uint32_t GetHeaderByteSize() const = 0;
@@ -86,7 +86,7 @@ public:
   /// In DWARF32 this is just 4 bytes, and DWARF64 it is 12 where 4
   /// are 0xFFFFFFFF followed by the actual 64 bit length.
   ///
-  /// @return
+  /// \return
   ///     Byte size of the compile unit header length field
   //------------------------------------------------------------------
   size_t GetLengthByteSize() const { return IsDWARF64() ? 12 : 4; }

Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h (original)
+++ lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h Mon Mar 11 10:09:29 2019
@@ -336,10 +336,10 @@ protected:
   //------------------------------------------------------------------
   /// Convert \a addr from a .o file address, to an executable address.
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     A section offset address from a .o file
   ///
-  /// @return
+  /// \return
   ///     Returns true if \a addr was converted to be an executable
   ///     section/offset address, false otherwise.
   //------------------------------------------------------------------
@@ -348,13 +348,13 @@ protected:
   //------------------------------------------------------------------
   /// Convert a .o file "file address" to an executable "file address".
   ///
-  /// @param[in] oso_symfile
+  /// \param[in] oso_symfile
   ///     The DWARF symbol file that contains \a oso_file_addr
   ///
-  /// @param[in] oso_file_addr
+  /// \param[in] oso_file_addr
   ///     A .o file "file address" to convert.
   ///
-  /// @return
+  /// \return
   ///     LLDB_INVALID_ADDRESS if \a oso_file_addr is not in the
   ///     linked executable, otherwise a valid "file address" from the
   ///     linked executable that contains the debug map.
@@ -367,13 +367,13 @@ protected:
   /// for a .o file represented by \a oso_symfile, link a new line table
   /// and return it.
   ///
-  /// @param[in] oso_symfile
+  /// \param[in] oso_symfile
   ///     The DWARF symbol file that produced the \a line_table
   ///
-  /// @param[in] addr
+  /// \param[in] addr
   ///     A section offset address from a .o file
   ///
-  /// @return
+  /// \return
   ///     Returns a valid line table full of linked addresses, or NULL
   ///     if none of the line table addresses exist in the main
   ///     executable.

Modified: lldb/trunk/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h (original)
+++ lldb/trunk/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h Mon Mar 11 10:09:29 2019
@@ -25,20 +25,20 @@ class PDBSymbolData;
 //------------------------------------------------------------------------------
 /// Converts a location information from a PDB symbol to a DWARF expression
 ///
-/// @param[in] module
+/// \param[in] module
 ///     The module \a symbol belongs to.
 ///
-/// @param[in] symbol
+/// \param[in] symbol
 ///     The symbol with a location information to convert.
 ///
-/// @param[in] ranges
+/// \param[in] ranges
 ///     Ranges where this variable is valid.
 ///
-/// @param[out] is_constant
+/// \param[out] is_constant
 ///     Set to \b true if the result expression is a constant value data,
 ///     and \b false if it is a DWARF bytecode.
 ///
-/// @return
+/// \return
 ///     The DWARF expression corresponding to the location data of \a symbol.
 //------------------------------------------------------------------------------
 lldb_private::DWARFExpression

Modified: lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h (original)
+++ lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h Mon Mar 11 10:09:29 2019
@@ -61,27 +61,27 @@ public:
   /// memory that needs to be freed, pass in the address and size and it will
   /// be freed before getting the list of queues.
   ///
-  /// @param [in] thread
+  /// \param [in] thread
   ///     The thread to run this plan on.
   ///
-  /// @param [in] item
+  /// \param [in] item
   ///     The introspection_dispatch_item_info_ref value for the item of
   ///     interest.
   ///
-  /// @param [in] page_to_free
+  /// \param [in] page_to_free
   ///     An address of an inferior process vm page that needs to be
   ///     deallocated,
   ///     LLDB_INVALID_ADDRESS if this is not needed.
   ///
-  /// @param [in] page_to_free_size
+  /// \param [in] page_to_free_size
   ///     The size of the vm page that needs to be deallocated if an address was
   ///     passed in to page_to_free.
   ///
-  /// @param [out] error
+  /// \param [out] error
   ///     This object will be updated with the error status / error string from
   ///     any failures encountered.
   ///
-  /// @returns
+  /// \returns
   ///     The result of the inferior function call execution.  If there was a
   ///     failure of any kind while getting
   ///     the information, the item_buffer_ptr value will be

Modified: lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h (original)
+++ lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h Mon Mar 11 10:09:29 2019
@@ -66,26 +66,26 @@ public:
   /// memory that needs to be freed, pass in the address and size and it will
   /// be freed before getting the list of queues.
   ///
-  /// @param [in] thread
+  /// \param [in] thread
   ///     The thread to run this plan on.
   ///
-  /// @param [in] queue
+  /// \param [in] queue
   ///     The dispatch_queue_t value for the queue of interest.
   ///
-  /// @param [in] page_to_free
+  /// \param [in] page_to_free
   ///     An address of an inferior process vm page that needs to be
   ///     deallocated,
   ///     LLDB_INVALID_ADDRESS if this is not needed.
   ///
-  /// @param [in] page_to_free_size
+  /// \param [in] page_to_free_size
   ///     The size of the vm page that needs to be deallocated if an address was
   ///     passed in to page_to_free.
   ///
-  /// @param [out] error
+  /// \param [out] error
   ///     This object will be updated with the error status / error string from
   ///     any failures encountered.
   ///
-  /// @returns
+  /// \returns
   ///     The result of the inferior function call execution.  If there was a
   ///     failure of any kind while getting
   ///     the information, the items_buffer_ptr value will be

Modified: lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h (original)
+++ lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h Mon Mar 11 10:09:29 2019
@@ -62,23 +62,23 @@ public:
   /// memory that needs to be freed, pass in the address and size and it will
   /// be freed before getting the list of queues.
   ///
-  /// @param [in] thread
+  /// \param [in] thread
   ///     The thread to run this plan on.
   ///
-  /// @param [in] page_to_free
+  /// \param [in] page_to_free
   ///     An address of an inferior process vm page that needs to be
   ///     deallocated,
   ///     LLDB_INVALID_ADDRESS if this is not needed.
   ///
-  /// @param [in] page_to_free_size
+  /// \param [in] page_to_free_size
   ///     The size of the vm page that needs to be deallocated if an address was
   ///     passed in to page_to_free.
   ///
-  /// @param [out] error
+  /// \param [out] error
   ///     This object will be updated with the error status / error string from
   ///     any failures encountered.
   ///
-  /// @returns
+  /// \returns
   ///     The result of the inferior function call execution.  If there was a
   ///     failure of any kind while getting
   ///     the information, the queues_buffer_ptr value will be

Modified: lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h?rev=355841&r1=355840&r2=355841&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h (original)
+++ lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h Mon Mar 11 10:09:29 2019
@@ -62,23 +62,23 @@ public:
   /// memory that needs to be freed, pass in the address and size and it will
   /// be freed before getting the list of queues.
   ///
-  /// @param [in] thread_id
+  /// \param [in] thread_id
   ///     The thread to get the extended backtrace for.
   ///
-  /// @param [in] page_to_free
+  /// \param [in] page_to_free
   ///     An address of an inferior process vm page that needs to be
   ///     deallocated,
   ///     LLDB_INVALID_ADDRESS if this is not needed.
   ///
-  /// @param [in] page_to_free_size
+  /// \param [in] page_to_free_size
   ///     The size of the vm page that needs to be deallocated if an address was
   ///     passed in to page_to_free.
   ///
-  /// @param [out] error
+  /// \param [out] error
   ///     This object will be updated with the error status / error string from
   ///     any failures encountered.
   ///
-  /// @returns
+  /// \returns
   ///     The result of the inferior function call execution.  If there was a
   ///     failure of any kind while getting
   ///     the information, the item_buffer_ptr value will be




More information about the lldb-commits mailing list