Changeset 65885 in vbox
- Timestamp:
- Feb 27, 2017 9:54:37 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Doxyfile.Core
r65436 r65885 239 239 <b>Type:</b> \2 <br> \ 240 240 " 241 242 # For IEM opcode specs. 243 ALIASES += @opbrief="" 244 ALIASES += @opdesc="" 245 ALIASES += @opmnemonic="Mnemonic: " 246 ALIASES += @op1="Operand \#1: " 247 ALIASES += @op2="Operand \#2: " 248 ALIASES += @op3="Operand \#3: " 249 ALIASES += @op4="Operand \#4: " 250 ALIASES += @oppfx="Req.Prefix: " 251 ALIASES += @opmaps="Opcode Maps: " 252 ALIASES += @opcode="Opcode Byte: " 253 ALIASES += @openc="Encoding: " 254 ALIASES += @opfltest="EFLAGS Tested: " 255 ALIASES += @opflmodify="EFLAGS Modified: " 256 ALIASES += @opflundef="EFLAGS Undefined: " 257 ALIASES += @opflset="EFLAGS Set: " 258 ALIASES += @opflclear="EFLAGS Cleared: " 259 ALIASES += @ophints="Hints, Flags, ++: " 260 ALIASES += @opmincpu="Minimum CPU: " 261 ALIASES += @opcpuid="CPUID: " 262 ALIASES += @opgroup="@ingroup " 263 ALIASES += @opunused="Unused Encoding: " 264 ALIASES += @opinvalid="Invalid Encoding: " 265 ALIASES += @opinvlstyle="Invalid/Unused Encoding Style: 266 ALIASES += @optest="Testcase: " 267 ALIASES += @opstats="IEM Stats:" 268 ALIASES += @opfunction="IEM Function" 269 ALIASES += @opdone="-------------------------" 270 241 271 242 272 # bugref - xTracker bug reference, takes one to four bug numbers.
Note:
See TracChangeset
for help on using the changeset viewer.