Enable AUTOBRIEF in doxygen configuration.
This brings the LLDB configuration closer to LLVM's and removes visual clutter in the source code by removing the @brief commands from comments. This patch also reflows the paragraphs in all doxygen comments. See also https://reviews.llvm.org/D46290. Differential Revision: https://reviews.llvm.org/D46321 llvm-svn: 331373
This commit is contained in:
@@ -113,7 +113,7 @@ const elf_word LLDB_NT_GNU_ABI_OS_SOLARIS = 0x02;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// @class ELFRelocation
|
||||
/// @brief Generic wrapper for ELFRel and ELFRela.
|
||||
/// Generic wrapper for ELFRel and ELFRela.
|
||||
///
|
||||
/// This helper class allows us to parse both ELFRel and ELFRela relocation
|
||||
/// entries in a generic manner.
|
||||
|
||||
Reference in New Issue
Block a user