summaryrefslogtreecommitdiffstats
path: root/testing/012_cite.dox
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-01-04 14:45:50 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-01-04 14:45:50 (GMT)
commitf3e0d5b9dabaf9fa2e05469cd42836477de08de4 (patch)
tree1c547e046fc3838a729a955004f9bfaae6d725f4 /testing/012_cite.dox
parent5d66d2ea14a173edb3d6b7ffaabd0196392fcb0f (diff)
downloadDoxygen-f3e0d5b9dabaf9fa2e05469cd42836477de08de4.zip
Doxygen-f3e0d5b9dabaf9fa2e05469cd42836477de08de4.tar.gz
Doxygen-f3e0d5b9dabaf9fa2e05469cd42836477de08de4.tar.bz2
issue #6733 invalid cite anchor id when using crossref
The crossreference possibility was not properly taken into account in bibtex conversion for other formats than LaTeX. - doxygen.bst: use correct labels (i.e. add 'CITEREF_' in case of crossreferences to the giver name) - cite.cpp: add the crossreferences to the citation dictionary (to overcome warning message). - extending test 012
Diffstat (limited to 'testing/012_cite.dox')
-rw-r--r--testing/012_cite.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/012_cite.dox b/testing/012_cite.dox
index 94be5e7..4b5e40d 100644
--- a/testing/012_cite.dox
+++ b/testing/012_cite.dox
@@ -4,4 +4,6 @@
// config: CITE_BIB_FILES = $INPUTDIR/sample.bib
/** \mainpage
* See \cite knuth79 for more info.
+ *
+ * Oter references with crosreference see \cite Be09 and \cite BertholdHeinzVigerske2009 for more info.
*/