Added options to make Robodoc more customizable.
[robodoc.git] / TODO
1
2 o Internationilization
3
4 o Implement User defined headers markers.   -- DONE
5
6 o Implement Scripting interface with Lua.
7
8 o Document Scripting interface.
9
10 o Move parsing of items from generator.c to analyser.c.   --   DONE 
11
12 o Navigation links in the html documentation.     -- DONE
13
14 o Document 'accept files:'
15
16 o Fix memory leaks.
17
18 o More user documentation and more examples.
19
20 o More documentation in the code.
21
22 o Detect conflicting options and generate error messages
23   for those.
24
25 o Implement sanity checks, for instance whether 
26   headers exists with the same name,    -- DONE
27   or whether the header name
28   occurs in the body (sourcecode) of a SOURCE item.
29
30 o Fix bugs listed on source forge.
31
32 o create test cases for the wiki text formatting with the
33   test_generator
34