Changeset 1650
- Timestamp:
- Aug 27, 2004, 1:45:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/codeConventions.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/codeConventions.tex
r514 r1650 1 %%% $Id: codeConventions.tex,v 1.1 5 2004-04-23 21:57:43 eugene Exp $1 %%% $Id: codeConventions.tex,v 1.16 2004-08-27 23:45:05 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 971 971 confuse this use of \code{static} with its usage to make 972 972 auto-variables within a function persistent. 973 974 A 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 976 scope. The distinction is that \code{p_ps} names are not part of the 977 documented APIs, but need to be exposed for some reason. 973 978 974 979 \subsection{Constants}
Note:
See TracChangeset
for help on using the changeset viewer.
