Fix doxygen: don't describe return of void method
Change-Id: Ib5795e44cbf23155dc2d2a7dcd6466e68dac4e2d Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/28281 Reviewed-by: Sarah Mashayekhi <sarahmashay@google.com> Commit-Queue: Sarah Mashayekhi <sarahmashay@google.com>
This commit is contained in:
parent
aff58c6cac
commit
66dd683148
|
@ -32,7 +32,6 @@ class Writer {
|
||||||
const std::string& error() const { return error_; }
|
const std::string& error() const { return error_; }
|
||||||
|
|
||||||
/// Resets the generator
|
/// Resets the generator
|
||||||
/// @returns nothing
|
|
||||||
virtual void Reset() = 0;
|
virtual void Reset() = 0;
|
||||||
|
|
||||||
/// Converts the module into the desired format
|
/// Converts the module into the desired format
|
||||||
|
|
Loading…
Reference in New Issue