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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 468563003: Use hanging indentation when code generating Javadoc @params. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index e1c3209864fc31eb223f61e7f2032b4aa5c4f442..d87f81325153a9ac29328ee206fabd272845a110 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -16,6 +16,10 @@ dt {
margin-top: 1em;
margin-bottom: 1em;
}
+div.hangingIndent {
+ padding-left: 3em;
+ text-indent: -3em;
+}
</style></head>
<body>
<h1>Analysis Server API Specification</h1>

Powered by Google App Engine
This is Rietveld 408576698