Replace more [BR] with rst bullet lists
authorTeemu Murtola <teemu.murtola@gmail.com>
Tue, 10 Feb 2015 18:48:15 +0000 (20:48 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 13 Feb 2015 16:09:14 +0000 (17:09 +0100)
commite4217b9706b47748090a300589ae23c71a857938
tree890dc2ea09895b75d414727b5748af19fbc349af
parent17ab61aa47957979eb16392be77bd336d82f0adc
Replace more [BR] with rst bullet lists

Make the console output format rst-style bullet lists nicely, and use
these instead of [BR] tags to create proper bullet lists in program help
texts.  The produced output looks much nicer in all the output formats
(including the console) compared to what it was before any rst changes.

Now the number of [BR] tags remaining is relatively low, and can fixed
at some later time.

Change-Id: I8d74f1a8f3a338202ab901d28f608a8c25794f19
15 files changed:
src/gromacs/gmxana/gmx_bar.c
src/gromacs/gmxana/gmx_chi.c
src/gromacs/gmxana/gmx_cluster.c
src/gromacs/gmxana/gmx_dielectric.c
src/gromacs/gmxana/gmx_eneconv.c
src/gromacs/gmxana/gmx_hbond.c
src/gromacs/gmxana/gmx_helix.c
src/gromacs/gmxana/gmx_make_edi.c
src/gromacs/gmxana/gmx_sorient.c
src/gromacs/gmxana/gmx_trjconv.c
src/gromacs/gmxana/gmx_wham.cpp
src/gromacs/onlinehelp/helpwritercontext.cpp
src/gromacs/onlinehelp/tests/helpwritercontext.cpp
src/gromacs/onlinehelp/tests/refdata/HelpWriterContextTest_FormatsBulletList.xml [new file with mode: 0644]
src/gromacs/selection/selhelp.cpp