Skip to content
Snippets Groups Projects

build: Fix Doxygen warnings.

Merged Elizabeth Figura requested to merge zfigura/vkd3d:mr2 into master
1 unresolved thread
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
4
@@ -1292,7 +1292,8 @@ typedef int (*PFN_vkd3d_shader_open_include)(const char *filename, bool local,
* vkd3d_shader_preprocess_info.
*
* \param code Contents of the included file, which were allocated by the
* \ref pfn_open_include callback. The user must free them.
* vkd3d_shader_preprocess_info.pfn_open_include callback.
* The user must free them.
*
* \param context The user-defined pointer passed to struct
* vkd3d_shader_preprocess_info.
@@ -1319,8 +1320,8 @@ struct vkd3d_shader_preprocess_info
/**
* Pointer to an array of predefined macros. Each macro in this array will
* be expanded as if a corresponding #define statement were prepended to the
* source code.
* be expanded as if a corresponding \#define statement were prepended to
* the source code.
*
* If the same macro is specified multiple times, only the last value is
* used.
@@ -2798,7 +2799,7 @@ VKD3D_SHADER_API void vkd3d_shader_free_scan_signature_info(struct vkd3d_shader_
* \param input_signature The input signature of the second shader.
*
* \param count On output, contains the number of entries written into
* \ref varyings.
* "varyings".
*
* \param varyings Pointer to an output array of varyings.
* This must point to space for N varyings, where N is the number of elements
Loading