mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Reorder listing of context tags
This commit is contained in:
parent
e39aecfb2a
commit
fc4837b51c
1 changed files with 3 additions and 3 deletions
|
@ -94,15 +94,15 @@ exports.handlers = {
|
|||
if (e.doclet.hifiInterface) {
|
||||
rows.push("Interface Scripts");
|
||||
}
|
||||
if (e.doclet.hifiAssignmentClient) {
|
||||
rows.push("Assignment Client Scripts");
|
||||
}
|
||||
if (e.doclet.hifiClientEntity) {
|
||||
rows.push("Client Entity Scripts");
|
||||
}
|
||||
if (e.doclet.hifiServerEntity) {
|
||||
rows.push("Server Entity Scripts");
|
||||
}
|
||||
if (e.doclet.hifiAssignmentClient) {
|
||||
rows.push("Assignment Client Scripts");
|
||||
}
|
||||
|
||||
// Append an Available In: table at the end of the namespace description.
|
||||
if (rows.length > 0) {
|
||||
|
|
Loading…
Reference in a new issue