dawn-cmake/src/writer/spirv
Ben Clayton f8971ae74d Fixup all doxygen tags
We've been using |blah| in various places to markup code, however this is not doxygen markup. So instead:

* If the code links to a parameter, use `blah`.
* If the code links to a member field, use #blah.
* If the code links to a method use blah().
* If the code is somewhere unlinkable use `blah`.

Change-Id: Idac748a4c2531b5bae77e1a335e3d3ef6fab48b6
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/33787
Commit-Queue: dan sinclair <dsinclair@chromium.org>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Reviewed-by: David Neto <dneto@google.com>
2020-12-02 15:31:08 +00:00
..
binary_writer.cc Move generators to unique pointers. 2020-09-03 00:58:46 +00:00
binary_writer.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
binary_writer_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder.cc Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
builder.h Fixup all doxygen tags 2020-12-02 15:31:08 +00:00
builder_accessor_expression_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_assign_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_binary_expression_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_bitcast_expression_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_block_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_call_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_constructor_expression_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_discard_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder_format_conversion_test.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
builder_function_decoration_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_function_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_function_variable_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_global_variable_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_ident_expression_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_if_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_intrinsic_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_intrinsic_texture_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_literal_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_loop_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_return_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_switch_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
builder_test.cc spirv-writer: avoid dup OpCapability instructions 2020-11-26 13:32:12 +00:00
builder_type_test.cc Revert "[ast] Remove unused constructors and setters." 2020-12-02 15:18:59 +00:00
builder_unary_op_expression_test.cc ast/type: Remove Type suffix from all types 2020-11-30 23:30:58 +00:00
function.cc [spirv-writer] Support optional trailing return. 2020-11-18 18:25:30 +00:00
function.h [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
generator.cc Place the namer into the context object. 2020-11-13 18:13:24 +00:00
generator.h Place the namer into the context object. 2020-11-13 18:13:24 +00:00
instruction.cc [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
instruction.h [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
instruction_test.cc Windows fixes. 2020-05-04 18:58:24 +00:00
operand.cc Fix type conversions to make Clang 10 happy 2020-04-22 17:46:36 +00:00
operand.h [spirv-writer] Add Operand and Instruction list aliases. 2020-06-22 20:18:26 +00:00
operand_test.cc Windows fixes. 2020-05-04 18:58:24 +00:00
spv_dump.cc Move generators to unique pointers. 2020-09-03 00:58:46 +00:00
spv_dump.h Move generators to unique pointers. 2020-09-03 00:58:46 +00:00
test_helper.h Move the ast node ownership from Context to Module 2020-11-18 20:58:20 +00:00