/branches/version1.x/examples/data/overview.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 45 lines · 2 code · 2 blank · 41 comment · 0 complexity · c974b00f504f54dfa33bd1e54b204291 MD5 · raw file
- /**
- * @fileOverview A collection of functions for records.
- * @name Record Keeper
- */
-
- /**
- * Gets the current record.
- */
- function getRecord(){
- }
- /*
- [
- {
- symbols: [
- {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FUNCTION",
- desc: "Gets the current record.",
- alias: "getRecord",
- memberof: "",
- params: [],
- methods: [],
- name: "getRecord"
- }
- ],
- overview: {
- doc: { tags: [] },
- returns: [],
- type: "",
- properties: [],
- isa: "FILE",
- desc: "A collection of functions for records.",
- alias: "examples/data/overview.js",
- memberof: "",
- params: [],
- methods: [],
- name: "Record Keeper"
- }
- }
- ]
- */