Changeset 993 for library/doc/toolbox_doc
- Timestamp:
- 05/26/10 18:42:53 (15 years ago)
- Location:
- library/doc/toolbox_doc
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/toolbox_doc/classnames2files.pl
r987 r993 12 12 $filename =~ s/bdm::/classbdm_1_1/; 13 13 $filename =~ s/$/.html/; 14 print " html/" . $filename;14 print "../html/" . $filename; 15 15 } 16 16 -
library/doc/toolbox_doc/filter_html.pl
r987 r993 13 13 my $class = 'bdm::egiw'; 14 14 my @to_keep = ('from_setting', 'to_setting'); 15 my $output_dir = ' out';16 my $input_dir = ' html';15 my $output_dir = '../toolbox_html'; 16 my $input_dir = '../html'; 17 17 18 18 GetOptions( -
library/doc/toolbox_doc/get_class_hierarchy.sh
r987 r993 1 1 #!/bin/sh 2 2 3 cat hierarchy.html | html2text | sed -n '/\[.\]/p' | sed 's/\[.\]/ /g' > mt__class_hierarchy.txt3 cat ../html/hierarchy.html | html2text | sed -n '/\[.\]/p' | sed 's/\[.\]/ /g' > mt__class_hierarchy.txt