Skip to content

Commit

Permalink
Merge pull request #7 from ErikBuer/add-function-docs
Browse files Browse the repository at this point in the history
test autodocs private = true
  • Loading branch information
ErikBuer authored Oct 15, 2024
2 parents 684c596 + 1fa4d9e commit 5aebb8e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 37 deletions.
1 change: 0 additions & 1 deletion deps.jl

This file was deleted.

10 changes: 10 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# BladeRF.jl Documentation


```@autodocs
Modules = [BladeRF]
Private = true
Order = [:function]
```


```@autodocs
Modules = [BladeRF]
Private = true
Order = [:type]
```
Loading

0 comments on commit 5aebb8e

Please sign in to comment.