summaryrefslogtreecommitdiff
path: root/libyasm/expr.h
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2003-06-28 17:38:08 +0000
committerPeter Johnson <peter@tortall.net>2003-06-28 17:38:08 +0000
commit3de47f7b4de24874dc049bec3be2f94ebdb10864 (patch)
treeb430d00e259543cbac4b1e17c636debd6cb61714 /libyasm/expr.h
parentfb16d0a79315ed12af71a1d06885864faeb729ac (diff)
downloadyasm-3de47f7b4de24874dc049bec3be2f94ebdb10864.tar.gz
Add \rcs, \endrcs, \license, and \endlicense wrappers around $IdPath$ and
copyright/license portions to shorten Doxygen output. Comment only change. svn path=/trunk/yasm/; revision=985
Diffstat (limited to 'libyasm/expr.h')
-rw-r--r--libyasm/expr.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libyasm/expr.h b/libyasm/expr.h
index 15c9b4a8..748261a3 100644
--- a/libyasm/expr.h
+++ b/libyasm/expr.h
@@ -1,9 +1,12 @@
/**
- * \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
@@ -26,6 +29,7 @@
* 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