mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Don't use invalid HTML in a doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
59fdaeeae8
commit
7a46e4c62b
@ -34,7 +34,7 @@ using namespace llvm;
|
||||
|
||||
/// FindLib - Try to convert Filename into the name of a file that we can open,
|
||||
/// if it does not already name a file we can open, by first trying to open
|
||||
/// Filename, then libFilename.<suffix> for each of a set of several common
|
||||
/// Filename, then libFilename.[suffix] for each of a set of several common
|
||||
/// library suffixes, in each of the directories in Paths and the directory
|
||||
/// named by the value of the environment variable LLVM_LIB_SEARCH_PATH. Returns
|
||||
/// an empty string if no matching file can be found.
|
||||
|
@ -34,7 +34,7 @@ using namespace llvm;
|
||||
|
||||
/// FindLib - Try to convert Filename into the name of a file that we can open,
|
||||
/// if it does not already name a file we can open, by first trying to open
|
||||
/// Filename, then libFilename.<suffix> for each of a set of several common
|
||||
/// Filename, then libFilename.[suffix] for each of a set of several common
|
||||
/// library suffixes, in each of the directories in Paths and the directory
|
||||
/// named by the value of the environment variable LLVM_LIB_SEARCH_PATH. Returns
|
||||
/// an empty string if no matching file can be found.
|
||||
|
Loading…
x
Reference in New Issue
Block a user