diff --git a/Code/Tools/TestImpactFramework/Runtime/Code/Source/Dependency/TestImpactSourceDependency.h b/Code/Tools/TestImpactFramework/Runtime/Code/Source/Dependency/TestImpactSourceDependency.h index 0d56c0ac33..d32988bf44 100644 --- a/Code/Tools/TestImpactFramework/Runtime/Code/Source/Dependency/TestImpactSourceDependency.h +++ b/Code/Tools/TestImpactFramework/Runtime/Code/Source/Dependency/TestImpactSourceDependency.h @@ -43,7 +43,7 @@ namespace TestImpact namespace AZStd { - //! Hash function for ParentTarget types for use in maps and sets + //! Hash function for ParentTarget types for use in maps and sets. template<> struct hash { size_t operator()(const TestImpact::ParentTarget& parentTarget) const noexcept diff --git a/Code/Tools/TestImpactFramework/Runtime/Code/Source/Target/TestImpactBuildTargetList.h b/Code/Tools/TestImpactFramework/Runtime/Code/Source/Target/TestImpactBuildTargetList.h index 4407cb6fa4..cec7bda2e6 100644 --- a/Code/Tools/TestImpactFramework/Runtime/Code/Source/Target/TestImpactBuildTargetList.h +++ b/Code/Tools/TestImpactFramework/Runtime/Code/Source/Target/TestImpactBuildTargetList.h @@ -40,7 +40,7 @@ namespace TestImpact //! Returns true if the specified target is in the list, otherwise false. bool HasTarget(const AZStd::string& name) const; - // Returns the number of targets in the list. + //! Returns the number of targets in the list. size_t GetNumTargets() const; private: