Skip to content

Commit

Permalink
Minor API doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoLondon committed Sep 10, 2018
1 parent 2d049a3 commit 97fe640
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/VegaLite.elm
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ module VegaLite exposing
, miBasisClosed
, miBundle
, miCardinal
, miCardinalOpen
, miCardinalClosed
, miLinear
, miMonotone
Expand Down Expand Up @@ -288,6 +289,7 @@ module VegaLite exposing
, cuMove
, cuNoDrop
, cuNotAllowed
, cuAllScroll
, cuColResize
, cuRowResize
, cuNResize
Expand Down Expand Up @@ -1412,7 +1414,7 @@ property documentation.
@docs miBasisClosed
@docs miBundle
@docs miCardinal
@docs miCardinaOpen
@docs miCardinalOpen
@docs miCardinalClosed
@docs miLinear
@docs miMonotone
Expand Down Expand Up @@ -1483,7 +1485,6 @@ See the
@docs cuZoomOut
@docs cuGrab
@docs cuGrabbing
@docs cursorValue
# Creating the Encoding Specification
Expand Down Expand Up @@ -5782,6 +5783,13 @@ csv =
CSV


{-| Scrolling cursor.
-}
cuAllScroll : Cursor
cuAllScroll =
CAllScroll


{-| Automatically determine a cursor type depending on interaction context.
-}
cuAuto : Cursor
Expand Down

0 comments on commit 97fe640

Please sign in to comment.