Skip to content

Commit

Permalink
Add other docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Jun 14, 2024
1 parent 12c94a7 commit fdd20e9
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)
Filter = t -> t in subtypes(GCPAlgorithms.AbstractAlgorithm) || t isa Function
```

0 comments on commit fdd20e9

Please sign in to comment.