The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 88908
Line 95... Line 95...
95
 
95
 
96
}
96
}
97
\section{Writing Documentation for Methods}{
97
\section{Writing Documentation for Methods}{
98
The on-line documentation for methods and classes uses some extensions
98
The on-line documentation for methods and classes uses some extensions
99
to the R documentation format to implement the requests for class and
99
to the R documentation format to implement the requests for class and
100
method documentation described above.  See the document \emph{Writing
100
method documentation described above.  See Section
-
 
101
\manual{R-exts}{Documenting S4 classes and methods}
101
  R Extensions} for the available markup commands (you should
102
for the available markup commands (you should
102
have consulted this document already if you are at the stage of
103
have consulted this document already if you are at the stage of
103
documenting your software).
104
documenting your software).
104
 
105
 
105
In addition to the specific markup commands to be described, you can
106
In addition to the specific markup commands to be described, you can
106
create an initial, overall file with a skeleton of documentation for
107
create an initial, overall file with a skeleton of documentation for