File: TODO

package info (click to toggle)
jsjac 1.3.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 748 kB
  • sloc: javascript: 3,033; perl: 2,699; php: 927; makefile: 78
file content (46 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
TODO for JSDoc

- XML / XMI export

- Improve the --package-naming option so that there are separate namespaces
  for each package (so that you can have the same class name defined in 
  different packages)

- Fix some spacing/table issues in the navbar in the templates (use a td
  border in the stylesheet to debug)

- Introduce a more generalized system for generating the navbar

- Handle additional information (such as @see) for fields

- Uncallable methods/functions should be marked as private, or show the scope
  from which they can be called

- Dynamic handling of assignment of prototype to a temp variable (preprocessor)

- Add support for interfaces, but first this has to be better defined

- Top-level var documenting (maybe add a '@global' tag to force toplevel vars
  to be documented

- Add an FAQ, more and better documentation

- Java port (someday...)

- Make a more polished API for using other doclets, like javadoc

- Add a deprecated page, make deprecated support more like javadoc

- Add support for js files without .js extension

- Support for a time stamp

- Some of the ->{vars} are set to undef, should always be an empty map

- Add command line params --dump-tree, --dump-xml

- Add command line param --stylesheet

- Make navbar links selective so they are never broken

- Update the help doc