Skip to content
Snippets Groups Projects
Commit be6d9fd0 authored by florian's avatar florian
Browse files

DOC: Repair autodocs

parent 2b091084
No related branches found
No related tags found
1 merge request!6DOC: Add sections to documentation
......@@ -10,10 +10,18 @@ CaosDB.Utility.get_env_var(::AbstractString, ::AbstractString)
```
## Semi-auomatic generation of documentation
## Public API
Similar to autodoc:
```@autodocs
Modules=[CaosDB]
Modules=[CaosDB, CaosDB.Info, CaosDB.Utility, CaosDB.Connection, CaosDB.Authentication, CaosDB.Entity]
Private=false
```
## Expert-use only API functions
```@autodocs
Modules=[CaosDB, CaosDB.Info, CaosDB.Utility, CaosDB.Connection, CaosDB.Authentication, CaosDB.Entity]
Public=false
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment