diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 3 | ||||
-rw-r--r-- | docs/index.html | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 87ee6c879..d6dd9e5da 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -244,7 +244,8 @@ PREDEFINED = __JUST_STUBS__ \ CH_USE_MESSAGES_TIMEOUT \ CH_USE_MESSAGES_EVENT \ CH_USE_SEMSW \ - CH_USE_DEBUG + CH_USE_DEBUG \ + CH_USE_TRACE EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- diff --git a/docs/index.html b/docs/index.html index 83bd285de..526781160 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@ Homepage</h2> </tr>
<tr>
<td style="text-align: center; vertical-align: top; width: 150px;">Current
-Version 0.4.2<br>
+Version 0.4.3<br>
-<br>
<a href="http://sourceforge.net/projects/chibios/" rel="me" target="_top">Project on SourceForge</a><br>
<a href="html/index.html" target="_top" rel="me">Documentation</a><br>
@@ -148,4 +148,4 @@ ChibiOS/RT was created using:<br> </tbody>
</table>
-</body></html>
\ No newline at end of file +</body></html>
|