CYBRToken/solidoc

In solidoc\helpers\documentation-helper.js: contents has no function split()

Opened this issue · 1 comments

The structure of contents changed, now the contents are in contents['text'] instead of contents

difff:

--- contents = contents['text'] || "";
+++ if (contents == undefined)
+++ contents = "";
+++ else
+++ contents = contents['text'] || "";

We have fixed the issue here. You can use solidoc2.

https://github.com/neptune-mutual/solidoc2