Skip to content

Commit

Permalink
Merge pull request #14860 from hayd/field_offsets
Browse files Browse the repository at this point in the history
Remove fieldoffsets docstring.
  • Loading branch information
tkelman committed Feb 1, 2016
2 parents db3690b + c0a5fb9 commit 2bb94d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
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

0 comments on commit 2bb94d6

Please sign in to comment.