summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-20 10:11:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-20 10:11:01 +0200
commit07eb1add3c500ca4c53d499340bf5d524e288b39 (patch)
treedd22e27434b3bb5c787b1682e9849e5ea32b1f2e /cli/options.ixx
parentd12531b8c82d7c728df660f9268df993079ba261 (diff)
Rename --*logue options to --*logue-file
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx20
1 files changed, 10 insertions, 10 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 1b56750..e095b95 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -14,8 +14,8 @@ namespace cli
// exception
//
- inline std::ostream&
- operator<< (std::ostream& os, const exception& e)
+ inline ::std::ostream&
+ operator<< (::std::ostream& os, const exception& e)
{
e.print (os);
return os;
@@ -311,27 +311,27 @@ generate_html () const
}
inline const std::string& options::
-man_prologue () const
+man_prologue_file () const
{
- return this->man_prologue_;
+ return this->man_prologue_file_;
}
inline const std::string& options::
-man_epilogue () const
+man_epilogue_file () const
{
- return this->man_epilogue_;
+ return this->man_epilogue_file_;
}
inline const std::string& options::
-html_prologue () const
+html_prologue_file () const
{
- return this->html_prologue_;
+ return this->html_prologue_file_;
}
inline const std::string& options::
-html_epilogue () const
+html_epilogue_file () const
{
- return this->html_epilogue_;
+ return this->html_epilogue_file_;
}
inline const std::vector<std::string>& options::