mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 10:34:33 +02:00
DOC-69: Move Supported Script Types section to top of JSDoc pages
This commit is contained in:
parent
7ffcee35dd
commit
5aef2d674a
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ exports.handlers = {
|
|||
if (rows.length > 0) {
|
||||
var availableIn = "<p class='availableIn'><b>Supported Script Types:</b> " + rows.join(" • ") + "</p>";
|
||||
|
||||
e.doclet.description = (e.doclet.description ? e.doclet.description : "") + availableIn;
|
||||
e.doclet.description = availableIn + (e.doclet.description ? e.doclet.description : "");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue