Fix all doxygen warnings

Change-Id: Ic312bc3771a69765b43f1a7c025f1f57783823c0
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/49741
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
diff --git a/Doxyfile b/Doxyfile
index 6e467e1..f6fcbb8 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -785,8 +785,7 @@
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = README.md  \
-                         CODE_OF_CONDUCT.md \
+INPUT                  = CODE_OF_CONDUCT.md \
                          src
 
 # This tag can be used to specify the character encoding of the source files
diff --git a/src/reader/spirv/entry_point_info.h b/src/reader/spirv/entry_point_info.h
index ee819cc..95fb760 100644
--- a/src/reader/spirv/entry_point_info.h
+++ b/src/reader/spirv/entry_point_info.h
@@ -29,6 +29,10 @@
   /// Constructor.
   /// @param the_name the name of the entry point
   /// @param the_stage the pipeline stage
+  /// @param the_owns_inner_implementation if true, this entry point is
+  /// responsible for generating the inner implementation function.
+  /// @param the_inner_name the name of the inner implementation function of the
+  /// entry point
   /// @param the_inputs list of IDs for Input variables used by the shader
   /// @param the_outputs list of IDs for Output variables used by the shader
   EntryPointInfo(std::string the_name,
diff --git a/src/reader/spirv/parser_impl.h b/src/reader/spirv/parser_impl.h
index 56e4afa..0c147d3 100644
--- a/src/reader/spirv/parser_impl.h
+++ b/src/reader/spirv/parser_impl.h
@@ -68,6 +68,7 @@
   TypedExpression(const TypedExpression&);
 
   /// Assignment operator
+  /// @returns this TypedExpression
   TypedExpression& operator=(const TypedExpression&);
 
   /// Constructor