Changeset c3f5b9 in git


Ignore:
Timestamp:
Aug 19, 1999, 5:23:22 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
87ff23280243ea2559748719927dea1925a51139
Parents:
a5dd163471f46690a9e0f4256a6e46bac537966c
Message:
* help without example in procs


git-svn-id: file:///usr/local/Singular/svn/trunk@3510 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/pl2doc.pl

    ra5dd163 rc3f5b9  
    11#!/usr/local/bin/perl
    2 # $Id: pl2doc.pl,v 1.8 1999-08-03 16:35:37 obachman Exp $
     2# $Id: pl2doc.pl,v 1.9 1999-08-19 15:23:22 obachman Exp $
    33###################################################################
    44#  Computer Algebra System SINGULAR
     
    104104    }
    105105    # print example
    106     if ($ex = &CleanUpExample($lib, $example{$procs[$i]}))
     106    if ($example{$procs[$i]} &&
     107        ($ex = &CleanUpExample($lib, $example{$procs[$i]})))
    107108    {
    108109      print LDOC "\@strong{Example:}\n";
     
    480481  }
    481482  $example = $mexample;
    482  
     483  $example = undef unless $example =~ /\w/;
    483484  # prepend LIB command
    484485  $example = "LIB \"$lib.lib\";\n".$example
Note: See TracChangeset for help on using the changeset viewer.