Skip to content

Commit

Permalink
doxygen: provide more clarity for config file search paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rghilduta committed Feb 28, 2023
1 parent 14aaebc commit 7e26f5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions host/libraries/libbladeRF/doc/doxygen/configfile.dox
Expand Up @@ -10,14 +10,14 @@ A configuration file may be named either `bladeRF.conf` (preferred) or
`bladerf.conf`. libbladeRF uses the same search path it uses for finding FPGA
images and calibration tables, defined by file_find() in file_ops.c:

<b>Linux and OSX:</b>
<b>Linux and OSX directories:</b>
<ul>
<li>The current working directory</li>
<li>The directory containing the program being executed</li>
<li><code>~/.config/Nuand/bladeRF</code></li>
<li><code>~/.Nuand/bladeRF</code></li>
<li><code>/etc/Nuand/bladeRF</code></li>
<li><code>/usr/share/Nuand/bladeRF</code></li>
<li><code>~/.config/Nuand/bladeRF/</code></li>
<li><code>~/.Nuand/bladeRF/</code></li>
<li><code>/etc/Nuand/bladeRF/</code></li>
<li><code>/usr/share/Nuand/bladeRF/</code></li>
</ul>

<b>Windows:</b>
Expand Down
10 changes: 5 additions & 5 deletions host/libraries/libbladeRF/doc/doxygen/envvars.dox
Expand Up @@ -35,14 +35,14 @@ listed below, and are handled in a case-insensitive manner.
Usually, libbladeRF searches the following directories for files,
such as FPGA bitstreams for software-based autoloading.

<b>Linux and OSX:</b>
<b>Linux and OSX directories:</b>
<ul>
<li>The current working directory</li>
<li>The directory containing the program being executed</li>
<li><code>~/.config/Nuand/bladeRF</code></li>
<li><code>~/.Nuand/bladeRF</code></li>
<li><code>/etc/Nuand/bladeRF</code></li>
<li><code>/usr/share/Nuand/bladeRF</code></li>
<li><code>~/.config/Nuand/bladeRF/</code></li>
<li><code>~/.Nuand/bladeRF/</code></li>
<li><code>/etc/Nuand/bladeRF/</code></li>
<li><code>/usr/share/Nuand/bladeRF/</code></li>
</ul>

<b>Windows:</b>
Expand Down

0 comments on commit 7e26f5a

Please sign in to comment.