From c22bc0c54a15be5288f2bcfd5cebc3e64b839996 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 3 Jan 2012 14:57:17 -0800 Subject: [PATCH] Add missing POD to AssetExportHtml. --- lib/WebGUI/AssetExportHtml.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/WebGUI/AssetExportHtml.pm b/lib/WebGUI/AssetExportHtml.pm index 987b0d9d6..ffeb9af7b 100644 --- a/lib/WebGUI/AssetExportHtml.pm +++ b/lib/WebGUI/AssetExportHtml.pm @@ -157,6 +157,10 @@ This scratch variable is used by the Widget Macro. Takes a hashref of arguments, containing the following keys: +=head3 depth + +How many levels deep to export. + =head3 quiet Boolean. To be or not to be quiet with our output. Defaults to false.