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
|