llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets
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
..
RuntimeDyldCOFFI386.h ExecutionEngine: adjust COFF i386 tautological asserts 2017-10-19 16:57:40 +00:00
RuntimeDyldCOFFThumb.h ExecutionEngine: make COFF Thumb2 assertions non-tautological 2017-10-22 20:51:25 +00:00
RuntimeDyldCOFFX86_64.h Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF 2018-02-21 17:18:20 +00:00
RuntimeDyldELFMips.cpp [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. 2017-10-22 09:47:41 +00:00
RuntimeDyldELFMips.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
RuntimeDyldMachOAArch64.h Reapply r329133 with fix. 2018-04-04 00:34:54 +00:00
RuntimeDyldMachOARM.h [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. 2017-08-09 20:19:27 +00:00
RuntimeDyldMachOI386.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00
RuntimeDyldMachOX86_64.h [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. 2016-08-01 20:49:11 +00:00