Navaron Bracke

fix doc

@@ -8,7 +8,7 @@ import 'package:web/web.dart'; @@ -8,7 +8,7 @@ import 'package:web/web.dart';
8 @JS('ZXing.BrowserMultiFormatReader') 8 @JS('ZXing.BrowserMultiFormatReader')
9 @staticInterop 9 @staticInterop
10 class ZXingBrowserMultiFormatReader { 10 class ZXingBrowserMultiFormatReader {
11 - /// Construct a new ZXingBrowserMultiFormatReader. 11 + /// Construct a new `ZXing.BrowserMultiFormatReader`.
12 /// 12 ///
13 /// The [hints] are the configuration options for the reader. 13 /// The [hints] are the configuration options for the reader.
14 /// The [timeBetweenScansMillis] is the allowed time between scans in milliseconds. 14 /// The [timeBetweenScansMillis] is the allowed time between scans in milliseconds.