the following is valid Fortran:
mystr = "abc&
&def"
and is equivalent to:
mystr = "abcdef"
but the current version of the `doxify.sh` script strips it since
`fixcomments.pl` assumed that all ampersands are line continuations.
`\retval` is for documenting specific return values, example:
https://github.com/doxygen/doxygen/blob/master/testing/026_exception.cpp
While `\return` is for the general return of a function, which is what
we intended. And since a function can have only one return value, there
is also no need to specify its name.
svn-origin-rev: 18316
- auto-indentation, auto-alignment and whitespace formatting
- relative indentation width of 3 characters
- upcasing OpenMP statements
- removal of extraneous whitespace and consecutive blank lines
- extending line length for declarations and doxygen boxes to 100 characters
svn-origin-rev: 16762
FUNCTIONs with implicit return variables and parameters called 'RESULT'.
Includes Log4Perl module for those perl environments where it is not
installed. (Jeremy Nowell)
svn-origin-rev: 14847