Skip to content

Commit

Permalink
uncomment text docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Oct 24, 2014
1 parent 03e6999 commit 6044ad4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions base/docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -276,17 +276,17 @@ end

export Text, @text_str, @text_mstr

# @doc """
# `Text(s)`: Create an object that renders `s` as plain text.
@doc """
`Text(s)`: Create an object that renders `s` as plain text.
# HTML("foo")
HTML("foo")
# You can also use a stream for large amounts of data:
You can also use a stream for large amounts of data:
# Text() do io
# println(io, "foo")
# end
# """ ->
Text() do io
println(io, "foo")
end
""" ->
type Text{T}
content::T
end
Expand Down

0 comments on commit 6044ad4

Please sign in to comment.