1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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"
}
@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>
|