Skip to content

Commit

Permalink
- update KDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SageDroid committed Aug 21, 2024
1 parent 0151ec0 commit cdea9ea
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,14 @@ abstract class AboutLibrariesExtension {
/**
* Defines fields which will be excluded during the serialisation of the metadata output file.
*
* Any field as included in the [com.mikepenz.aboutlibraries.plugin.mapping.Library] can theoretically be excluded.
* It is possible to qualify the field names by specifying the class name (e.g. "License.name").
* Permissible qualifiers are "ResultContainer", "Library", "Developer", "Organization", "Funding", "Scm",
* "License" and "MetaData".
* Unqualified field names (e.g. "description") are applied to the entire output.
*
* ```
* aboutLibraries {
* excludeFields = arrayOf("description", "tag")
* excludeFields = arrayOf("License.name", "ResultContainer.metadata", "description", "tag")
* }
* ```
*/
Expand Down

0 comments on commit cdea9ea

Please sign in to comment.