Skip to content

Commit

Permalink
Removed duplicate catalog documentation parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus committed Jun 25, 2020
1 parent efe9497 commit 6e7a514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Wpf/Prism.Wpf/Modularity/IModuleCatalogExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public static IModuleCatalog AddModule(this IModuleCatalog catalog, Type moduleT
/// </summary>
/// <param name="catalog">The catalog to add the module to.</param>
/// <param name="moduleName">Name of the module to be added.</param>
/// <param name="catalog">Catalog.</param>
/// <param name="moduleType"><see cref="Type"/> of the module to be added.</param>
/// <param name="dependsOn">Collection of module names (<see cref="IModuleInfo.ModuleName"/>) of the modules on which the module to be added logically depends on.</param>
/// <returns>The same <see cref="IModuleCatalog"/> instance with the added module.</returns>
Expand Down

0 comments on commit 6e7a514

Please sign in to comment.