Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • All of these things seem to consider everything we do to be in the global namespace.
  • jGrouseDoc has a @namespace tag, but it only seems to work once i.e. the first time it is encountered, functions in that file are considered to be in that namespace, but put it again in another file, and those functions are not - they are considered to be in the global namespace.
  • JsDoc Toolkit has a @namespace tag, but it is not terribly useful. Multiple occurrences in different files are all percieved to be in the same file, and don't affect the description of the functions in that file - they're

...