Changeset 994
- Timestamp:
- 05/26/10 19:04:49 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/toolbox_doc/process_class.sh
r987 r994 3 3 CLASS=$1 4 4 5 #cat html/hierarchy.html \ 6 #| html2text \ 7 #| sed -n '/\[.\]/p' \ 8 #| sed 's/\[.\]/ /g' \ 9 cat hierarchy \ 5 cat ../html/hierarchy.html \ 6 | html2text \ 7 | tail -n +13 \ 8 | head -n -2 \ 9 | sed 's/^\( *\). /\1 /' \ 10 | sed 's/ / /g' \ 11 >tmp__hierarchy 12 13 cat tmp__hierarchy \ 10 14 | ./class_hierarchy.pl --class=$CLASS \ 11 15 | sed 's/ *\(.*\)/\1/' \