MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / DoxygenCheck

Method DoxygenCheck

BaseTools/Source/Python/Ecc/Check.py:662–667  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

660
661 # Doxygen document checking
662 def DoxygenCheck(self):
663 self.DoxygenCheckFileHeader()
664 self.DoxygenCheckFunctionHeader()
665 self.DoxygenCheckCommentDescription()
666 self.DoxygenCheckCommentFormat()
667 self.DoxygenCheckCommand()
668
669 # Check whether the file headers are followed Doxygen special documentation blocks in section 2.3.5
670 def DoxygenCheckFileHeader(self):

Callers 1

CheckMethod · 0.95

Tested by

no test coverage detected