summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
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::