diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-10-31 23:18:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-31 23:18:32 +0100 |
commit | 1dd742777a427c9b96c34d87c218bd3ec30a0224 (patch) | |
tree | d850e5852f0b75713ba2452bc112e015a0766740 /core | |
parent | 1aef3a42b234b86c5db21d5a64509453e6bf145c (diff) | |
parent | 6772ebcea00df6d01be5b333e7b5a5fff1c7a27a (diff) |
Merge pull request #53452 from aaronfranke/who-let-the-docs-out
Diffstat (limited to 'core')
-rw-r--r-- | core/doc_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/doc_data.h b/core/doc_data.h index 19dec71927..c75cdfcde5 100644 --- a/core/doc_data.h +++ b/core/doc_data.h @@ -140,7 +140,9 @@ public: String brief_description; String description; Vector<TutorialDoc> tutorials; + Vector<MethodDoc> constructors; Vector<MethodDoc> methods; + Vector<MethodDoc> operators; Vector<MethodDoc> signals; Vector<ConstantDoc> constants; Map<String, String> enums; |