From 93cc1fcb24a5672a34579a94cb7aab6f179bf455 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Wed, 26 Oct 2016 23:42:03 -0400 Subject: [PATCH] Tweak single output --- docs/generator/documentation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generator/documentation.js b/docs/generator/documentation.js index c4fb59b49..622d6d833 100644 --- a/docs/generator/documentation.js +++ b/docs/generator/documentation.js @@ -72,7 +72,7 @@ class Documentation { const parent = this.findParent(member); if (!parent) { - console.warn(`Warning: "${member.name || member.directData.name}" has no accessible parent.`); + console.warn(`- "${member.name || member.directData.name}" has no accessible parent.`); continue; } parent.add(item);