JSDOC/ScopeNamer.js
[app.jsdoc] / README.txt
index 57d98bd..bb01ecf 100644 (file)
@@ -10,11 +10,23 @@ Testing with RooJS:
 
 file preview is using full path?
 
-
-
-
-
-
+--------------------------------------------------
+
+Scope namer issue still:
+ - basically it's trying to guess the scope name.
+ - it's doing a so-so job of it..
+ ** It's not pretty though...
+ Classic example:
+    Date.monthNames = {
+       Jan : ....
+    }
+
+This could be an object.. so it get's put in the tree as available to document.
+  We could solve this in a number of ways
+    a) a tag on the code to indicate that it's not to be documented..
+    b) ?? how else ?? - we can not determine it simply..