mariadb/ut
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
..
ut0auxconf_atomic_pthread_t_gcc.c branches/zip: 2009-04-17 22:22:33 +00:00
ut0auxconf_atomic_pthread_t_solaris.c branches/zip: 2009-04-17 22:40:47 +00:00
ut0auxconf_have_solaris_atomics.c branches/zip: ut0auxconf_have_solaris_atomics.c: Get the 2009-05-19 09:04:58 +00:00
ut0auxconf_sizeof_pthread_t.c branches/zip: 2009-04-17 22:40:47 +00:00
ut0byte.c branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0dbg.c branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0list.c branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0mem.c branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0rnd.c branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0ut.c branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0vec.c branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00
ut0wqueue.c branches/zip: Convert the function comments to Doxygen format. 2009-05-25 05:30:14 +00:00