Support rst tables in tool help texts
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 27 May 2015 09:41:13 +0000 (12:41 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 4 Jun 2015 03:32:05 +0000 (05:32 +0200)
commit54e67f2eb143108a860acc34a41e52cfc138dad5
tree577b9848bf9d761216d18f5c846fd67a802915c5
parent99a1e1f7ada3e6718875e39eb789f24172b880ae
Support rst tables in tool help texts

Make it possible to use reStructuredTables in the help texts for tools,
and replace some [BR] tags in gmx energy help with a proper table.  The
formatting in the HTML help is greatly improved.

Change-Id: Ib25f7366d3196ba10fbc6cbcd09a0edd8dd3daf5
src/gromacs/gmxana/gmx_energy.c
src/gromacs/onlinehelp/helpwritercontext.cpp
src/gromacs/onlinehelp/tests/helpwritercontext.cpp
src/gromacs/onlinehelp/tests/refdata/HelpWriterContextTest_FormatsGridTable.xml [new file with mode: 0644]
src/gromacs/onlinehelp/tests/refdata/HelpWriterContextTest_FormatsSimpleTable.xml [new file with mode: 0644]