Automatically add links to API-docs in examples

When we create the examples, we know exactly which specific `ol.…` symbols
we `goog.require(…)`. We can create links to the API documentation of these
symbols automatically.
This commit is contained in:
Marc Jansen
2015-04-13 23:49:24 +02:00
parent eff48c026a
commit fedceb9a05
3 changed files with 43 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ body {
#tags, #shortdesc, .hidden {
display: none;
}
#api-links ul {
display: inline;
}
body, h1, h2, h3, h4, p, li, td, th {
font-family: Quattrocento Sans;