Browse Source

[2298_7] add an example of the path in docstring of xml_handler()

Naoki Kambe 12 years ago
parent
commit
a5ab418844
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/stats/stats_httpd.py.in

+ 2 - 1
src/bin/stats/stats_httpd.py.in

@@ -480,7 +480,8 @@ class StatsHttpd:
         using the functions get_stats_data and get_stats_spec
         respectively and loads the XML template file and returns the
         string of the XML document.The argument is a path in the
-        requested URI."""
+        requested URI. For example, the path is assumed to be like
+        ${module_name}/${top_level_item_name}/${second_level_item_name}/..."""
 
         dirs = [ d for d in path.split("/") if len(d) > 0 ]
         module_name = None