Skip to content

Commit

Permalink
fixed some doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed May 28, 2022
1 parent 21f44a2 commit c5ad809
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ term "deep" is also used to mean recursive.

Two deep walking operations are provided by the netcdf-c library
to aid in managing instances of complex structures.
* free'ing an instance of the complex type
* copying an instance of the complex type.
- free'ing an instance of the complex type
- copying an instance of the complex type.

Previously The netcdf-c library only did shallow free and shallow copy of
complex types. This meant that only the top level was properly
Expand All @@ -72,7 +72,7 @@ internally and the user's data.
Note that the term "vector" is used to mean a contiguous (in
memory) sequence of instances of some type. Given an array with,
say, dimensions 2 X 3 X 4, this will be stored in memory as a
vector of length 2*3*4=24 instances.
vector of length 2\*3\*4=24 instances.

The use cases are primarily these.

Expand Down Expand Up @@ -328,7 +328,7 @@ The model output is actually a struct containing two fields:
## The Inference Algorithm

The construction of the model is primarily carried out by the function
*NC\_infermodel()* (in *libdispatch/dinfermodel.c).
*NC\_infermodel()* (in *libdispatch/dinfermodel.c*).
It is given the following parameters:
1. path -- (IN) absolute file path or URL
2. modep -- (IN/OUT) the set of mode flags given to *NC\_open* or *NC\_create*.
Expand Down

0 comments on commit c5ad809

Please sign in to comment.