dch: fix epydoc parameters
authorGuido Günther <agx@sigxcpu.org>
Mon, 26 Dec 2011 15:55:05 +0000 (16:55 +0100)
committerGuido Günther <agx@sigxcpu.org>
Mon, 26 Dec 2011 15:55:38 +0000 (16:55 +0100)
gbp/scripts/dch.py

index 1a4a6c0..a7c3d99 100644 (file)
@@ -47,13 +47,13 @@ def spawn_dch(msg=[], author=None, email=None, newversion=False, version=None,
               release=False, distribution=None, dch_options=''):
     """
     Spawn dch
-    param author: committers name
-    param email: committers email
-    param newversion: start a new version
-    version: the verion to use
-    release: finalize changelog for releaze
-    distribution: distribution to use
-    dch_options: options passed verbatim to dch
+    @param author: committers name
+    @param email: committers email
+    @param newversion: start a new version
+    @param version: the verion to use
+    @param release: finalize changelog for releaze
+    @param distribution: distribution to use
+    @param dch_options: options passed verbatim to dch
     """
     distopt = ""
     versionopt = ""