We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e4237 commit 690614cCopy full SHA for 690614c
lib/templates/_source_code.html
@@ -1,5 +1,5 @@
1
{{#hasSourceCode}}
2
<section class="summary source-code" id="source">
3
<h2><span>Source</span> {{{crossdartHtmlTag}}}</h2>
4
- <pre class="prettyprint lang-dart">{{{ sourceCode }}}</pre>
+ <pre class="prettyprint language-dart">{{{ sourceCode }}}</pre>
5
</section>{{/hasSourceCode}}
test/model_test.dart
@@ -401,7 +401,7 @@ void main() {
401
test('no references', () {
402
expect(
403
Apple.documentationAsHtml,
404
- '<p>Sample class <code>String</code></p><pre class="prettyprint lang-dart"> A\n'
+ '<p>Sample class <code>String</code></p><pre class="prettyprint language-dart"> A\n'
405
' B\n'
406
'</pre>');
407
});
0 commit comments