Skip to content

Commit

Permalink
Fix API comment for ConcreteAttributePathExists.
Browse files Browse the repository at this point in the history
Newer clang complains about the empty @RetVal text.
  • Loading branch information
bzbarsky-apple committed Oct 3, 2023
1 parent 48d4d43 commit f9f8797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/InteractionModelEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ CHIP_ERROR ReadSingleClusterData(const Access::SubjectDescriptor & aSubjectDescr
/**
* Check whether concrete attribute path is an "existent attribute path" in spec terms.
* @param[in] aPath The concrete path of the data being read.
* @retval boolean
*/
bool ConcreteAttributePathExists(const ConcreteAttributePath & aPath);

Expand Down

0 comments on commit f9f8797

Please sign in to comment.