IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2004, 12:31:58 PM (22 years ago)
Author:
jhoblitt
Message:

update Perl Documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/misc/perlCodeConventions.tex

    r2352 r2356  
    1 %%% $Id: perlCodeConventions.tex,v 1.9 2004-11-12 22:06:19 jhoblitt Exp $
     1%%% $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    165165# Copyright (C) 2004  Joshua Hoblitt
    166166#
    167 # $Id: perlCodeConventions.tex,v 1.9 2004-11-12 22:06:19 jhoblitt Exp $
     167# $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $
    168168
    169169use 5.008005;   # optional
     
    222222# Copyright (C) 2004  Joshua Hoblitt
    223223#
    224 # $Id: perlCodeConventions.tex,v 1.9 2004-11-12 22:06:19 jhoblitt Exp $
     224# $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $
    225225
    226226package Foo;
     
    247247\subsubsection{Perl Documentation}
    248248
    249 In most cases documentation should be included as in line Pod within a
    250 \code{.pl} file.  If a piece of stand alone documentation is required this is
    251 the general format that it should follow:
     249In most cases documentation should be included as ether in-line Pod or after
     250the \code{__END__} token in a \code{.pl} file.  The format for documentation
     251embedded in a \code{.pl} file after the \code{__END__} token or as a stand
     252alone file is as follows:
    252253
    253254\begin{verbatim}
     
    11971198%------------------------------------------------------------------------------
    11981199
    1199 \section{How to Achieve This Style with Astyle}
    1200 \label{astyle}
     1200\section{How to Achieve This Style with Perltidy}
     1201\label{perltidy}
    12011202
    12021203The purpose of a coding standard is to improve coding efficiency, not
Note: See TracChangeset for help on using the changeset viewer.