summaryrefslogtreecommitdiff
path: root/include/codemaker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 18:00:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:24 +0100
commit2b385f20e7ddefd37f4ad6080b869c2120e67435 (patch)
tree8d5fe25c38072afd58d631c231294394714abf24 /include/codemaker
parenta10b95bcc97896f7f8d8643593a5d759f41ac82d (diff)
New loplugin:dynexcspec: Add @throws documentation, codemaker
Change-Id: I94a9f72fc81439fc97c884009447d353c6c6a517
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/options.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/codemaker/options.hxx b/include/codemaker/options.hxx
index 5a0f0dba3d70..019f09803b5e 100644
--- a/include/codemaker/options.hxx
+++ b/include/codemaker/options.hxx
@@ -45,6 +45,7 @@ public:
Options();
virtual ~Options();
+ /// @throws IllegalArgument
virtual bool initOptions(int ac, char* av[], bool bCmdFile=false)
throw( IllegalArgument ) = 0;
@@ -52,6 +53,7 @@ public:
const ::rtl::OString& getProgramName() const { return m_program;}
bool isValid(const ::rtl::OString& option) const;
+ /// @throws IllegalArgument
const OString& getOption(const ::rtl::OString& option) const
throw( IllegalArgument );