Explorar o código

Adapted documentation generation to new directory structure

Christopher Seidl %!s(int64=9) %!d(string=hai) anos
pai
achega
21727c05bb

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

@@ -17,9 +17,9 @@ var arr = [];
  arr.push( new tabElement( "CORE",   "/Core/html/",        "Core")      );
  arr.push( new tabElement( "DRV",    "/Driver/html/",      "Driver")    );
  arr.push( new tabElement( "DSP",    "/DSP/html/",         "DSP")       );
- arr.push( new tabElement( "RTOSv1",   "/RTOSv1/html/",        "RTOS API v1")  );
- arr.push( new tabElement( "RTOSv2",   "/RTOS/html/",        "RTOS API v2")  );
-// arr.push( new tabElement( "RTX",    "/RTX/html/",         "RTX")       );
+ arr.push( new tabElement( "RTOSv1", "/RTOS/html/",        "RTOS v1")   );
+ arr.push( new tabElement( "RTOSv2", "/RTOS2/html/",       "RTOS v2")   );
+// arr.push( new tabElement( "RTX",  "/RTX/html/",         "RTX")       );
  arr.push( new tabElement( "PACK",   "/Pack/html/",        "Pack")      );
  arr.push( new tabElement( "SVD",    "/SVD/html/",         "SVD")       );
  arr.push( new tabElement( "DAP",    "/DAP/html/",         "DAP")       );

+ 4 - 0
CMSIS/DoxyGen/genDoc.bat

@@ -57,6 +57,10 @@ pushd RTOS
 CALL doxygen_rtos.bat
 popd
 
+pushd RTOS2
+CALL doxygen_rtos.bat
+popd
+
 pushd SVD
 CALL doxygen_svd.bat
 popd