Open Pharmhaus-2 opened 5 years ago
@abakobo Where exactly do I need to look to verify whether or not this has been fixed?
Looking at the docs made with latest dev it seems this is still not visible. (std.json docs) I suspect there is a lot of head subnamespace docs that are not treated by makedocs.
@abakobo Adding it to the bug queue
Original Author: abakobo
for example the head docs for json are not in the final docs
this part:
rem monkeydoc
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
To load a json object from a file, use the [[JsonObject.Load]] function.
To convert a string to a json object, use the [[JsonObject.Parse]] function.
To convert a json object to a string, use the [[JsonObject.ToString]] method.
You can inspect the members of a json object using methods such as [[JsonObject.GetString]], [[JsonObject.GetNumber]] etc.
You can modify the members of a json object using methods such as [[JsonObject.SetString]], [[JsonObject.SetNumber]] etc.
end