Update Doxygen configuration & comments.
authorJose Fonseca <jrfonseca@users.sourceforge.net>
Mon, 18 Oct 2004 14:16:41 +0000 (14:16 +0000)
committerJose Fonseca <jrfonseca@users.sourceforge.net>
Mon, 18 Oct 2004 14:16:41 +0000 (14:16 +0000)
19 files changed:
linux-core/Doxyfile
linux-core/drm_agpsupport.c
linux-core/drm_auth.c
linux-core/drm_bufs.c
linux-core/drm_context.c
linux-core/drm_dma.c
linux-core/drm_drawable.c
linux-core/drm_drv.c
linux-core/drm_fops.c
linux-core/drm_ioctl.c
linux-core/drm_irq.c
linux-core/drm_lock.c
linux-core/drm_memory.c
linux-core/drm_memory_debug.c
linux-core/drm_pci.c
linux-core/drm_proc.c
linux-core/drm_scatter.c
linux-core/drm_stub.c
linux-core/drm_vm.c

index ab4fda1..97efeaa 100644 (file)
@@ -418,7 +418,7 @@ WARN_LOGFILE           =
 # with spaces.
 
 INPUT                  = . \
-                         ../shared
+                         ../shared-core
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -440,8 +440,7 @@ RECURSIVE              = NO
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = dristat.c \
-                         drmstat.c
+EXCLUDE                = 
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
@@ -955,17 +954,8 @@ INCLUDE_FILE_PATTERNS  =
 
 PREDEFINED             = __KERNEL__ \
                          DRM(x)=x \
-                         __HAVE_AGP=1 \
-                         __REALLY_HAVE_AGP=1 \
-                         __MUST_HAVE_AGP=0 \
-                         __HAVE_MTRR=1 \
-                         __HAVE_CTX_BITMAP=1 \
-                         __HAVE_SG=0 \
-                         __HAVE_PCI_DMA=0 \
-                         __HAVE_DMA=1 \
-                         __HAVE_IRQ=1 \
-                         __HAVE_VBL_IRQ=1 \
-                         __HAVE_SHARED_IRQ=1
+                         __OS_HAS_AGP=1 \
+                         __OS_HAS_MTRR=1
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 
index b911314..b91d7f4 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_agpsupport.h
+ * \file drm_agpsupport.c
  * DRM support for AGP/GART backend
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 0a723c0..7393e99 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_auth.h
+ * \file drm_auth.c
  * IOCTLs for authentication
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index bb74e70..947042b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_bufs.h
+ * \file drm_bufs.c
  * Generic buffer template
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 46fcfa1..bab985a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_context.h
+ * \file drm_context.c
  * IOCTLs for generic contexts
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 035dd35..cf7f404 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_dma.h
+ * \file drm_dma.c
  * DMA IOCTL and function support
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index c9b867c..7857453 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_drawable.h
+ * \file drm_drawable.c
  * IOCTLs for drawables
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 55289e1..59a194d 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_drv.h
+ * \file drm_drv.c
  * Generic driver template
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index ca4f9c8..a8d5651 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_fops.h
+ * \file drm_fops.c
  * File operations for DRM
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index cc177d9..bd64ffd 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_ioctl.h
+ * \file drm_ioctl.c
  * IOCTL processing for DRM
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 8d79d8e..a6ebb17 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_irq.h
+ * \file drm_irq.c
  * IRQ support
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 655333c..b983372 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_lock.h
+ * \file drm_lock.c
  * IOCTLs for locking
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 2ed65eb..fcbcb28 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_memory.h
+ * \file drm_memory.c
  * Memory management wrappers for DRM
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index b4651d7..9a47c5f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_memory_debug.h
+ * \file drm_memory_debug.c
  * Memory management wrappers for DRM.
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index bde5e07..1ed0783 100644 (file)
@@ -1,6 +1,6 @@
 /* drm_pci.h -- PCI DMA memory management wrappers for DRM -*- linux-c -*- */
 /**
- * \file drm_pci.h
+ * \file drm_pci.c
  * \brief Functions and ioctls to manage PCI memory
  *
  * \warning These interfaces aren't stable yet.
index 297d5d4..bd7b951 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_proc.h
+ * \file drm_proc.c
  * /proc support for DRM
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 7dc0e92..342e757 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_scatter.h
+ * \file drm_scatter.c
  * IOCTLs to manage scatter/gather memory
  *
  * \author Gareth Hughes <gareth@valinux.com>
index b52e4b5..32ee0cb 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_stub.h
+ * \file drm_stub.c
  * Stub support
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>
index 4746675..202649e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file drm_vm.h
+ * \file drm_vm.c
  * Memory mapping for DRM
  *
  * \author Rickard E. (Rik) Faith <faith@valinux.com>