bitbake/bin/bitdoc:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 6 Jun 2005 23:04:19 +0000 (23:04 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 6 Jun 2005 23:04:19 +0000 (23:04 +0000)
commitdb872e763490b9cbc2f22bcee37b0d657ae7624c
tree4f860a323eb1ebfca0e1cec91172a1bb068ffa65
parentbc306889aac8944d0e8ac718ecc8b93cf6e114c6
bitbake/bin/bitdoc:
     -Small utility to generate a Hyper Linked online version
     out of documentation.conf.
     An example can be found here:http://handhelds.org/~zecke/oe_html/

     TODO:
      -Beautify the HTML output (shameless rip off from gtkdoc)
      -Sort the keys
      -Fix and extend OpenEmbedded's documentation.conf to follow the
       simple ruleset
     KEY[doc] = "This is the description. It can go on \
     @see MOO_RELATED, FOO_DOO, GRUFT, BLUR, TOCOTRONIC @group rock, POP \
     NewWave"

     It will extract the description, related keys (everything after @see
     separated by ',') and the groups this key is in. This simple rules
     should and could bring us forward.
bin/bitdoc [new file with mode: 0755]