Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fieldoffsets docstring. #14860

Merged
merged 1 commit into from Feb 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 0 additions & 27 deletions base/docs/helpdb/Base.jl
Expand Up @@ -2065,33 +2065,6 @@ Kronecker tensor product of two vectors or two matrices.
"""
kron

"""
fieldoffsets(type)

The byte offset of each field of a type relative to the data start. For example, we could
use it in the following manner to summarize information about a struct type:

```jldoctest
julia> structinfo(T) = [zip(fieldoffsets(T),fieldnames(T),T.types)...];

julia> structinfo(StatStruct)
12-element Array{Tuple{Int64,Symbol,DataType},1}:
(0,:device,UInt64)
(8,:inode,UInt64)
(16,:mode,UInt64)
(24,:nlink,Int64)
(32,:uid,UInt64)
(40,:gid,UInt64)
(48,:rdev,UInt64)
(56,:size,Int64)
(64,:blksize,Int64)
(72,:blocks,Int64)
(80,:mtime,Float64)
(88,:ctime,Float64)
```
"""
fieldoffsets

"""
randn([rng], [dims...])

Expand Down
1 change: 0 additions & 1 deletion contrib/BBEditTextWrangler-julia.plist
Expand Up @@ -426,7 +426,6 @@
<string>fft</string>
<string>fft!</string>
<string>fftshift</string>
<string>fieldoffsets</string>
<string>filemode</string>
<string>filesize</string>
<string>fill</string>
Expand Down