From c8a979a50f8b7607d993fda8ab0212c391d39cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20P=C3=A9r=C3=A9?= Date: Fri, 13 Jun 2025 10:33:50 +0200 Subject: [PATCH] chore(common): fix api doc --- docs/dev/api/concrete.compiler.tfhers_int.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/dev/api/concrete.compiler.tfhers_int.md b/docs/dev/api/concrete.compiler.tfhers_int.md index 50a1b57b9..b7608bdcf 100644 --- a/docs/dev/api/concrete.compiler.tfhers_int.md +++ b/docs/dev/api/concrete.compiler.tfhers_int.md @@ -33,6 +33,8 @@ Convert Concrete value to TFHErs and serialize it. **Args:** + + - `value` (Value): value to export - `info` (TfhersFheIntDescription): description of the TFHErs integer to export to @@ -50,7 +52,7 @@ Convert Concrete value to TFHErs and serialize it. --- - + ### method `import_int`