mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
docs: use consistent style for comment blocks
prefix comment blocks with ///
This commit is contained in:
@@ -57,8 +57,8 @@ struct AddRuntimeContextToFuncOpPattern
|
||||
return mlir::success();
|
||||
}
|
||||
|
||||
// Legal function are one that are private or has a Concrete.context as last
|
||||
// arguments.
|
||||
/// Legal function are one that are private or has a Concrete.context as last
|
||||
/// arguments.
|
||||
static bool isLegal(mlir::func::FuncOp funcOp) {
|
||||
if (!funcOp.isPublic()) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user