mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-07 06:53:46 +03:00
Add missing doc comments.
This commit is contained in:
parent
63e92e5790
commit
53dfba9b07
@ -1,15 +1,26 @@
|
||||
module DataSource.Glob exposing
|
||||
( Glob, atLeastOne, extractMatches, fullFilePath, literal, map, oneOf, recursiveWildcard, run, singleFile, succeed, toNonEmptyWithDefault, toPattern, toDataSource, wildcard, zeroOrMore
|
||||
( Glob, atLeastOne, extractMatches, fullFilePath, literal, map, oneOf, run, singleFile, succeed, toNonEmptyWithDefault, toPattern, toDataSource, zeroOrMore
|
||||
, wildcard, recursiveWildcard, int
|
||||
, capture, ignore
|
||||
, expectUniqueFile, int
|
||||
, expectUniqueFile
|
||||
)
|
||||
|
||||
{-|
|
||||
|
||||
@docs Glob, atLeastOne, extractMatches, fullFilePath, literal, map, oneOf, recursiveWildcard, run, singleFile, succeed, toNonEmptyWithDefault, toPattern, toDataSource, wildcard, zeroOrMore
|
||||
@docs Glob, atLeastOne, extractMatches, fullFilePath, literal, map, oneOf, run, singleFile, succeed, toNonEmptyWithDefault, toPattern, toDataSource, zeroOrMore
|
||||
|
||||
|
||||
## Capturing Patterns
|
||||
|
||||
@docs wildcard, recursiveWildcard, int
|
||||
|
||||
@docs capture, ignore
|
||||
|
||||
|
||||
## File Matching Helpers
|
||||
|
||||
@docs expectUniqueFile
|
||||
|
||||
-}
|
||||
|
||||
import DataSource
|
||||
|
Loading…
Reference in New Issue
Block a user