mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 17:22:10 +00:00
basic doc + @autodoc functions
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# API documentation
|
||||
|
||||
## Index
|
||||
|
||||
```@index
|
||||
```
|
||||
|
||||
```@meta
|
||||
DocTestSetup = quote
|
||||
using JuliaFEM
|
||||
end
|
||||
```
|
||||
|
||||
```@autodocs
|
||||
Modules = [JuliaFEM]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user