IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1650


Ignore:
Timestamp:
Aug 27, 2004, 1:45:05 PM (22 years ago)
Author:
Paul Price
Message:

Added clarification that ps and p_ps are only for names visible at
global scope.

File:
1 edited

Legend:

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

    r514 r1650  
    1 %%% $Id: codeConventions.tex,v 1.15 2004-04-23 21:57:43 eugene Exp $
     1%%% $Id: codeConventions.tex,v 1.16 2004-08-27 23:45:05 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    971971confuse this use of \code{static} with its usage to make
    972972auto-variables within a function persistent.
     973
     974A name (whether of a variable, a function, or a type) shall start
     975\code{ps} (or \code{p_ps}) if and only if it is visible at global
     976scope.  The distinction is that \code{p_ps} names are not part of the
     977documented APIs, but need to be exposed for some reason.
    973978
    974979\subsection{Constants}
Note: See TracChangeset for help on using the changeset viewer.