(self)
| 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): |
no test coverage detected