Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion review/src/ReviewConfig.elm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ config =
-- { document = onlyExposed
-- , from = exposedModules
-- }
--, Docs.ReviewLinksAndSections.rule
, Docs.ReviewLinksAndSections.rule
--, Docs.ReviewAtDocs.rule
--, Docs.UpToDateReadmeLinks.rule
--, NoDebug.Log.rule
Expand Down
4 changes: 2 additions & 2 deletions src/Elm.elm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Elm exposing
, withDocumentation
, expose, exposeWith
, fileWith, docs
, fn, fn2, fn3, fn4, fn5, fn6, function, functionReduced
, fn, fn2, fn3, fn4, fn5, fn6, function, functionReduced, functionAdvanced
, customType, Variant, variant, variantWith
, alias
, portIncoming, portOutgoing
Expand Down Expand Up @@ -68,7 +68,7 @@ A `Declaration` is anything that is at the "top level" of your file, meaning all

## Functions

@docs fn, fn2, fn3, fn4, fn5, fn6, function, functionReduced
@docs fn, fn2, fn3, fn4, fn5, fn6, function, functionReduced, functionAdvanced


## Custom Types
Expand Down