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

Unified Diff: chrome/common/extensions/docs/server2/test_data/test_idl/inline.idl

Issue 14322003: Inline docs render properly in extensions doc server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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: chrome/common/extensions/docs/server2/test_data/test_idl/inline.idl
diff --git a/chrome/common/extensions/api/power.idl b/chrome/common/extensions/docs/server2/test_data/test_idl/inline.idl
similarity index 96%
copy from chrome/common/extensions/api/power.idl
copy to chrome/common/extensions/docs/server2/test_data/test_idl/inline.idl
index 72cbcee95836f63a16f139912a4fa1234f9088c8..96a0e75ef81f2c8e195765e9a62918b1d0bdae47 100644
--- a/chrome/common/extensions/api/power.idl
+++ b/chrome/common/extensions/docs/server2/test_data/test_idl/inline.idl
@@ -6,7 +6,7 @@
// features.
[permissions=power]
namespace power {
- enum Level {
+ [inline_doc] enum Level {
// Prevent the system from sleeping in response to user inactivity.
system,

Powered by Google App Engine
This is Rietveld 408576698