Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 1351323004: Add '<!doctype html>' to spec. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!doctype html>
1 <html> 2 <html>
2 <head> 3 <head>
3 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 5 <title>Analysis Server API Specification</title>
5 </head> 6 </head>
6 <body> 7 <body>
7 <h1>Analysis Server API Specification</h1> 8 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">Version <version>1.9.0</version></h1> 9 <h1 style="color:#999999">Version <version>1.9.0</version></h1>
9 <p> 10 <p>
10 This document contains a specification of the API provided by the 11 This document contains a specification of the API provided by the
(...skipping 4226 matching lines...) Expand 10 before | Expand all | Expand 10 after
4237 </refactorings> 4238 </refactorings>
4238 <h2>Errors</h2> 4239 <h2>Errors</h2>
4239 <p> 4240 <p>
4240 This section contains a list of all of the errors that are 4241 This section contains a list of all of the errors that are
4241 produced by the server and the data that is returned with each. 4242 produced by the server and the data that is returned with each.
4242 </p> 4243 </p>
4243 <p> 4244 <p>
4244 TBD 4245 TBD
4245 </p> 4246 </p>
4246 <h2 class="domain"><a name="index">Index</a></h2> 4247 <h2 class="domain"><a name="index">Index</a></h2>
4247 <index /> 4248 <index></index>
4248 </body> 4249 </body>
4249 </html> 4250 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/from_html.dart ('k') | pkg/analysis_server/tool/spec/to_html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698