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:
David Neto 2020-09-10 16:20:17 +00:00 committed by Commit Bot service account
parent aff58c6cac
commit 66dd683148
1 changed files with 0 additions and 1 deletions

View File

@ -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