mariadb/row
marko e6c01608be branches/innodb+: Merge revisions 5090:5091 from branches/zip:
(Ran doxygenify.pl conversion locally, then merged and checked consistency.)
  ------------------------------------------------------------------------
  r5091 | marko | 2009-05-25 09:30:14 +0300 (Mon, 25 May 2009) | 33 lines

  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 06:46:10 +00:00
..
row0ext.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0ins.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0merge.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0mysql.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0purge.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0row.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0sel.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0uins.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0umod.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0undo.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0upd.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
row0vers.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00