``` checkCaptionOf: aBlock (self hasCorrectCaption: aBlock caption) ifFalse: [ self results add: MicMissingFigureCaptionResult new ] ``` We do not give enough information to the user. We should provide the filename and the name of figure (with its path)
We do not give enough information to the user.
We should provide the filename and the name of figure (with its path)