Parcourir la source

renamed a few tabs in docs

Joachim Krech il y a 6 ans
Parent
commit
1f0d670e2f
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      CMSIS/DoxyGen/Doxygen_Templates/printComponentTabs.js

+ 3 - 3
CMSIS/DoxyGen/Doxygen_Templates/printComponentTabs.js

@@ -14,10 +14,10 @@ var arr = [];
 
 // fill array
  arr.push( new tabElement( "GEN",     "/General/html/",     "General")   );
- arr.push( new tabElement( "CORE_A",  "/Core_A/html/",      "CMSIS-Core(A)")    );
- arr.push( new tabElement( "CORE_M",  "/Core/html/",        "CMSIS-Core(M)")    );
+ arr.push( new tabElement( "CORE_A",  "/Core_A/html/",      "Core(A)")   );
+ arr.push( new tabElement( "CORE_M",  "/Core/html/",        "Core(M)")   );
  arr.push( new tabElement( "DRV",     "/Driver/html/",      "Driver")    );
- arr.push( new tabElement( "DSP&ML",  "/DSP/html/",         "DSP&ML")    );
+ arr.push( new tabElement( "DSP&ML",  "/DSP/html/",         "DSP")       );
  arr.push( new tabElement( "NN",      "/NN/html/",          "NN")        );
  arr.push( new tabElement( "RTOSv1",  "/RTOS/html/",        "RTOS v1")   );
  arr.push( new tabElement( "RTOSv2",  "/RTOS2/html/",       "RTOS v2")   );