mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-02 04:24:22 +00:00
Fix Doxygen command misspellings.
Found by -Wdocumentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -336,8 +336,8 @@ std::error_code copy_file(const Twine &From, const Twine &To);
|
|||||||
|
|
||||||
/// @brief Resize path to size. File is resized as if by POSIX truncate().
|
/// @brief Resize path to size. File is resized as if by POSIX truncate().
|
||||||
///
|
///
|
||||||
/// @param path Input file descriptor.
|
/// @param FD Input file descriptor.
|
||||||
/// @param size Size to resize to.
|
/// @param Size Size to resize to.
|
||||||
/// @returns errc::success if \a path has been resized to \a size, otherwise a
|
/// @returns errc::success if \a path has been resized to \a size, otherwise a
|
||||||
/// platform-specific error_code.
|
/// platform-specific error_code.
|
||||||
std::error_code resize_file(int FD, uint64_t Size);
|
std::error_code resize_file(int FD, uint64_t Size);
|
||||||
|
@ -104,7 +104,7 @@ public:
|
|||||||
bool addSymbol(llvm::StringRef SymName, uint64_t ObjectAddress,
|
bool addSymbol(llvm::StringRef SymName, uint64_t ObjectAddress,
|
||||||
uint64_t LinkedAddress);
|
uint64_t LinkedAddress);
|
||||||
|
|
||||||
/// \bried Lookup a symbol mapping.
|
/// \brief Lookup a symbol mapping.
|
||||||
/// \returns null if the symbol isn't found.
|
/// \returns null if the symbol isn't found.
|
||||||
const SymbolMapping *lookupSymbol(StringRef SymbolName) const;
|
const SymbolMapping *lookupSymbol(StringRef SymbolName) const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user