diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 10:34:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 10:34:01 +0000 |
commit | 4c9f1963a9d92af708dccb93a41f0cebcb43e796 (patch) | |
tree | f13720976c61698469a95057fda8748fe46053c3 /test/rt/specgen | |
parent | 9ab3be39cbb99b811b29b56aad107298828fd52c (diff) | |
download | ChibiOS-4c9f1963a9d92af708dccb93a41f0cebcb43e796.tar.gz ChibiOS-4c9f1963a9d92af708dccb93a41f0cebcb43e796.tar.bz2 ChibiOS-4c9f1963a9d92af708dccb93a41f0cebcb43e796.zip |
Improved test specifications generation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9221 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/specgen')
-rw-r--r-- | test/rt/specgen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/specgen/Doxyfile b/test/rt/specgen/Doxyfile index 4de6a2908..a44593d39 100644 --- a/test/rt/specgen/Doxyfile +++ b/test/rt/specgen/Doxyfile @@ -675,7 +675,7 @@ SHOW_USED_FILES = NO # (if specified).
# The default value is: YES.
-SHOW_FILES = YES
+SHOW_FILES = NO
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# page. This will remove the Namespaces entry from the Quick Index and from the
|