Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed May 8, 2014
1 parent 2d4b5f1 commit 582aed2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion R/calendar.R
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,12 @@ new_defaults <- function(value=list()) {
#' without providing a \code{Calendar} instance as a parameter.
#'
#' @format a \code{list} with \code{get} and \code{set} functions attached
#' @usage
#' \preformatted{
#' bizdays.options$set(key=value)
#' bizdays.options$get("key")
#' }
#' @usage
#' bizdays.options
#' @export
#' @examples
#' cal <- Calendar(name="Weekdays")
Expand Down
7 changes: 5 additions & 2 deletions man/bizdays.options.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
\name{bizdays.options}
\alias{bizdays.options}
\title{bizdays' options}
\format{a \code{list} with \code{get} and \code{set} functions attached}
\usage{
\format{a \code{list} with \code{get} and \code{set} functions attached
\preformatted{
bizdays.options$set(key=value)
bizdays.options$get("key")
}}
\usage{
bizdays.options
}
\description{
\code{bizdays.options} defines the default calendar to be
Expand Down

0 comments on commit 582aed2

Please sign in to comment.