From 8dc3d9b87e9eee80caef2d12ef916c8e4046c7d1 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 26 Dec 2011 16:55:05 +0100 Subject: dch: fix epydoc parameters --- gbp/scripts/dch.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gbp/scripts') diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py index 1a4a6c0..a7c3d99 100644 --- a/gbp/scripts/dch.py +++ b/gbp/scripts/dch.py @@ -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 = "" -- cgit v1.2.3