Skip to content

Commit

Permalink
added type check to filter function in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ciem committed Dec 3, 2018
1 parent c9b3f31 commit 6e70981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To filter out certain docstrings by your own criteria, you can provide function
````markdown
```@autodocs
Modules = [Foo]
Filter = t -> t <: Foo.C
Filter = typeof(t) === DataType && t -> t <: Foo.C
```
````

Expand Down

0 comments on commit 6e70981

Please sign in to comment.