Skip to content

Commit d00a069

Browse files
committed
[css2] Added some comments.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40797
1 parent 430e55d commit d00a069

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

css2/bin/Attic/mkchain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/local/bin/perl
22
#
3-
# Insert Next, ToC & Prev links.
3+
# Insert Next, ToC, Prev, and other links.
44
#
55
# The given configuration file contains ordering and
6-
# numbering information:
6+
# numbering information
77
#
88
# Bert Bos <bert@w3.org>
9-
# $Id: mkchain,v 1.2 1998-02-02 19:06:19 bbos Exp $
9+
# $Id: mkchain,v 2.0 1998-02-02 19:19:08 bbos Exp $
1010

1111
use Getopt::Std;
1212
use lib 'bin';

css2/bin/Attic/utils.pm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# -*-perl-*-
1+
# A few common routines -*-perl-*-
2+
#
3+
# Bert Bos <bert@w3.org>
4+
# $Id: utils.pm,v 2.0 1998-02-02 19:19:15 bbos Exp $
25

36
package utils;
47
require Exporter;
@@ -7,10 +10,9 @@ require Exporter;
710
$styletype @chapter @resetnumber @format %lookup $chapno @relations
811
@links @tonavbar $src_ext);
912

10-
# @EXPORT_OK = qw();
13+
# @EXPORT_OK = qw(parsewords);
1114

1215

13-
# use Text::ParseWords;
1416

1517
$contents = ''; # File containing ToC
1618
$stylesheet = ''; # URL of style sheet

css2/bin/mkchain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/local/bin/perl
22
#
3-
# Insert Next, ToC & Prev links.
3+
# Insert Next, ToC, Prev, and other links.
44
#
55
# The given configuration file contains ordering and
6-
# numbering information:
6+
# numbering information
77
#
88
# Bert Bos <bert@w3.org>
9-
# $Id: mkchain,v 1.2 1998-02-02 19:06:19 bbos Exp $
9+
# $Id: mkchain,v 2.0 1998-02-02 19:19:08 bbos Exp $
1010

1111
use Getopt::Std;
1212
use lib 'bin';

css2/bin/utils.pm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# -*-perl-*-
1+
# A few common routines -*-perl-*-
2+
#
3+
# Bert Bos <bert@w3.org>
4+
# $Id: utils.pm,v 2.0 1998-02-02 19:19:15 bbos Exp $
25

36
package utils;
47
require Exporter;
@@ -7,10 +10,9 @@ require Exporter;
710
$styletype @chapter @resetnumber @format %lookup $chapno @relations
811
@links @tonavbar $src_ext);
912

10-
# @EXPORT_OK = qw();
13+
# @EXPORT_OK = qw(parsewords);
1114

1215

13-
# use Text::ParseWords;
1416

1517
$contents = ''; # File containing ToC
1618
$stylesheet = ''; # URL of style sheet

0 commit comments

Comments
 (0)