diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-03-11 17:09:29 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-03-11 17:09:29 +0000 |
| commit | f05b42e960a9badf37e17d896d5764ef9ffce8f2 (patch) | |
| tree | 10eee8db975f1714b0474645422a520d47791813 /lldb/examples/interposing | |
| parent | 5ccb339107b40acb7f39743e2b21ef73a6406915 (diff) | |
| download | bcm5719-llvm-f05b42e960a9badf37e17d896d5764ef9ffce8f2.tar.gz bcm5719-llvm-f05b42e960a9badf37e17d896d5764ef9ffce8f2.zip | |
Bring Doxygen comment syntax in sync with LLVM coding style.
This changes '@' prefix to '\'.
llvm-svn: 355841
Diffstat (limited to 'lldb/examples/interposing')
| -rw-r--r-- | lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp b/lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp index 0cc40909b50..efcb9bdfc07 100644 --- a/lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp +++ b/lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp @@ -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. //---------------------------------------------------------------------- |

