···2929 # request to configure the file
3030 configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
31313232+ # copy the schema
3333+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/example_configs/config_v0.schema.json
3434+ ${CMAKE_CURRENT_BINARY_DIR}/html/config_v0.schema.json
3535+ @ONLY)
3636+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/example_configs/config_v0.schema.json.license
3737+ ${CMAKE_CURRENT_BINARY_DIR}/html/config_v0.schema.json.license
3838+ @ONLY)
3939+3240 # note the option ALL which allows to build the docs together with the application
3341 add_custom_target(doc_doxygen ALL
3442 COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
+4
doc/changes/misc_features/mr.785.md
···11+---
22+- issue.82
33+---
44+Add JSON Schema for config files.