forked from OSchip/llvm-project
Documentation cleanup: escape a < character in a Doxygen comment
llvm-svn: 158861
This commit is contained in:
parent
18ac1632f0
commit
8618cb7ef8
|
@ -306,7 +306,7 @@ public:
|
|||
/// already known.
|
||||
void setTarget(const TargetInfo &Target);
|
||||
|
||||
/// \brief Given a "foo" or <foo> reference, look up the indicated file,
|
||||
/// \brief Given a "foo" or \<foo> reference, look up the indicated file,
|
||||
/// return null on failure.
|
||||
///
|
||||
/// \returns If successful, this returns 'UsedDir', the DirectoryLookup member
|
||||
|
|
Loading…
Reference in New Issue