From 5def75c172fd99f3bc3fce0f99701c1a95b84a87 Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Thu, 4 Jun 2015 16:13:48 -0700 Subject: [PATCH] one-line description for web audio --- .../dom/templates/html/dartium/web_audio_dartium.darttemplate | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate index 2cf02e85b9f..52ed27d7a30 100644 --- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate +++ b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate @@ -1,6 +1,9 @@ // DO NOT EDIT // Auto-generated dart:audio library. +/** + * High-fidelity audio programming in the browser. + */ library dart.dom.web_audio; import 'dart:async';