llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc
Adrian Prantl 5f8f34e459 Remove \brief commands from doxygen comments.
We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.

Patch produced by

  for i in $(git grep -l '\\brief'); do perl -pi -e 's/\\brief //g' $i & done

Differential Revision: https://reviews.llvm.org/D46290

llvm-svn: 331272
2018-05-01 15:54:18 +00:00
..
AMDGPUAsmBackend.cpp Thread MCSubtargetInfo through Target::createMCAsmBackend 2018-01-03 08:53:05 +00:00
AMDGPUELFObjectWriter.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
AMDGPUELFStreamer.cpp AMDGPU: Bring elf flags in sync with the spec 2018-02-16 22:33:59 +00:00
AMDGPUELFStreamer.h AMDGPU: Bring elf flags in sync with the spec 2018-02-16 22:33:59 +00:00
AMDGPUFixupKinds.h
AMDGPUHSAMetadataStreamer.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
AMDGPUHSAMetadataStreamer.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
AMDGPUMCAsmInfo.cpp AMDGPU: Set StackGrowsUp in MCAsmInfo 2017-04-24 19:40:51 +00:00
AMDGPUMCAsmInfo.h
AMDGPUMCCodeEmitter.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
AMDGPUMCCodeEmitter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
AMDGPUMCTargetDesc.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
AMDGPUMCTargetDesc.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
AMDGPUTargetStreamer.cpp AMDGPU: Add Vega12 and Vega20 2018-04-30 19:08:16 +00:00
AMDGPUTargetStreamer.h AMDGPU: Remove unused private member of AMDGPUTargetELFStreamer 2018-02-16 23:04:11 +00:00
CMakeLists.txt AMDGPU/NFC: Rename code object metadata as HSA metadata 2017-10-11 22:18:53 +00:00
LLVMBuild.txt
R600MCCodeEmitter.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SIMCCodeEmitter.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00