You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by gi...@apache.org on 2019/06/29 21:06:20 UTC

[incubator-milagro-crypto-c] branch sonar_review updated: Fixed build failure due to lack of doxygen documentation

This is an automated email from the ASF dual-hosted git repository.

giorgio pushed a commit to branch sonar_review
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git


The following commit(s) were added to refs/heads/sonar_review by this push:
     new 2e2afe5  Fixed build failure due to lack of doxygen documentation
2e2afe5 is described below

commit 2e2afe585cae70877f3e91a179ea2c98a5b52695
Author: Giorgio Zoppi <gi...@gmail.com>
AuthorDate: Sat Jun 29 23:03:22 2019 +0200

    Fixed build failure due to lack of doxygen documentation
---
 src/oct.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/oct.c b/src/oct.c
index 90ec6e6..cbf017c 100644
--- a/src/oct.c
+++ b/src/oct.c
@@ -35,7 +35,7 @@ typedef union nibbles
   {
     unsigned char first:4; /**< 4 bit of a byte */
     unsigned char second:4; /**< 4 bit of a byte */
-  } nibble_value;
+  } nibble_value; /**< 1 byte */
   unsigned char value; /**< unsigned byte to split */
 } byte_t;