mariadb/include
marko e49dee377b branches/zip: Convert the function comments to Doxygen format.
This patch was created by running the following commands:

for i in */*[ch]; do doxygenify.pl $i; done
perl -i -pe 's#\*{3} \*/$#****/#' */*[ch]

where doxygenify.pl is
https://svn.innodb.com/svn/misc/trunk/tools/doxygenify.pl r510

Verified the consistency as follows:

(0) not too many /* in: */ or /* out: */ comments left in the code:
grep -l '/\*\s*\(in\|out\)[,:/]' */*[ch]

(1) no difference when ignoring blank lines, after stripping all
C90-style /* comments */, including multi-line ones, before and after
applying this patch:

perl -i -e 'undef $/;while(<ARGV>){s#/\*(.*?)\*/##gs;print}' */*[ch]
diff -I'^\s*$' --exclude .svn -ru TREE1 TREE2

(2) after stripping @return comments and !<, generated a diff and omitted
the hunks where /* out: */ function return comments were removed:

perl -i -e'undef $/;while(<ARGV>){s#!<##g;s#\n\@return\t.*?\*/# \*/#gs;print}'\
 */*[ch]
svn diff|
perl -e 'undef $/;$_=<>;s#\n-\s*/\* out[:,]([^\n]*?)(\n-[^\n]*?)*\*/##gs;print'

Some unintended changes were left.  These will be removed in a
subsequent patch.
2009-05-25 05:30:14 +00:00
..
btr0btr.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
btr0btr.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
btr0cur.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
btr0cur.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
btr0pcur.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
btr0pcur.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
btr0sea.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
btr0sea.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
btr0types.h branches/zip: 2009-02-17 08:55:41 +00:00
buf0buddy.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
buf0buddy.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
buf0buf.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
buf0buf.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
buf0flu.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
buf0flu.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
buf0lru.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
buf0lru.ic branches/zip: 2009-02-17 08:59:22 +00:00
buf0rea.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
buf0types.h branches/zip: 2009-02-17 08:59:22 +00:00
data0data.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
data0data.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
data0type.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
data0type.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
data0types.h branches/zip: 2009-02-17 09:02:27 +00:00
db0err.h branches/zip: 2009-02-17 09:02:27 +00:00
dict0boot.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
dict0boot.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
dict0crea.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
dict0crea.ic branches/zip: 2009-02-17 09:02:27 +00:00
dict0dict.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
dict0dict.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
dict0load.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
dict0load.ic branches/zip: 2009-02-17 09:04:28 +00:00
dict0mem.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
dict0mem.ic branches/zip: 2009-02-17 09:04:28 +00:00
dict0types.h branches/zip: Remove unneeded definitions and dependencies 2009-03-23 14:21:34 +00:00
dyn0dyn.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
dyn0dyn.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
eval0eval.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
eval0eval.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
eval0proc.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
eval0proc.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
fil0fil.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
fsp0fsp.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
fsp0fsp.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
fut0fut.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
fut0fut.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
fut0lst.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
fut0lst.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ha0ha.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ha0ha.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ha0storage.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ha0storage.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ha_prototypes.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
handler0alter.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
hash0hash.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
hash0hash.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ibuf0ibuf.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ibuf0ibuf.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ibuf0types.h branches/zip: 2009-02-17 09:10:18 +00:00
lock0iter.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
lock0lock.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
lock0lock.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
lock0priv.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
lock0priv.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
lock0types.h branches/zip: 2009-02-17 09:12:41 +00:00
log0log.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
log0log.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
log0recv.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
log0recv.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mach0data.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mach0data.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mem0dbg.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mem0dbg.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mem0mem.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mem0mem.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mem0pool.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mem0pool.ic branches/zip: 2009-02-17 09:14:40 +00:00
mtr0log.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mtr0log.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mtr0mtr.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mtr0mtr.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
mtr0types.h branches/zip: 2009-02-17 09:18:35 +00:00
mysql_addons.h branches/zip: 2009-02-17 09:18:35 +00:00
os0file.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
os0proc.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
os0proc.ic branches/zip: 2009-02-17 09:18:35 +00:00
os0sync.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
os0sync.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
os0thread.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
os0thread.ic branches/zip: 2009-02-17 09:18:35 +00:00
page0cur.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
page0cur.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
page0page.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
page0page.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
page0types.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
page0zip.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
page0zip.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
pars0grm.h branches/zip: 2009-02-17 09:24:40 +00:00
pars0opt.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
pars0opt.ic branches/zip: 2009-02-17 09:24:40 +00:00
pars0pars.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
pars0pars.ic branches/zip: 2009-02-17 09:27:31 +00:00
pars0sym.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
pars0sym.ic branches/zip: 2009-02-17 09:27:31 +00:00
pars0types.h branches/zip: 2009-02-17 09:27:31 +00:00
que0que.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
que0que.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
que0types.h branches/zip: 2009-02-17 09:27:31 +00:00
read0read.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
read0read.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
read0types.h branches/zip: 2009-02-17 09:29:55 +00:00
rem0cmp.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
rem0cmp.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
rem0rec.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
rem0rec.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
rem0types.h branches/zip: 2009-02-17 09:29:55 +00:00
row0ext.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0ext.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0ins.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0ins.ic branches/zip: 2009-02-17 09:29:55 +00:00
row0merge.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0mysql.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0mysql.ic branches/zip: 2009-02-17 09:33:38 +00:00
row0purge.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0purge.ic branches/zip: 2009-02-17 09:33:38 +00:00
row0row.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0row.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0sel.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0sel.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0types.h branches/zip: 2009-02-17 09:33:38 +00:00
row0uins.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0uins.ic branches/zip: 2009-02-17 09:36:44 +00:00
row0umod.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0umod.ic branches/zip: 2009-02-17 09:36:44 +00:00
row0undo.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0undo.ic branches/zip: 2009-02-17 09:36:44 +00:00
row0upd.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0upd.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0vers.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
row0vers.ic branches/zip: 2009-02-17 09:36:44 +00:00
srv0que.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
srv0srv.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
srv0srv.ic branches/zip: 2009-02-17 09:39:11 +00:00
srv0start.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
sync0arr.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
sync0arr.ic branches/zip: 2009-02-17 09:39:11 +00:00
sync0rw.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
sync0rw.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
sync0sync.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
sync0sync.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
sync0types.h branches/zip: 2009-02-17 09:39:11 +00:00
thr0loc.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
thr0loc.ic branches/zip: 2009-02-17 09:39:11 +00:00
trx0i_s.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0purge.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0purge.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0rec.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0rec.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0roll.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0roll.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0rseg.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0rseg.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0sys.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0sys.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0trx.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0trx.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0types.h branches/zip: Introduce the logical type names trx_id_t, roll_ptr_t, 2009-04-23 05:32:36 +00:00
trx0undo.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0undo.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
trx0xa.h branches/zip: 2009-02-17 09:43:50 +00:00
univ.i branches/zip: univ.i: Define REFMAN as the base URL of the 2009-04-16 12:02:27 +00:00
usr0sess.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
usr0sess.ic branches/zip: 2009-02-17 09:43:50 +00:00
usr0types.h branches/zip: 2009-02-17 09:43:50 +00:00
ut0auxconf.h branches/zip: 2009-03-05 14:38:59 +00:00
ut0byte.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0byte.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0dbg.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0list.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0list.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0lst.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0mem.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0mem.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0rnd.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0rnd.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0sort.h branches/zip: 2009-02-17 09:46:52 +00:00
ut0ut.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0ut.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0vec.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0vec.ic branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0wqueue.h branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00