implemented appendPage
This commit is contained in:
parent
36e73ecb0d
commit
12ce38327f
4 changed files with 18 additions and 0 deletions
|
@ -29,6 +29,8 @@ class DokuWiki
|
|||
void putPage(const std::string &pageName, const std::string &content);
|
||||
void addPage(const std::string &pageName, const std::string &content);
|
||||
|
||||
void appendToPage(const std::string &pageName, const std::string &content);
|
||||
|
||||
private:
|
||||
class impl;
|
||||
std::unique_ptr<impl> pimpl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue