]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Misc docs improvements
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jan 2016 15:34:59 +0000 (15:34 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Jan 2016 15:34:59 +0000 (15:34 +0000)
* Include assembly files.  They are not processed for structured comments, but
  are are available to be viewed and referred to.
* Use the preferred @# to prevent automatic linking when using #
* Disable timestamps.  Helps when comparing generated content.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Doxyfile
tests/swint-emulation/main.c

index 097edc0bd5ef20ab1c916cb8786bdb34042cccd7..ebf0e92b8d7bc671ef32ca25841d613d929b86aa 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -823,7 +823,8 @@ FILE_PATTERNS          = *.c \
                          *.ucf \
                          *.qsf \
                          *.as \
-                         *.js
+                         *.js \
+                         *.S
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.
@@ -1197,7 +1198,7 @@ HTML_COLORSTYLE_GAMMA  = 80
 # The default value is: YES.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
index 145530a8b4dc96e5d0bc1603f487dfa51f5527b4..7c0b3f644eacafe1aa15d1161992203fe1e42dde 100644 (file)
  * Each instruction/prefix combination is executed in the following
  * conditions:
  * - cpl0, all permissions ok - expect traps
- * - cpl0, descriptors not present - expect #%NP faults
+ * - cpl0, descriptors not present - expect @#NP faults
  * - cpl3, all permissions ok - expect traps
- * - cpl3, descriptors dpl0 - expect #%GP faults (except `icebp`)
- * - cpl3, descriptors not present - expect #%NP faults
+ * - cpl3, descriptors dpl0 - expect @#GP faults (except `icebp`)
+ * - cpl3, descriptors not present - expect @#NP faults
  *
  * In all cases, the exception frame is verified to be correct.
  */