bytedeco/javacpp

Classes under the global package are always replaced by parser

Open

#338 opened on 2019年8月26日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Java (620 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,279 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

My namespace name WinToastLib, I added the InfoMap configuration infoMap.put(new Info("WinToastLib").skip()); But he didn't work.

Other configurations are working. Is there a more convenient way to ban namespace from participating in parser directly?

 infoMap.put(new Info(
                "DllImporter::f_SetCurrentProcessExplicitAppUserModelID"
                ,"DllImporter::f_PropVariantToString",
                "DllImporter::f_RoGetActivationFactory",
                "DllImporter::f_WindowsCreateStringReference",
                "DllImporter::f_WindowsGetStringRawBuffer",
                "DllImporter::f_WindowsDeleteString",
                "DllImporter::initialize"
        ).skip());

コントリビューターガイド