Skip to content

Commit

Permalink
added Order keyword to Filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
ciem committed Dec 3, 2018
1 parent 23edf02 commit 8cd62b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/examples/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ module AutoDocs

"abstract sub type 2"
abstract type Minor2 <: Major end

"random constant"
qq = 3.14

"random function"
function qqq end
end
end

Expand Down
1 change: 1 addition & 0 deletions test/examples/src/lib/autodocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ in that order.

```@autodocs
Modules = [AutoDocs.Filter]
Order = [:type]
Filter = t -> t <: AutoDocs.Filter.Major
```

0 comments on commit 8cd62b6

Please sign in to comment.