Changeset 2d9a25 in git
- Timestamp:
- May 6, 2005, 5:51:14 PM (18 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- dd3da434bbe41ef954b8fa6d42afe3dbd2593975
- Parents:
- 0eb1737da689f9ef8cc69629e5c894c9c30a4000
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/pl2doc.pl
r0eb173 r2d9a25 1 1 #!/usr/local/bin/perl 2 # $Id: pl2doc.pl,v 1.2 1 2002-07-03 14:46:30Singular Exp $2 # $Id: pl2doc.pl,v 1.22 2005-05-06 15:51:14 Singular Exp $ 3 3 ################################################################### 4 4 # Computer Algebra System SINGULAR … … 458 458 { 459 459 print $FH "\@item \@code{$proc($procargs)} "; 460 print $FH "\n\@cindex $proc\n$_"; 460 print $FH "\n\@cindex $proc\n"; 461 print $FH "\@anchor{$proc}\n$_"; 461 462 } 462 463 }
Note: See TracChangeset
for help on using the changeset viewer.