From 48606195de2cc876a7662eadc659d78e0774ae32 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Wed, 19 Jun 2024 22:59:47 +0200 Subject: [PATCH] Document the `vetoed_copy_ctor_classes` config option --- doc/config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/config.md b/doc/config.md index d24f205..603749f 100644 --- a/doc/config.md +++ b/doc/config.md @@ -85,6 +85,9 @@ veto_list = "" # automatically. vetoed_finalizer_classes = [] +# List of classes that should not have a copy constructor defined. +vetoed_copy_ctor_classes = [] + # Mode to generate binding not requested by required # to define a requested function binding. Possible values: # "types": generate binding only for the type (recommended)