]> git.codecow.com Git - Monocypher.git/commit
Fixed Clang warning about Doxygen comments
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 22 Oct 2019 21:38:15 +0000 (23:38 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 22 Oct 2019 21:38:15 +0000 (23:38 +0200)
commitd7e4cd7c8b1fd1b84eebc8fe41e6822097ca1709
tree95b8ad45b840d18671f4d55bc9cd0921877b4b73
parent76a91941d1b2123f41ad64e4d5b4994fd0aebf56
Fixed Clang warning about Doxygen comments

comments that begin by //< can be Doxygen comments, and Clang with all
warnings doesn't like that.

I originally packed the comment to satisfy my 80 column OCD.  By
sacrificing space around the + operator however, we can reclaim that
space and please Clang.
src/monocypher.c