Skip to content

Commit

Permalink
doc: Fix cross reference of generated doxygen html
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Mar 13, 2020
1 parent b84cfb7 commit 770566e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NMSIS/DSP/Include/riscv_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* The Library supports single public header file <code>riscv_math.h</code> for Nuclei N cores with little endian.
* Same header file will be used for floating point unit(FPU) variants.
*
* \note Please refer to [NMSIS-DSP](../../dsp/index.html)
* \note Please refer to [NMSIS-DSP](../../../dsp/index.html)
*
* Examples
* --------
Expand Down
2 changes: 1 addition & 1 deletion NMSIS/NN/Include/riscv_nnfunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* kernels are included in the function description. The implementation details are also
* described in this paper [1].
*
* \note Please refer to [NMSIS-NN](../../nn/index.html)
* \note Please refer to [NMSIS-NN](../../../nn/index.html)
*
* Block Diagram
* --------
Expand Down
2 changes: 1 addition & 1 deletion NMSIS/doc/source/doxygen/nmsis_core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

NMSIS-Core implements the basic run-time system for a Nuclei N/NX core device and gives the user access to the processor core and the device peripherals.

Please refer to [NMSIS-Core](../../core/index.html)
Please refer to [NMSIS-Core](../../../core/index.html)

*/

0 comments on commit 770566e

Please sign in to comment.