Doxygen changes.

This commit is contained in:
rocky
2005-01-29 20:54:20 +00:00
parent a30334d080
commit 8ad5e4cbb0
16 changed files with 205 additions and 138 deletions

View File

@@ -1,8 +1,8 @@
/*
$Id: bytesex_asm.h,v 1.1 2004/10/22 01:13:38 rocky Exp $
$Id: bytesex_asm.h,v 1.2 2005/01/29 20:54:20 rocky Exp $
Copyright (C) 2001 Sven Ottemann <ac-logic@freenet.de>
2001, 2004 Herbert Valerio Riedel <hvr@gnu.org>
2001, 2004, 2005 Herbert Valerio Riedel <hvr@gnu.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,6 +19,13 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/** \file bytesex_asm.h
* \brief Assembly code to handle byte-swapping.
Note: this header will is slated to get removed and libcdio will use
glib.h routines instead.
*/
#ifndef __CDIO_BYTESEX_ASM_H__
#define __CDIO_BYTESEX_ASM_H__
#if !defined(DISABLE_ASM_OPTIMIZE)