Changeset 135
- Timestamp:
- Mar 2, 2004, 12:46:38 PM (22 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
-
draft/utils.tex (modified) (2 diffs)
-
misc/codeConventions.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/draft/utils.tex
r130 r135 634 634 write to \code{stderr} and \code{stdout} respectively. 635 635 636 \section{The Pan-STARRS \ code{psDlist} doubly-linked list type}636 \section{The Pan-STARRS \texttt{psDlist} doubly-linked list type} 637 637 \hlabel{psDlist} 638 638 … … 810 810 \end{verbatim} 811 811 812 \subsubsection{Arrays of \ code{void *}}812 \subsubsection{Arrays of \texttt{void *}} 813 813 \hlabel{secArrayVoidPtr} 814 814 -
trunk/doc/misc/codeConventions.tex
r131 r135 1166 1166 so all code should be written to explicitly handle aliasing}. 1167 1167 1168 \subsection{ \code{struct}s and \code{typedef}s}1168 \subsection{structs and typedefs} 1169 1169 1170 1170 All structs should be defined as \code{typedef}s.
Note:
See TracChangeset
for help on using the changeset viewer.
