HACKING.rst
changeset 249 5ad075a475f2
parent 247 ba56b6c0877b
child 252 7aac5f9dcf06
equal deleted inserted replaced
248:a94915e43ca1 249:5ad075a475f2
    68 Comment syntax convention.
    68 Comment syntax convention.
    69 ==========================
    69 ==========================
    70 
    70 
    71 As 'dictd -c5' format does not support comment syntax we filter out all
    71 As 'dictd -c5' format does not support comment syntax we filter out all
    72 lines that start with '#'.
    72 lines that start with '#'.
       
    73 
       
    74 TODO convention.
       
    75 ================
       
    76 
       
    77 Entries or parts of text that was not completed marked by keywords:
       
    78 
       
    79   TODO
       
    80                 incomplete
       
    81   XXX
       
    82                 urgent incomplete
       
    83 
       
    84 Makefile rules ``todo`` find this occurrence in sources::
       
    85 
       
    86   $ make todo
    73 
    87 
    74 World wide dictionary formats and standards.
    88 World wide dictionary formats and standards.
    75 ============================================
    89 ============================================
    76 
    90 
    77   http://en.wikipedia.org/wiki/Dictionary_writing_system
    91   http://en.wikipedia.org/wiki/Dictionary_writing_system