IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2541


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

add conformance, misc corrections

File:
1 edited

Legend:

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

    r2540 r2541  
    1 %%% $Id: perlCodeConventions.tex,v 1.40 2004-11-30 22:30:49 jhoblitt Exp $
     1%%% $Id: perlCodeConventions.tex,v 1.41 2004-11-30 22:42:30 jhoblitt Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    8585This document is intended to be relevant to Perl 5.8.0 or later.
    8686
     87\subsection{Conformance}
     88
     89If any of the conventions estiblished in this document conflict with source
     90code that has been formated by \code{perltidy} (see \S\ref{perltidy}), the
     91formatting as output by \code{perltidy} will be considered to be in compliance
     92with the Perl Code Standards.
     93
    8794\subsection{To whom should I Complain?}
    8895
    89 While Robert didn't actually write this document he would enjoy receiving any
    90 complaints it may generate.
     96While Robert Lupton didn't actually write this document he would enjoy
     97receiving any complaints or comments it may generate.
    9198
    9299\code{<rhl@astro.princeton.edu>}.
     
    443450\end{verbatim}
    444451
    445 \emph{\code{perltidy} is incapable of formatting trailing comments in this
    446 style.  It will force trailing comments to be 4 spaces to the right of the last
    447 character in any statement on the line.  However, it will add additional spaces
    448 to cause trailing comments in adjoining lines to be vertically aligned.  Until
    449 such time as \code{perltidy} can following this convention or a replacement
    450 tool is located, code as formatted by \code{perltidy} will be considered
    451 acceptable.}
     452\emph{\code{perltidy}(\S\ref{perltidy}) is incapable of formatting trailing
     453comments in this style.  It will force trailing comments to be 4 spaces to the
     454right of the last character in any statement on the line.  However, it will add
     455additional spaces to cause trailing comments in adjoining lines to be
     456vertically aligned.  Until such time as \code{perltidy} can following this
     457convention or a replacement tool is located, code as formatted by
     458\code{perltidy} will be considered acceptable.}
    452459
    453460\subsection{API Comments}
Note: See TracChangeset for help on using the changeset viewer.