root/library/doc/toolbox_doc/get_class_hierarchy.sh @ 987

Revision 987, 109 bytes (checked in by miro, 14 years ago)

tools for automatic extraction of toolbox_doc out of doxygen doc

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3cat hierarchy.html | html2text | sed -n '/\[.\]/p' | sed 's/\[.\]/  /g' > mt__class_hierarchy.txt
Note: See TracBrowser for help on using the browser.