Skip to content

Commit

Permalink
Tweak autodoc condition to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Jun 14, 2024
1 parent fdd20e9 commit 6547c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ GCPAlgorithms.AbstractAlgorithm

```@autodocs
Modules = [GCPAlgorithms]
Filter = t -> t in subtypes(GCPAlgorithms.AbstractAlgorithm) || t isa Function
Filter = t -> t in subtypes(GCPAlgorithms.AbstractAlgorithm) || (t isa Function || t != GCPAlgorithms._gcp)
```

0 comments on commit 6547c1b

Please sign in to comment.