Skip to content
Snippets Groups Projects
Commit 550872b9 authored by rswindell's avatar rswindell
Browse files

dir and sub are now handled correctly using the _dont_document property.

parent db120677
No related branches found
No related tags found
No related merge requests found
......@@ -183,8 +183,7 @@ function document_properties(name, obj)
if(typeof(obj[prop])=="object"
&& prop!="socket"
&& prop!="global"
&& prop!="dir"
&& prop!="sub") {
) {
if(obj[prop].length!=undefined) {
if(typeof(obj[prop][0])=="object") { // array ?
document_object(prop_name /*+ "[]"*/,obj[prop][0], "array");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment