From 97b8db9191c76d3f2b7b3abcb1ffedf0adb9fbb2 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 8 May 2021 21:35:02 +0100 Subject: [PATCH] Fix incorrect doc comments on MasterlistInfo --- include/loot/struct/masterlist_info.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/loot/struct/masterlist_info.h b/include/loot/struct/masterlist_info.h index c46fd942..391cbf55 100644 --- a/include/loot/struct/masterlist_info.h +++ b/include/loot/struct/masterlist_info.h @@ -35,16 +35,13 @@ struct MasterlistInfo { inline explicit MasterlistInfo() : is_modified(false) {} /** - * @brief The revision hash for the masterlist. If the masterlist doesn't - * exist, or there is no Git repository at its location, this will be - * empty. + * @brief The revision hash for the masterlist. */ std::string revision_id; /** * @brief A pointer to a string containing the ISO 8601 formatted revision - * date, ie. YYYY-MM-DD. If the masterlist doesn't exist, or there is - * no Git repository at its location, this will be empty. + * date, ie. YYYY-MM-DD. */ std::string revision_date;