The R Project SVN R

Rev

Rev 6351 | Rev 6994 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6351 Rev 6460
Line 824... Line 824...
824
    print nroffout ".tl '", $blocks{"name"},
824
    print nroffout ".tl '", $blocks{"name"},
825
          "($pkgname)''R Documentation'\n\n" if $pkgname;
825
          "($pkgname)''R Documentation'\n\n" if $pkgname;
826
    print nroffout ".SH\n";
826
    print nroffout ".SH\n";
827
    print nroffout $blocks{"title"}, "\n";
827
    print nroffout $blocks{"title"}, "\n";
828
    nroff_print_block("description", "Description");
828
    nroff_print_block("description", "Description");
829
    nroff_print_codeblock("usage", "");
829
    nroff_print_codeblock("usage", "Usage");
830
    nroff_print_argblock("arguments", "Arguments");
830
    nroff_print_argblock("arguments", "Arguments");
831
    nroff_print_block("format", "Format");
831
    nroff_print_block("format", "Format");
832
    nroff_print_block("details", "Details");
832
    nroff_print_block("details", "Details");
833
    nroff_print_argblock("value", "Value");
833
    nroff_print_argblock("value", "Value");
834
 
834
 
Line 1298... Line 1298...
1298
	    foreach (@aliases) {
1298
	    foreach (@aliases) {
1299
		print Exout "\t## alias\t help($_)\n";
1299
		print Exout "\t## alias\t help($_)\n";
1300
	    }
1300
	    }
1301
	    print Exout "\n";
1301
	    print Exout "\n";
1302
	}
1302
	}
1303
	
1303
 
1304
	ex_print_exampleblock("examples", "Examples");
1304
	ex_print_exampleblock("examples", "Examples");
1305
	
1305
 
1306
	if(@keywords) {
1306
	if(@keywords) {
1307
	    print Exout "## Keywords: ";
1307
	    print Exout "## Keywords: ";
1308
	    &print_vec(Exout, 'keywords');
1308
	    &print_vec(Exout, 'keywords');
1309
	}
1309
	}
1310
	print Exout "\n\n";
1310
	print Exout "\n\n";