File: TODO

package info (click to toggle)
kdoc 2.0a53-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 444 kB
  • ctags: 279
  • sloc: perl: 5,711; sh: 190; makefile: 139; cpp: 54
file content (69 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download | duplicates (3)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Bugs
----

compound typedefs
functions
	operators are not properly quoted
	operators not always correctly parsed

Preprocessor screws up line numbers.

check "@params ... */"
check namespaces

General
-------
Running kdoc in-place

parser
------
documentation in source
CODE etc
templates
Q_PROPERTY
Unknown classes don't have Refs.
Public/Private seem to get mixed up...

IDL specific: 
	parse "raises"

Doc specific
------------
	pre should be allowed inline.
	exceptions:
		@exception <exception>	Reason
		exception is a class

Ast
---
Allow cross-referencing between languages. I don't know how to do this,
other than by reading every language into the same syntax tree.

postprocessor
------------
referenced text use namespaces
	searchspaces:
		upward-searching (this and parents)
		enclosed (namespaces)

DocBook
-------
Don't use deref, we need a textref function instead.
	deref is for @refs etc.
visibility and flags in member docs.
Globals.
group indices.
Index.

HTML
----
group indices.
cross-referenced headers?
CSS support

Libs
----

Other
-----
lxr