diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-20 18:57:45 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-23 00:47:27 +0900 |
commit | 16245d9b38c8cfd5c9ad1636bc0cfcce308a740b (patch) | |
tree | d8a060a426d6bb49e907eefb90a99ab377053be0 /doxygen | |
parent | 446bfc32a83008e0865ec869bc80b920c907f10f (diff) |
Don't parse mesa's rtasm asm module.
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/gallium.doxy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doxygen/gallium.doxy b/doxygen/gallium.doxy index 3ef8c6c297..1a38c8d12c 100644 --- a/doxygen/gallium.doxy +++ b/doxygen/gallium.doxy @@ -479,8 +479,7 @@ WARN_LOGFILE = INPUT = gallium.doc \ ../src/gallium \ - ../src/mesa/state_tracker \ - ../src/mesa/x86/rtasm + ../src/mesa/state_tracker # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default |