Changeset 1043 for applications/bdmtoolbox
- Timestamp:
- 06/04/10 17:30:56 (15 years ago)
- Location:
- applications/bdmtoolbox/doc/from_bdm
- Files:
-
- 2 added
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/doc/from_bdm/classnames2files.pl
r993 r1043 12 12 $filename =~ s/bdm::/classbdm_1_1/; 13 13 $filename =~ s/$/.html/; 14 print "../ html/" . $filename;14 print "../../../../library/doc/html/" . $filename; 15 15 } 16 16 -
applications/bdmtoolbox/doc/from_bdm/filter_annotated.pl
r1039 r1043 11 11 use UNIVERSAL 'isa'; 12 12 13 my $output_dir = '../ toolbox_html';14 my $input_dir = '../ html';13 my $output_dir = '../html/bdm_doc'; 14 my $input_dir = '../../../../library/doc/html/'; 15 15 my $filename = 'annotated.html'; 16 16 my @classes = @ARGV; -
applications/bdmtoolbox/doc/from_bdm/filter_html.pl
r993 r1043 13 13 my $class = 'bdm::egiw'; 14 14 my @to_keep = ('from_setting', 'to_setting'); 15 my $output_dir = '../ toolbox_html';16 my $input_dir = '../ html';15 my $output_dir = '../html/bdm_doc'; 16 my $input_dir = '../../../../library/doc/html/'; 17 17 18 18 GetOptions( -
applications/bdmtoolbox/doc/from_bdm/process_class.sh
r1007 r1043 3 3 CLASS=$1 4 4 5 cat ../ html/hierarchy.html \5 cat ../../../../library/doc/html/hierarchy.html \ 6 6 | html2text \ 7 7 | tail -n +13 \