changeset 1819:9451a569aee5 beta

sphinx doc cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:36:53 +0200
parents cf51bbfb120e
children 9130fa3c6d61
files rhodecode/lib/dbmigrate/schema/db_1_2_0.py rhodecode/model/db.py
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/dbmigrate/schema/db_1_2_0.py	Thu Dec 29 07:35:51 2011 +0200
+++ b/rhodecode/lib/dbmigrate/schema/db_1_2_0.py	Thu Dec 29 07:36:53 2011 +0200
@@ -630,8 +630,8 @@
         """
         returns True if given repo name is a valid filesystem repository
 
-        @param cls:
-        @param repo_name:
+        :param cls:
+        :param repo_name:
         """
         from rhodecode.lib.utils import is_valid_repo
 
--- a/rhodecode/model/db.py	Thu Dec 29 07:35:51 2011 +0200
+++ b/rhodecode/model/db.py	Thu Dec 29 07:36:53 2011 +0200
@@ -583,8 +583,8 @@
         """
         returns True if given repo name is a valid filesystem repository
 
-        @param cls:
-        @param repo_name:
+        :param cls:
+        :param repo_name:
         """
         from rhodecode.lib.utils import is_valid_repo