From: Andre Noll Date: Sat, 12 Mar 2011 22:58:33 +0000 (+0100) Subject: Remove autogenerated doxygen comments for commands. X-Git-Tag: v0.4.7~14^2~8 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c387b216b5fd3c944053e1bba024815719e9a0d9 Remove autogenerated doxygen comments for commands. The generated comments become invalid once rc4.h is removed, which happens in a subsequent patch. --- diff --git a/command_util.sh b/command_util.sh index 847f87e4..8f82b393 100755 --- a/command_util.sh +++ b/command_util.sh @@ -200,14 +200,6 @@ dump_proto() echo '/**' echo " * $desc_txt" echo ' *' - if [[ "$system_includes" =~ openssl/rc4.h ]]; then - echo ' * \param rc4c The rc4 crypt context.' - else - echo ' * \param fd The file descriptor to send output to.' - fi - echo ' * \param argc The number of arguments.' - echo ' * \param argv The argument vector.' - echo ' * ' echo " * Usage: $usage_txt" echo ' * ' echo "$help_txt" | sed -e 's/^/ * /g'