]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove autogenerated doxygen comments for commands.
authorAndre Noll <maan@systemlinux.org>
Sat, 12 Mar 2011 22:58:33 +0000 (23:58 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 27 Mar 2011 14:41:51 +0000 (16:41 +0200)
The generated comments become invalid once rc4.h is removed, which
happens in a subsequent patch.

command_util.sh

index 847f87e4ccdd379330c36ed27dc65db4ecc96edb..8f82b39318103dd73b44315ddaa3548912320bbc 100755 (executable)
@@ -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'