Implementation section can include part of the doc comment
natebosch opened this issue · 1 comments
natebosch commented
https://pub.dev/documentation/checks/latest/checks/StreamChecks/inOrder.html
The last 7 lines are included in the implementation code block.
natebosch commented
Ah, this is because one of the lines in the doc has // instead of ///
This seems to be treated differently between extracting the doc (which finds the whole doc) and extracting the source (which only considers the first segment of /// to be the doc).
I'll close since this doesn't matter in practice for well formed docs.