From c387b216b5fd3c944053e1bba024815719e9a0d9 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 12 Mar 2011 23:58:33 +0100 Subject: [PATCH] Remove autogenerated doxygen comments for commands. The generated comments become invalid once rc4.h is removed, which happens in a subsequent patch. --- command_util.sh | 8 -------- 1 file changed, 8 deletions(-) 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' -- 2.39.2