copyright/license portions to shorten Doxygen output. Comment only change.
svn path=/trunk/yasm/; revision=985
* \file libyasm.h
* \brief YASM library primary header file.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2003 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*
* Define YASM_LIB_INTERNAL to include many internal function and variable
* definitions that violate the yasm_* namespace. This includes
/**
- * \file arch.h
+ * \file libyasm/arch.h
* \brief YASM architecture interface.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2002 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_ARCH_H
#define YASM_ARCH_H
/**
- * \file bytecode.h
+ * \file libyasm/bytecode.h
* \brief YASM bytecode interface.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_BYTECODE_H
#define YASM_BYTECODE_H
/**
- * \file coretype.h
+ * \file libyasm/coretype.h
* \brief YASM core types and utility functions.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_CORETYPE_H
#define YASM_CORETYPE_H
/**
- * \file errwarn.h
+ * \file libyasm/errwarn.h
* \brief YASM error and warning reporting interface.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_ERRWARN_H
#define YASM_ERRWARN_H
/**
- * \file expr.h
- * \brief YASM expression interface
+ * \file libyasm/expr.h
+ * \brief YASM expression interface.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Michael Urman, Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_EXPR_H
#define YASM_EXPR_H
/**
- * \file file.h
+ * \file libyasm/file.h
* \brief YASM big and little endian file interface.
*
- * $IdPath: yasm/libyasm/file.h,v 1.12 2003/03/13 06:54:19 peter Exp $
+ * \rcs
+ * $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_FILE_H
#define YASM_FILE_H
/**
- * \file floatnum.h
+ * \file libyasm/floatnum.h
* \brief YASM floating point (IEEE) interface.
*
- * $IdPath: yasm/libyasm/floatnum.h,v 1.20 2003/03/13 06:54:19 peter Exp $
+ * \rcs
+ * $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Peter Johnson
*
* Based on public-domain x86 assembly code by Randall Hyde (8/28/91).
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_FLOATNUM_H
#define YASM_FLOATNUM_H
/**
- * \file intnum.h
+ * \file libyasm/intnum.h
* \brief YASM integer number interface.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_INTNUM_H
#define YASM_INTNUM_H
/**
- * \file section.h
+ * \file libyasm/section.h
* \brief YASM section interface.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_SECTION_H
#define YASM_SECTION_H
/**
- * \file symrec.h
+ * \file libyasm/symrec.h
* \brief YASM symbol table interface.
*
+ * \rcs
* $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Michael Urman, Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_SYMREC_H
#define YASM_SYMREC_H
/**
- * \file valparam.h
+ * \file libyasm/valparam.h
* \brief YASM value/parameter interface.
*
- * $IdPath: yasm/libyasm/valparam.h,v 1.14 2003/05/05 03:42:10 peter Exp $
+ * \rcs
+ * $IdPath$
+ * \endrcs
*
+ * \license
* Copyright (C) 2001 Peter Johnson
*
* Redistribution and use in source and binary forms, with or without
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ * \endlicense
*/
#ifndef YASM_VALPARAM_H
#define YASM_VALPARAM_H