/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
- // nested object literals
- /** A document. */
- var Document = {
- Author: {
- /** The author's email address. */
- Email: {
- },
- Name: {
- /** Lastname. */
- surname: {
- }
- }
- },
- PubDate: {
-
- }
- }