From f05b42e960a9badf37e17d896d5764ef9ffce8f2 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 11 Mar 2019 17:09:29 +0000 Subject: Bring Doxygen comment syntax in sync with LLVM coding style. This changes '@' prefix to '\'. llvm-svn: 355841 --- lldb/packages/Python/lldbsuite/test/test_runner/process_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/test_runner/process_control.py') diff --git a/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py b/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py index 9cbdd7ce8ab..17a0b0f4963 100644 --- a/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py +++ b/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py @@ -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): -- cgit v1.2.3