From 1fb27632c3338ff974c27fd88e2098a5193bb145 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Wed, 8 Sep 2004 20:57:39 +0000 Subject: Update doxygen configuration file. Minor documentation updates/fixes. --- linux-core/drm_compat.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'linux-core/drm_compat.h') diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h index f5d5824f..f2aa10a3 100644 --- a/linux-core/drm_compat.h +++ b/linux-core/drm_compat.h @@ -1,6 +1,6 @@ /** - * \file drmP.h - * Private header for Direct Rendering Manager + * \file drm_compat.h + * Backward compatability definitions for Direct Rendering Manager * * \author Rickard E. (Rik) Faith * \author Gareth Hughes @@ -34,10 +34,6 @@ #ifndef _DRM_COMPAT_H_ #define _DRM_COMPAT_H_ -/***********************************************************************/ -/** \name Backward compatibility section */ -/*@{*/ - #ifndef minor #define minor(x) MINOR((x)) #endif @@ -157,6 +153,4 @@ static inline void class_simple_set_hotplug(struct class_simple *cs, void (*fn)( #define __x86_64__ #endif -/*@}*/ - #endif -- cgit v1.2.3