]> oss.titaniummirror.com Git - webber.git/blobdiff - plugins/skeleton.py
skeleton: added two more comments
[webber.git] / plugins / skeleton.py
index 8d4305fb83ddf166bef386086b4b822ddbe1576c..0b427f1682fadb36b5b1784fac710af68183c803 100644 (file)
@@ -142,7 +142,9 @@ def finish(params):
 
 
 
-# TODO: Description missing
+#
+# This is a sample macro. Macros are called with [!name].
+#
 @set_macro("sample")
 def sample_macro(params):
        if cfg.test_verbose:
@@ -151,7 +153,9 @@ def sample_macro(params):
 
 
 
-# TODO: Description missing
+#
+# This is a sample function. Functions are called with ${name(args)}.
+#
 @set_function("func")
 def sample_func():
        if cfg.test_verbose: