From b2795ea838334497d1c87e4f758a4a07308462a4 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Fri, 24 Feb 2012 18:19:05 +0000 Subject: [PATCH] addon/info: Documentation fix --- src/addon/info.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/addon/info.hpp b/src/addon/info.hpp index b3b9a9e2c1f..a7245d519d8 100644 --- a/src/addon/info.hpp +++ b/src/addon/info.hpp @@ -97,13 +97,12 @@ struct addon_info std::string display_icon() const; /** - * Resolve an add-ons' dependency tree in a recursive fashion. + * Resolve an add-on's dependency tree in a recursive fashion. * * The returned vector contains the list of resolved dependencies for this - * and any other add-ons. + * and any other add-ons upon which it depends. * * @param addons The add-ons list. - * @param addon_info The add-on at the top of the dependency tree. * * @todo Tag resolved dependencies with information about where they come from, * and implement more dependency tiers.