summaryrefslogtreecommitdiffstats
path: root/src/cite.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-11 19:21:55 (GMT)
committerGitHub <noreply@github.com>2021-01-11 19:21:55 (GMT)
commit735203d07ce01c587b6807122e7a220a2c89de7d (patch)
tree50accac4dd8cdd3eb8f754fb5476d8b9208a9748 /src/cite.h
parentf81308d9a8f535c8a149a8173fcccd772bf0cd92 (diff)
parentc44fd3b5049ff3b16403c95ec51d1fa3f83412ce (diff)
downloadDoxygen-735203d07ce01c587b6807122e7a220a2c89de7d.zip
Doxygen-735203d07ce01c587b6807122e7a220a2c89de7d.tar.gz
Doxygen-735203d07ce01c587b6807122e7a220a2c89de7d.tar.bz2
Merge pull request #8309 from albert-github/feature/bug_668003
bug 668003 Default LaTeX header misses $-placeholders
Diffstat (limited to 'src/cite.h')
-rw-r--r--src/cite.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cite.h b/src/cite.h
index 9fea954..adf0840 100644
--- a/src/cite.h
+++ b/src/cite.h
@@ -59,10 +59,9 @@ class CitationManager
*/
bool isEmpty() const;
- /** writes the latex code for the standard bibliography
- * section to text stream \a t
+ /** lists the bibtex cite files in a comma separated list
*/
- void writeLatexBibliography(FTextStream &t) const;
+ QCString latexBibFiles();
const char *fileName() const;
const char *anchorPrefix() const;