Changeset 2541
- Timestamp:
- Nov 30, 2004, 12:42:30 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/perlCodeConventions.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/perlCodeConventions.tex
r2540 r2541 1 %%% $Id: perlCodeConventions.tex,v 1.4 0 2004-11-30 22:30:49jhoblitt Exp $1 %%% $Id: perlCodeConventions.tex,v 1.41 2004-11-30 22:42:30 jhoblitt Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 85 85 This document is intended to be relevant to Perl 5.8.0 or later. 86 86 87 \subsection{Conformance} 88 89 If any of the conventions estiblished in this document conflict with source 90 code that has been formated by \code{perltidy} (see \S\ref{perltidy}), the 91 formatting as output by \code{perltidy} will be considered to be in compliance 92 with the Perl Code Standards. 93 87 94 \subsection{To whom should I Complain?} 88 95 89 While Robert didn't actually write this document he would enjoy receiving any90 complaints it may generate.96 While Robert Lupton didn't actually write this document he would enjoy 97 receiving any complaints or comments it may generate. 91 98 92 99 \code{<rhl@astro.princeton.edu>}. … … 443 450 \end{verbatim} 444 451 445 \emph{\code{perltidy} is incapable of formatting trailing comments in this446 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 453 comments in this style. It will force trailing comments to be 4 spaces to the 454 right of the last character in any statement on the line. However, it will add 455 additional spaces to cause trailing comments in adjoining lines to be 456 vertically aligned. Until such time as \code{perltidy} can following this 457 convention or a replacement tool is located, code as formatted by 458 \code{perltidy} will be considered acceptable.} 452 459 453 460 \subsection{API Comments}
Note:
See TracChangeset
for help on using the changeset viewer.
