Skip to content

Commit

Permalink
Clean up some garbled output from Doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Feb 1, 2023
1 parent 488b83f commit 9be94fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Appendix D. NetCDF-4 Filter Support {#filters}

[TOC]

> See @ref nc_filters_quickstart for tips to get started quickly with NetCDF-4 Filter Support.
## Filters Overview {#filters_overview}

NetCDF-C filters have some features of which the user
Expand Down Expand Up @@ -355,6 +357,7 @@ As with all other "...PATH" variables, it is a sequence of absolute
directories separated by a separator character. For *nix* operating systems,
this separator is the colon (':') character. For Windows and Mingw, the
separator is the semi-colon (';') character. So for example:

* Linux: export HDF5_PLUGIN_PATH=/usr/lib:/usr/local/lib
* Windows: export HDF5_PLUGIN_PATH=c:\\ProgramData\\hdf5\\plugin;c:\\tools\\lib

Expand All @@ -364,8 +367,9 @@ exported symbols representing the entry points into the library.

If HDF5_PLUGIN_PATH is not defined, the loader defaults to using
these default directories:
* Linux: "/usr/local/hdf5/lib/plugin”
* Windows: “%ALLUSERSPROFILE%\\hdf5\\lib\\plugin”

* Linux: /usr/local/hdf5/lib/plugin
* Windows: %ALLUSERSPROFILE%\\hdf5\\lib\\plugin

It should be noted that there is a difference between the search order
for HDF5 versus NCZarr. The HDF5 loader will search only the directories
Expand Down

0 comments on commit 9be94fe

Please sign in to comment.