Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AleMorales committed Aug 7, 2024
1 parent f24e31c commit 1aa38cb
Show file tree
Hide file tree
Showing 21 changed files with 828 additions and 158 deletions.
5 changes: 4 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ Private = false

## Un-exported

Private functions, types or constants from `PlantGeomPrimitives`. These are not exported, so you need to prefix the function name with `PlantGeomPrimitives.` to access them:
Private functions, types or constants from `PlantGeomPrimitives`, or specialized methods for
functions defined elsewhere. These are not exported, so you need to prefix the function name
with `PlantGeomPrimitives.` to access them (unless it is a method for a function defined
elsewhere).:

```@autodocs
Modules = [PlantGeomPrimitives]
Expand Down
Loading

0 comments on commit 1aa38cb

Please sign in to comment.