diff options
author | albert-github <albert.tests@gmail.com> | 2019-01-04 14:53:53 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-01-04 14:53:53 (GMT) |
commit | 6296ca32abf74dff4883b2f476ee311c2cd0324f (patch) | |
tree | cd9be7f9c6f56191f026aa9328abcc372d45d3db | |
parent | f3e0d5b9dabaf9fa2e05469cd42836477de08de4 (diff) | |
download | Doxygen-6296ca32abf74dff4883b2f476ee311c2cd0324f.zip Doxygen-6296ca32abf74dff4883b2f476ee311c2cd0324f.tar.gz Doxygen-6296ca32abf74dff4883b2f476ee311c2cd0324f.tar.bz2 |
issue #6733 invalid cite anchor id when using crossref
Also test 050 was hit by the change of samlpe.bib
-rwxr-xr-x[-rw-r--r--] | testing/050/indexpage.xml | 65 |
1 files changed, 45 insertions, 20 deletions
diff --git a/testing/050/indexpage.xml b/testing/050/indexpage.xml index 2f183fe..bbaacf4 100644..100755 --- a/testing/050/indexpage.xml +++ b/testing/050/indexpage.xml @@ -1,20 +1,45 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version=""> - <compounddef id="indexpage" kind="page"> - <compoundname>index</compoundname> - <title>My Project</title> - <briefdescription> - </briefdescription> - <detaileddescription> - <para>Some normal text. <verbatim>A verbatim section with a /* C comment */ in it -</verbatim> Showing a file as verbatim <verbatim>@book{knuth79, - author = "Donald E. Knuth", - title = "Tex and Metafont, New Directions in Typesetting", - year = "1979", - publisher = "American Mathematical Society and Digital Press", - address = "Stanford" -} -</verbatim> More text after the verbatim section. </para> - </detaileddescription> - </compounddef> -</doxygen> +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
+ <compounddef id="indexpage" kind="page">
+ <compoundname>index</compoundname>
+ <title>My Project</title>
+ <briefdescription>
+ </briefdescription>
+ <detaileddescription>
+ <para>Some normal text. <verbatim>A verbatim section with a /* C comment */ in it
+</verbatim> Showing a file as verbatim <verbatim>@book{knuth79,
+ author = "Donald E. Knuth",
+ title = "Tex and Metafont, New Directions in Typesetting",
+ year = "1979",
+ publisher = "American Mathematical Society and Digital Press",
+ address = "Stanford"
+}
+@InCollection{ BertholdHeinzVigerske2009,
+ author = {T. Berthold and S. Heinz and S. Vigerske},
+ title = {Extending a {CIP} framework to solve {MIQCP}s},
+ crossref = {LeLe12},
+ pages = {427--444},
+ url = {http://doi.org/10.1007/978-1-4614-1927-3_15}
+}
+@Book{ LeLe12,
+ title = {Mixed Integer Nonlinear Programming},
+ booktitle = {Mixed Integer Nonlinear Programming},
+ publisher = {Springer},
+ year = {2012},
+ editor = {Jon Lee and Sven Leyffer},
+ volume = {154},
+ series = {The IMA Volumes in Mathematics and its Applications},
+ url = {http://doi.org/10.1007/978-1-4614-1927-3},
+ issn = {978-1-4614-1926-6}
+}
+@InCollection{ Be09,
+ author = {P. Belotti},
+ title = {Disjunctive cuts for non-convex {MINLP}},
+ crossref = {LeLe12},
+ pages = {117--144},
+ url = {http://doi.org/10.1007/978-1-4614-1927-3_5}
+}
+</verbatim> More text after the verbatim section. </para>
+ </detaileddescription>
+ </compounddef>
+</doxygen>
|