diff --git a/docs/user/integrate/reporting.md b/docs/user/integrate/reporting.md index bdd545f98..d1379ef68 100644 --- a/docs/user/integrate/reporting.md +++ b/docs/user/integrate/reporting.md @@ -68,4 +68,4 @@ parser conflicts between platform added arguments and default arguments, that wi `Stuart_report` is a standalone command line tool that is not need to be associated with a python settings file. It only needs access to the database. Out of convenience, it assumes the database exists where `stuart_report` generates it in the workspace, however you can override that with the `-db` command line argument. Simply run `stuart_report -h` -to view all reports, or review [TODO] TODO. +to view all reports, or review [Using Reports](/using/reporting/) diff --git a/edk2toolext/edk2_report.py b/edk2toolext/edk2_report.py index 91d459228..ca1969e6c 100644 --- a/edk2toolext/edk2_report.py +++ b/edk2toolext/edk2_report.py @@ -1,4 +1,4 @@ -# @file report_generator.py +# @file edk2_report.py # An executable that allows a user to select a report and execute it on a given database. ## # Copyright (c) Microsoft Corporation diff --git a/edk2toolext/environment/reporttypes/component_report.py b/edk2toolext/environment/reporttypes/component_report.py index b5ba4086b..40da6d3d3 100644 --- a/edk2toolext/environment/reporttypes/component_report.py +++ b/edk2toolext/environment/reporttypes/component_report.py @@ -1,5 +1,5 @@ -# @file component_query.py -# A query to print information about a component that could be compiled. +# @file component_report.py +# A report to print information about a component that could be compiled. ## # Copyright (c) Microsoft Corporation # diff --git a/edk2toolext/environment/reporttypes/templates/usage_report_template.html b/edk2toolext/environment/reporttypes/templates/usage_report_template.html index 901b4a609..3532b9e08 100644 --- a/edk2toolext/environment/reporttypes/templates/usage_report_template.html +++ b/edk2toolext/environment/reporttypes/templates/usage_report_template.html @@ -124,4 +124,4 @@