From 0a849b660ff30968454e5a9c79da759da86e7402 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 11 Dec 2020 03:26:42 -0500 Subject: replace javadoc docs with standard python style We don't use javadoc in this project, so clean up the few places that slipped in with the gitc code. Change-Id: Ia365fb2d1e3188ad16b2f65b1a3b7e8466001946 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/291262 Reviewed-by: Michael Mortensen Tested-by: Mike Frysinger --- repo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'repo') diff --git a/repo b/repo index b13e34c6..f1b15c5f 100755 --- a/repo +++ b/repo @@ -439,9 +439,11 @@ def get_gitc_manifest_dir(): def gitc_parse_clientdir(gitc_fs_path): """Parse a path in the GITC FS and return its client name. - @param gitc_fs_path: A subdirectory path within the GITC_FS_ROOT_DIR. + Args: + gitc_fs_path: A subdirectory path within the GITC_FS_ROOT_DIR. - @returns: The GITC client name + Returns: + The GITC client name. """ if gitc_fs_path == GITC_FS_ROOT_DIR: return None -- cgit v1.2.3-54-g00ecf