Merge branch release-5-0 into release-5-1
[alexxy/gromacs.git] / src / gromacs / commandline / tests / refdata / CommandLineHelpWriterTest_HandlesMultipleSections.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <String Name="HelpText"><![CDATA[
5 SYNOPSIS
6
7 gmx [-sub1 <int>] [-sub2 <int>] [-main <int>]
8
9 DESCRIPTION
10
11 Description for main section.
12
13 Description for subsection 1.
14
15 Description for subsection 2.
16
17 Description for subsection 3.
18
19 OPTIONS
20
21 Other options:
22
23  -sub1   <int>
24            Option in subsection 1
25  -sub2   <int>
26            Option in subsection 2
27  -main   <int>
28            Option in main section
29
30 ]]></String>
31 </ReferenceData>