blitz-foundation / monkey2

zlib License
3 stars 0 forks source link

some head #rem monkey docs are not visible in docs #39

Open Pharmhaus-2 opened 5 years ago

Pharmhaus-2 commented 5 years ago

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

Pharmhaus-2 commented 5 years ago

@abakobo Where exactly do I need to look to verify whether or not this has been fixed?

abakobo commented 5 years ago

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.

Pharmhaus-2 commented 5 years ago

@abakobo Adding it to the bug queue