Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b208f12

Browse files
committed
Added index entry.
1 parent 8214334 commit b208f12

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/lib/libzlib.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ \section{Built-in Module \module{zlib}}
5151
\begin{funcdesc}{crc32}{string\optional{, value}}
5252
Computes a CRC (Cyclic Redundancy Check)%
5353
\index{Cyclic Redundancy Check}
54+
\index{checksum!Cyclic Redundancy Check}
5455
checksum of \var{string}. If
5556
\var{value} is present, it is used as the starting value of the
5657
checksum; otherwise, a fixed default value is used. This allows

Doc/libzlib.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ \section{Built-in Module \module{zlib}}
5151
\begin{funcdesc}{crc32}{string\optional{, value}}
5252
Computes a CRC (Cyclic Redundancy Check)%
5353
\index{Cyclic Redundancy Check}
54+
\index{checksum!Cyclic Redundancy Check}
5455
checksum of \var{string}. If
5556
\var{value} is present, it is used as the starting value of the
5657
checksum; otherwise, a fixed default value is used. This allows

0 commit comments

Comments
 (0)