Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Remove trailing full stops from summaries #2162

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5141,7 +5141,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</ele>
<ele>
<name>ca_pub</name>
<summary>Certificate of CA to verify scanner certificate.</summary>
<summary>Certificate of CA to verify scanner certificate</summary>
<pattern>text</pattern>
</ele>
<ele>
Expand Down Expand Up @@ -5230,7 +5230,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</ele>
<ele>
<name>icalendar</name>
<summary>iCalendar text containing the time data. Replaces first_time, duration and period.</summary>
<summary>iCalendar text containing the time data. Replaces first_time, duration and period</summary>
<pattern>
text
</pattern>
Expand Down Expand Up @@ -7491,8 +7491,10 @@ END:VCALENDAR
</attrib>
<attrib>
<name>sort_field</name>
<summary>The column to sort the aggregated rows by.
With a subgroup column, groups will be sorted by the group_column first.</summary>
<summary>The column to sort the aggregated rows by</summary>
<description>
With a subgroup column, groups will be sorted by the group_column first.
</description>
<type>text</type>
</attrib>
<attrib>
Expand Down Expand Up @@ -7561,8 +7563,10 @@ END:VCALENDAR
<pattern>
<attrib>
<name>field</name>
<summary>The column to sort the aggregated rows by.
With a subgroup column, groups will be sorted by the group_column first</summary>
<summary>The column to sort the aggregated rows by</summary>
<description>
With a subgroup column, groups will be sorted by the group_column first.
</description>
<type>text</type>
</attrib>
<attrib>
Expand Down Expand Up @@ -7745,7 +7749,7 @@ END:VCALENDAR
</ele>
<ele>
<name>text</name>
<summary>The value of a simple text column.</summary>
<summary>The value of a simple text column</summary>
<pattern>
<attrib>
<name>name</name>
Expand Down Expand Up @@ -17431,7 +17435,7 @@ END:VCALENDAR
<name>details</name>
<summary>
Whether to get the details of the reports including the
results, hosts, ports etc.
results, hosts, ports etc
</summary>
<type>boolean</type>
</attrib>
Expand Down Expand Up @@ -17485,7 +17489,7 @@ END:VCALENDAR
<name>ignore_pagination</name>
<summary>
Whether to ignore info used to split the report into pages
like the filter terms "first" and "rows".
like the filter terms "first" and "rows"
</summary>
<type>boolean</type>
</attrib>
Expand Down Expand Up @@ -17875,7 +17879,7 @@ END:VCALENDAR
</attrib>
<attrib>
<name>resource_id</name>
<summary>ID of single resource to get.</summary>
<summary>ID of single resource to get</summary>
<type>text</type>
</attrib>
<attrib>
Expand Down Expand Up @@ -19806,7 +19810,7 @@ END:VCALENDAR
</ele>
<ele>
<name>icalendar</name>
<summary>iCalendar text containing the time data.</summary>
<summary>iCalendar text containing the time data</summary>
<pattern>
text
</pattern>
Expand Down Expand Up @@ -21778,7 +21782,7 @@ END:VCALENDAR
<name>ignore_pagination</name>
<summary>
Whether to ignore info used to split the report into pages
like the filter terms "first" and "rows".
like the filter terms "first" and "rows"
</summary>
<type>boolean</type>
</attrib>
Expand Down Expand Up @@ -22196,12 +22200,12 @@ END:VCALENDAR
</ele>
<ele>
<name>icalendar</name>
<summary>iCalendar text containing the time data.</summary>
<summary>iCalendar text containing the time data</summary>
<pattern><t>iso_time</t></pattern>
</ele>
<ele>
<name>timezone</name>
<summary>The timezone the schedule will follow.</summary>
<summary>The timezone the schedule will follow</summary>
<pattern>text</pattern>
</ele>
</ele>
Expand Down Expand Up @@ -26969,7 +26973,7 @@ END:VCALENDAR
</ele>
<ele>
<name>icalendar</name>
<summary>iCalendar text containing the time data. Replaces first_time, duration and period.</summary>
<summary>iCalendar text containing the time data. Replaces first_time, duration and period</summary>
<pattern>
text
</pattern>
Expand Down
Loading