From 62e9e37a6c3e7cd178874d45c394ed97c225c77c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 17 Oct 2018 13:52:11 +1300 Subject: [PATCH] Fix @file doc comments which don't match filename --- xapian-applications/omega/generate-qrel-file.cc | 2 +- xapian-applications/omega/urlenctest.cc | 2 +- xapian-applications/omega/xlsxparse.cc | 2 +- xapian-applications/omega/xlsxparse.h | 2 +- xapian-core/backends/empty_database.h | 2 +- xapian-core/backends/multi/multi_database.h | 2 +- xapian-core/backends/multi/multi_termlist.cc | 2 +- xapian-core/weight/coordweight.cc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xapian-applications/omega/generate-qrel-file.cc b/xapian-applications/omega/generate-qrel-file.cc index 7907185a7..da90be831 100644 --- a/xapian-applications/omega/generate-qrel-file.cc +++ b/xapian-applications/omega/generate-qrel-file.cc @@ -1,4 +1,4 @@ -/** @file generate_qrel_file.cc +/** @file generate-qrel-file.cc * @brief generates qrel file needed to prepare training file for letor */ /* Copyright (C) 2017 Vivek Pal diff --git a/xapian-applications/omega/urlenctest.cc b/xapian-applications/omega/urlenctest.cc index e71e7c5be..b75f7b5da 100644 --- a/xapian-applications/omega/urlenctest.cc +++ b/xapian-applications/omega/urlenctest.cc @@ -1,4 +1,4 @@ -/** @file enctest.cc +/** @file urlenctest.cc * @brief Test URL encoding and decoding functions */ /* Copyright (C) 2011,2012,2015 Olly Betts diff --git a/xapian-applications/omega/xlsxparse.cc b/xapian-applications/omega/xlsxparse.cc index 513a613f6..c5060acaf 100644 --- a/xapian-applications/omega/xlsxparse.cc +++ b/xapian-applications/omega/xlsxparse.cc @@ -1,4 +1,4 @@ -/** @file xslxparse.cc +/** @file xlsxparse.cc * @brief Extract fields from XLSX sheet*.xml. */ /* Copyright (C) 2012,2013 Olly Betts diff --git a/xapian-applications/omega/xlsxparse.h b/xapian-applications/omega/xlsxparse.h index 14fe3a6fc..25fd3c282 100644 --- a/xapian-applications/omega/xlsxparse.h +++ b/xapian-applications/omega/xlsxparse.h @@ -1,4 +1,4 @@ -/** @file xslxparse.h +/** @file xlsxparse.h * @brief Extract fields from XLSX sheet*.xml. */ /* Copyright (C) 2012,2013 Olly Betts diff --git a/xapian-core/backends/empty_database.h b/xapian-core/backends/empty_database.h index 4c641b30f..b56274c7e 100644 --- a/xapian-core/backends/empty_database.h +++ b/xapian-core/backends/empty_database.h @@ -1,4 +1,4 @@ -/** @file emptydatabase.h +/** @file empty_database.h * @brief Empty database internals */ /* Copyright 2017 Olly Betts diff --git a/xapian-core/backends/multi/multi_database.h b/xapian-core/backends/multi/multi_database.h index b5008e4d7..b2b2dc423 100644 --- a/xapian-core/backends/multi/multi_database.h +++ b/xapian-core/backends/multi/multi_database.h @@ -1,4 +1,4 @@ -/** @file multidatabase.h +/** @file multi_database.h * @brief Sharded database backend */ /* Copyright 2017 Olly Betts diff --git a/xapian-core/backends/multi/multi_termlist.cc b/xapian-core/backends/multi/multi_termlist.cc index 91f4515fe..d9e6b631b 100644 --- a/xapian-core/backends/multi/multi_termlist.cc +++ b/xapian-core/backends/multi/multi_termlist.cc @@ -1,4 +1,4 @@ -/** @file multi_termslist.cc +/** @file multi_termlist.cc * @brief Adapter class for a TermList in a multidatabase */ /* Copyright (C) 2007,2008,2009,2011,2017 Olly Betts diff --git a/xapian-core/weight/coordweight.cc b/xapian-core/weight/coordweight.cc index 923aae38d..1647485a2 100644 --- a/xapian-core/weight/coordweight.cc +++ b/xapian-core/weight/coordweight.cc @@ -1,4 +1,4 @@ -/** @file coordinateweight.cc +/** @file coordweight.cc * @brief Xapian::CoordWeight class - coordinate matching */ /* Copyright (C) 2004,2009,2011,2016 Olly Betts -- 2.11.4.GIT