dart-lang/dartdoc

Implementation section can include part of the doc comment

natebosch opened this issue · 1 comments

https://pub.dev/documentation/checks/latest/checks/StreamChecks/inOrder.html

The last 7 lines are included in the implementation code block.

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.