Hi,
I created a new vtk module and I used the following function to append my filters.xmls
set(classes
testClass
)
set(xml_files
Resources/test_filters.xml)
vtk_module_add_module(ParaView::TestModule
CLASSES ${classes})
paraview_add_server_manager_xmls(
XMLS ${xml_files})
The filters appear in ParaView but how do I generate the “embedded documentation”
A plugins generate the doc using the {project}_doc & {project}_qch projects