Files
sdk/lib/dartdoc/client-static.dart
T
2012-07-12 08:52:19 +00:00

17 lines
494 B
Dart

// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/** Provides client-side behavior for generated docs using the static mode. */
#library('client-static');
#import('dart:html');
#import('../compiler/implementation/source_file.dart');
#import('classify.dart');
#source('client-shared.dart');
main() {
enableCodeBlocks();
}