From 1d435d9c12abb1d4c8b275dc6017a032336ba145 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 29 May 2021 16:28:37 -0700 Subject: [PATCH] GUACAMOLE-1204: Show full class names within JSDoc navigation sidebar (ambiguous otherwise). --- guacamole-common-js/jsdoc-conf.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guacamole-common-js/jsdoc-conf.json b/guacamole-common-js/jsdoc-conf.json index afa0ef830..ebc5a64a7 100644 --- a/guacamole-common-js/jsdoc-conf.json +++ b/guacamole-common-js/jsdoc-conf.json @@ -5,5 +5,10 @@ "opts" : { "recurse" : true, "destination" : "target/site/jsdoc" + }, + "templates" : { + "default" : { + "useLongnameInNav" : true + } } }