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

@@ -33,6 +33,7 @@
<p id="shortdesc">{{ shortdesc }}</p>
<div id="docs">{{ md docs }}</div>
<div id="tags">{{ tags }}</div>
<div id="api-links">Related API documentation: {{{ js.apiHtml }}}</div>
</div>
</div>