mesa/docs/header-stubs
Jani Nikula d8e4a4e44b docs: fix doc build 'intel/dev/intel_device_info_gen.h' file not found
Commit a52c1994aa ("intel/dev: generate declarations for struct
intel_device_info") started generating and including
intel/dev/intel_device_info_gen.h, but it's not present in the
documentation build, leading to errors:

docs/isl/formats.rst:222: ERROR: src/intel/dev/intel_device_info.h:39: 'intel/dev/intel_device_info_gen.h' file not found
docs/isl/tiling.rst:87: ERROR: src/intel/dev/intel_device_info.h:39: 'intel/dev/intel_device_info_gen.h' file not found

Add an empty header stub under docs/header-stubs to fix the build.

Fixes: a52c1994aa ("intel/dev: generate declarations for struct intel_device_info")
Signed-off-by: Jani Nikula <jani@nikula.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27573>
2024-02-12 14:09:39 +02:00
..
genxml docs/isl: use hawkmoth instead of doxygen 2023-10-26 16:13:26 +00:00
intel/dev docs: fix doc build 'intel/dev/intel_device_info_gen.h' file not found 2024-02-12 14:09:39 +02:00
builtin_types.h docs/nir: use hawkmoth instead of doxygen 2023-10-26 16:13:26 +00:00
nir_intrinsics_indices.h docs/nir: use hawkmoth instead of doxygen 2023-10-26 16:13:26 +00:00
nir_intrinsics.h docs/nir: use hawkmoth instead of doxygen 2023-10-26 16:13:26 +00:00
nir_opcodes.h docs/nir: use hawkmoth instead of doxygen 2023-10-26 16:13:26 +00:00
README.rst
vk_cmd_queue.h
vk_dispatch_table.h
vk_extensions.h
vk_physical_device_features.h
vk_physical_device_properties.h

Mock headers and types used only for building documentation, to avoid a
documentation dependency on generated headers, and to allow documentation of the
generated types.