Skip to content

Commit 0c3f762

Browse files
committed
[lldb/Utility] Update path in FileSpec documentation (NFC)
Update FileSpec doxygen path to reflect its actual location in the source-tree. Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent dffddde commit 0c3f762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Utility/FileSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ template <typename T> class SmallVectorImpl;
3838

3939
namespace lldb_private {
4040

41-
/// \class FileSpec FileSpec.h "lldb/Host/FileSpec.h"
41+
/// \class FileSpec FileSpec.h "lldb/Utility/FileSpec.h"
4242
/// A file utility class.
4343
///
4444
/// A file specification class that divides paths up into a directory

0 commit comments

Comments
 (0)