Renamed AsciiHelpWriter to CommandLineHelpWriter.
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 18 Apr 2012 15:17:18 +0000 (18:17 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Wed, 18 Apr 2012 15:21:36 +0000 (18:21 +0300)
commit8b8f4566b632794a32093eab1eb917de1d963f49
treed18e1770fbbbfa69c9b94a65aa21ba34659005a6
parent1104887cb27266e20c445e9a0e73151fd90ab0e8
Renamed AsciiHelpWriter to CommandLineHelpWriter.

Kept the changes to a minimum to avoid messing the git rename detect.
Will rename/reorganize the code a bit more in a separate commit.
Also install the files, since they are documented as being part of the
public API.

IssueID #666

Change-Id: I96cf743d9364f80624ae3424c99019ae824e1520
src/gromacs/options.h
src/gromacs/options/CMakeLists.txt
src/gromacs/options/cmdlinehelpwriter-impl.h [moved from src/gromacs/options/asciihelpwriter-impl.h with 93% similarity]
src/gromacs/options/cmdlinehelpwriter.cpp [moved from src/gromacs/options/asciihelpwriter.cpp with 92% similarity]
src/gromacs/options/cmdlinehelpwriter.h [moved from src/gromacs/options/asciihelpwriter.h with 86% similarity]
src/gromacs/trajectoryanalysis/cmdlinerunner.cpp