Fix all doxygen warnings

Bug: tint:282
Change-Id: I6c243c30f4477bb972dc737c8b3ff9cc2e0a91f2
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/31568
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton
2020-11-02 18:02:18 +00:00
committed by Commit Bot service account
parent cd5e4a8083
commit 2d89d98fe1
3 changed files with 28 additions and 15 deletions

View File

@@ -81,9 +81,12 @@ class ParserImpl {
/// TypedIdentifier holds a parsed identifier and type. Returned by
/// variable_ident_decl().
struct TypedIdentifier {
ast::type::Type* type = nullptr; /// Parsed type.
std::string name; /// Parsed identifier.
Source source; /// Source to the identifier.
/// Parsed type.
ast::type::Type* type = nullptr;
/// Parsed identifier.
std::string name;
/// Source to the identifier.
Source source;
};
/// Creates a new parser using the given file