diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-14 23:10:57 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-14 23:10:57 +0000 |
| commit | 42184c88b6c485097e8709be9ffb2d21f1b65263 (patch) | |
| tree | 51d5f15e84650b06b7759c8c96b720e287fcbeab | |
| parent | 7592d7c5880061b2e17f2c3fb9136b8a68f5c280 (diff) | |
Updated the todo list with new devl notes and todo for the pdf doc & makefile
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6433 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | documentation/todo_filelist_doc.txt | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/documentation/todo_filelist_doc.txt b/documentation/todo_filelist_doc.txt index d7bf0d1ab..f791b4dc8 100644 --- a/documentation/todo_filelist_doc.txt +++ b/documentation/todo_filelist_doc.txt @@ -3,16 +3,23 @@ to visit one package of files search for 'WP' WP1 -> WP11 : Widgets, Image and other classes, 7 to 8 files per WP. WP12,13 : other documentation: 10 to 11 files per WP. -Note: We must put the Doxygen comments wherever the -implementation is. So class, typedef, enum, and inline docs go in the -header. Most other stuff goes into the source. - -- TODO in next batch command: -============================== - - replace all "e; by " - - check escape chars like \\r instead of \r - [add more fixes to apply in batch here] +Developer Notes: +=============== +- We must put the Doxygen comments wherever the implementation is. +So class, typedef, enum, and inline docs go in the +header. +Most other stuff goes into the source. +- The doxygen comments syntaxs used are: +/** */ for standard comments and ///< for post decl. short comments +- We use \a for parameters citation in the description +- We must not use doxygen tags between a \htmlonly \endhmltonly pair of tags +TODO in pdf gen: +================ + - Fix the batchmode not currently working + - Fix the 2 pages garbage at the beginning + - Improve pdf + - Improve Makefile - In Progress Work List (add your WP and name here): ALL DONE ==================================================== |
