From 6e8e5b830e80133fe34abc295ce75a755985c9c1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Jan 2011 12:44:32 +0100 Subject: [PATCH] repository_register.c: fix doxygen @file mark. --- lib/repository_register.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/repository_register.c b/lib/repository_register.c index 2387651f..88181fd2 100644 --- a/lib/repository_register.c +++ b/lib/repository_register.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008-2010 Juan Romero Pardines. + * Copyright (c) 2008-2011 Juan Romero Pardines. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,11 +33,10 @@ #include "xbps_api_impl.h" /** - * @file lib/repository.c + * @file lib/repository_register.c * @brief Repository registration routines * @defgroup repo_register Repository registration functions */ - int xbps_repository_register(const char *uri) {