basic doc + @autodoc functions

This commit is contained in:
Jukka Aho
2017-08-05 12:00:16 +03:00
parent 96714acc18
commit 6893ec3fa8
4 changed files with 71 additions and 17 deletions
+17
View File
@@ -0,0 +1,17 @@
# API documentation
## Index
```@index
```
```@meta
DocTestSetup = quote
using JuliaFEM
end
```
```@autodocs
Modules = [JuliaFEM]
```