From d3862b32d16cd2ed1754bf72141ad8ef7b823fe2 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 6 Dec 2006 05:14:10 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 +++++- Makefile.am | 2 +- README | 6 +++--- sample.c | 6 +++--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae8fe15..c462df1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ +2006-12-06 Kenichi Handa + + * Version 1.3.4 released. + 2003-07-30 Kenichi Handa * Version 0.9 released. -Copyright (C) 2003 +Copyright (C) 2003, 2004, 2005, 2006 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 diff --git a/Makefile.am b/Makefile.am index 735afdc..93238ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- Makefile for the m17n library documentation. -# Copyright (C) 2003 +# Copyright (C) 2003, 2004, 2005, 2006 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO112 diff --git a/README b/README index 8ca278b..09197fc 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This directory tree holds version 1.1 of the m17n library documentation. -Copyright (C) 2003, 2004 +This directory tree holds version 1.3.4 of the m17n library documentation. +Copyright (C) 2003, 2004, 2005, 2006 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 See the end for copying conditions. @@ -41,7 +41,7 @@ See the file INSTALL for more detail. ---------------------------------------------------------------------- Copyright information -Copyright (C) 2003, 2004 +Copyright (C) 2003, 2004, 2005, 2006 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 diff --git a/sample.c b/sample.c index d93a3ca..5ad71b7 100644 --- a/sample.c +++ b/sample.c @@ -1,10 +1,10 @@ /** @addtogroup SampleGroup - @brief + @brief brief group document long group document @{ */ -/** @brief +/** @brief brief structure document loong structure document */ @@ -22,7 +22,7 @@ struct SampleStructure2 void SampleField2; } ; -/** @brief +/** @brief brief function document long function document */ -- 1.7.10.4