Commit 1bd68d7e authored by Christophe Favergeon's avatar Christophe Favergeon
Browse files

Corrected some links in Doxygen documentation.

parent a2778273
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

C++ extensions to CMSIS-DSP using C++ template meta-programming (headers only).

The headers are not yet part of the CMSIS-DSP pack since they are experimental. You can get them from the [CMSIS-DSP github](https://github.com/ARM-software/CMSIS-DSP/dsppp/Include). There is nothing to build. Just include the headers when you want to use this framework.
The headers are not yet part of the CMSIS-DSP pack since they are experimental. You can get them from the [CMSIS-DSP github](https://github.com/ARM-software/CMSIS-DSP/tree/main/dsppp/Include/dsppp). There is nothing to build. Just include the headers when you want to use this framework.

* @subpage dsppp_intro "Introduction"
* @subpage dsppp_template "C++ template for C programmer"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ A Python wrapper is also available with a Python API as close as possible to the

This extension is a set of C++ headers. They just need to included to start using the features.

Those headers are not yet part of the pack and you need to get them from the [github repository](https://github.com/ARM-software/CMSIS-DSP/tree/main/Include)
Those headers are not yet part of the pack and you need to get them from the [github repository](https://github.com/ARM-software/CMSIS-DSP/tree/main/dsppp/Include)

More documentation about the @ref dsppp_main "DSP++" extension.

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ we need to:

# Include the headers

The headers are not yet part of the CMSIS-DSP packs since they are experimental. You can get them from the [CMSIS-DSP github](https://github.com/ARM-software/CMSIS-DSP/CPP)
The headers are not yet part of the CMSIS-DSP packs since they are experimental. You can get them from the [CMSIS-DSP github](https://github.com/ARM-software/CMSIS-DSP/tree/main/dsppp/Include/dsppp)

```cpp
#include <memory_pool>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
/** \defgroup DSPPP C++ extension
 *  C++ template extension to CMSIS-DSP. It is not yet part of
 *  the pack but the headers can be found on the 
 *  [CMSIS-DSP github](https://github.com/ARM-software/CMSIS-DSP/dsppp/Include)
 *  [CMSIS-DSP github](https://github.com/ARM-software/CMSIS-DSP/tree/main/dsppp/Include)
 *  The principles are described in this @ref dsppp_main "page"
 */