xbps_api.h: fix doc for xbps_rpool_index.

This commit is contained in:
Juan RP 2012-06-14 09:49:32 +02:00
parent d46c503a97
commit 6cc5ee2d81

View File

@ -1505,14 +1505,14 @@ prop_dictionary_t xbps_dictionary_metadata_plist_by_url(const char *url,
*/ */
struct xbps_rpool_index { struct xbps_rpool_index {
/** /**
* @var rpi_repo * @var repo
* *
* Internalized proplib array of the index plist file * Internalized proplib array of the index plist file
* associated with repository. * associated with repository.
*/ */
prop_array_t repo; prop_array_t repo;
/** /**
* @var rpi_uri * @var uri
* *
* URI string associated with repository. * URI string associated with repository.
*/ */