From 0c3f762c8fd142464f9f3146091045a9b63db2c1 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Wed, 21 Apr 2021 05:37:43 +0000 Subject: [PATCH] [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 --- lldb/include/lldb/Utility/FileSpec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Utility/FileSpec.h b/lldb/include/lldb/Utility/FileSpec.h index f7cbeb247100..ef768089c303 100644 --- a/lldb/include/lldb/Utility/FileSpec.h +++ b/lldb/include/lldb/Utility/FileSpec.h @@ -38,7 +38,7 @@ template class SmallVectorImpl; namespace lldb_private { -/// \class FileSpec FileSpec.h "lldb/Host/FileSpec.h" +/// \class FileSpec FileSpec.h "lldb/Utility/FileSpec.h" /// A file utility class. /// /// A file specification class that divides paths up into a directory