This commit is contained in:
Mikhail Lobotskiy
2024-09-13 16:08:42 +04:00
parent 7f7e89babf
commit 312a95d9e1
5 changed files with 32 additions and 0 deletions

View File

@ -204,6 +204,11 @@ namespace NSDoctRenderer
* Creates an array. This method returns the current context and calls its CreateArray method.
*/
static CDocBuilderValue CreateArray(const int& length);
/**
* Please use CDocBuilderContext::CreateObject
* Creates an object. This method returns the current context and calls its CreateObject method.
*/
static CDocBuilderValue CreateObject();
public:
/**