Skip to content
mpictor edited this page Sep 17, 2011 · 7 revisions
  • fix warnings in generated code
  • convert good comments to doxygen-style comments (i.e. add keywords)
  • add NOTE, TODO, FIXME, BUG, or WARNING to important comments (easy to search for, and highlighted by some editors)
  • remove code disabled by #ifdef 0 or in comments
  • validate express schemas and part 21 files using bnfparser2
  • remove macros when it makes sense to do so
  • remove unused code - O3DB, IDL, etc
  • tools/scripts to aid in examining express schemas
  • update data probe - either
  • replace interviews with Qt, or
  • rewrite in python