Changeset 2356 for trunk/doc/misc/perlCodeConventions.tex
- Timestamp:
- Nov 12, 2004, 12:31:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/perlCodeConventions.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/perlCodeConventions.tex
r2352 r2356 1 %%% $Id: perlCodeConventions.tex,v 1. 9 2004-11-12 22:06:19jhoblitt Exp $1 %%% $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 165 165 # Copyright (C) 2004 Joshua Hoblitt 166 166 # 167 # $Id: perlCodeConventions.tex,v 1. 9 2004-11-12 22:06:19jhoblitt Exp $167 # $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $ 168 168 169 169 use 5.008005; # optional … … 222 222 # Copyright (C) 2004 Joshua Hoblitt 223 223 # 224 # $Id: perlCodeConventions.tex,v 1. 9 2004-11-12 22:06:19jhoblitt Exp $224 # $Id: perlCodeConventions.tex,v 1.10 2004-11-12 22:31:58 jhoblitt Exp $ 225 225 226 226 package Foo; … … 247 247 \subsubsection{Perl Documentation} 248 248 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: 249 In most cases documentation should be included as ether in-line Pod or after 250 the \code{__END__} token in a \code{.pl} file. The format for documentation 251 embedded in a \code{.pl} file after the \code{__END__} token or as a stand 252 alone file is as follows: 252 253 253 254 \begin{verbatim} … … 1197 1198 %------------------------------------------------------------------------------ 1198 1199 1199 \section{How to Achieve This Style with Astyle}1200 \label{ astyle}1200 \section{How to Achieve This Style with Perltidy} 1201 \label{perltidy} 1201 1202 1202 1203 The purpose of a coding standard is to improve coding efficiency, not
Note:
See TracChangeset
for help on using the changeset viewer.
