/tags/jsdoc_toolkit-1.4.0/test/data/obliterals.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 18 lines · 12 code · 2 blank · 4 comment · 0 complexity · 7587485c2495224a009e9cef5f258a7c MD5 · raw file

  1. // nested object literals
  2. /** A document. */
  3. var Document = {
  4. Author: {
  5. /** The author's email address. */
  6. Email: {
  7. },
  8. Name: {
  9. /** Lastname. */
  10. surname: {
  11. }
  12. }
  13. },
  14. PubDate: {
  15. }
  16. }