Fixed API documentation comments for doxygen.

This commit is contained in:
Juan RP
2011-01-19 00:31:22 +01:00
parent 2adaf610e7
commit efea94bec6
8 changed files with 11 additions and 9 deletions

View File

@ -597,7 +597,7 @@ int xbps_repository_unregister(const char *uri);
* @note The function name might be misleading, but is correct because
* if package is found, it will be marked as "going to be installed".
*
* @param pkg Package name or pattern to find.
* @param pkgpattern Package name or pattern to find.
*
* @return 0 on success, otherwise an errno value.
*/
@ -703,7 +703,7 @@ struct repository_pool_index {
*/
prop_dictionary_t rpi_repod;
/**
* @var rp_uri
* @var rpi_uri
*
* URI string associated with repository.
*/
@ -781,6 +781,8 @@ prop_dictionary_t
*/
int xbps_repository_sync_pkg_index(const char *uri);
/*@}*/
/** @addtogroup pkgstates */
/*@{*/