summaryrefslogtreecommitdiffstats
path: root/src/cite.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-07-31 18:23:27 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-07-31 18:56:26 (GMT)
commitf8c1c09b5f25489223530bb73b9d7b173562b3ff (patch)
tree2dc37c3f931baefb549a343c074382d023d786b9 /src/cite.h
parent710117ba1c88da13f1cabf9f65bf780412395d56 (diff)
downloadDoxygen-f8c1c09b5f25489223530bb73b9d7b173562b3ff.zip
Doxygen-f8c1c09b5f25489223530bb73b9d7b173562b3ff.tar.gz
Doxygen-f8c1c09b5f25489223530bb73b9d7b173562b3ff.tar.bz2
Moved citation cross reference searching to a separate function
Diffstat (limited to 'src/cite.h')
-rw-r--r--src/cite.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cite.h b/src/cite.h
index 4666d5a..9fea954 100644
--- a/src/cite.h
+++ b/src/cite.h
@@ -4,8 +4,8 @@
* Based on a patch by David Munger
*
* Permission to use, copy, modify, and distribute this software and its
- * documentation under the terms of the GNU General Public License is hereby
- * granted. No representations are made about the suitability of this software
+ * documentation under the terms of the GNU General Public License is hereby
+ * granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
*
@@ -70,6 +70,7 @@ class CitationManager
private:
/** Create the database, with an expected maximum of \a size entries */
CitationManager();
+ void insertCrossReferencesForBibFile(const QCString &bibFile);
struct Private;
std::unique_ptr<Private> p;
};