diff options
author | Geequlim <geequlim@gmail.com> | 2016-12-16 19:12:22 +0800 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-03-04 17:20:36 +0100 |
commit | 886f646cbacdbf0fe87cdda4ddb145dc72919194 (patch) | |
tree | d105e91828dfafa263c4ae4615f29689a132daad /tools/editor/doc/doc_data.h | |
parent | 81a393a2b445c78f4f1bfc21a9e8cc2784ca39c9 (diff) |
Implements modules documents
Editor can generate documents for modules in thier own xml files
Diffstat (limited to 'tools/editor/doc/doc_data.h')
-rw-r--r-- | tools/editor/doc/doc_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/doc/doc_data.h b/tools/editor/doc/doc_data.h index fead1da510..7601013979 100644 --- a/tools/editor/doc/doc_data.h +++ b/tools/editor/doc/doc_data.h @@ -98,6 +98,7 @@ public: public: void merge_from(const DocData& p_data); + void remove_from(const DocData& p_data); void generate(bool p_basic_types=false); Error load(const String& p_path); Error save(const String& p_path); |