repository_register.c: fix doxygen @file mark.

This commit is contained in:
Juan RP 2011-01-27 12:44:32 +01:00
parent 69512d4da7
commit 6e8e5b830e

View File

@ -1,5 +1,5 @@
/*- /*-
* Copyright (c) 2008-2010 Juan Romero Pardines. * Copyright (c) 2008-2011 Juan Romero Pardines.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
@ -33,11 +33,10 @@
#include "xbps_api_impl.h" #include "xbps_api_impl.h"
/** /**
* @file lib/repository.c * @file lib/repository_register.c
* @brief Repository registration routines * @brief Repository registration routines
* @defgroup repo_register Repository registration functions * @defgroup repo_register Repository registration functions
*/ */
int int
xbps_repository_register(const char *uri) xbps_repository_register(const char *uri)
{ {