mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 10:49:14 +00:00
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:
committed by
Commit Bot service account
parent
cd5e4a8083
commit
2d89d98fe1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user