Skip to content

Commit

Permalink
Fix titles and descriptions for DMON, RONT, NONT (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermic0 authored Oct 27, 2023
1 parent 62d7375 commit 100d201
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions file-formats/dmon/dmon-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/dmon/dmon-v1.json",
"title": "ABAP Daemon",
"description": "ABAP daemon",
"type": "object",
"properties": {
"formatVersion": {
Expand Down
3 changes: 2 additions & 1 deletion file-formats/dmon/type/zif_aff_dmon_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ INTERFACE zif_aff_dmon_v1
END OF co_daemon_type.

TYPES:

"! <p class="shorttext">ABAP Daemon</p>
"! ABAP daemon
BEGIN OF ty_main,
"! $required
format_version TYPE zif_aff_types_v1=>ty_format_version,
Expand Down
2 changes: 2 additions & 0 deletions file-formats/nont/nont-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/nont/nont-v1.json",
"title": "SAP Object Node Type",
"description": "SAP object node type",
"type": "object",
"properties": {
"formatVersion": {
Expand Down
3 changes: 2 additions & 1 deletion file-formats/nont/type/zif_aff_nont_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ INTERFACE zif_aff_nont_v1
PUBLIC.

TYPES:

"! <p class="shorttext">SAP Object Node Type</p>
"! SAP object node type
BEGIN OF ty_main,
"! $required
format_version TYPE zif_aff_types_v1=>ty_format_version,
Expand Down
2 changes: 2 additions & 0 deletions file-formats/ront/ront-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/ront/ront-v1.json",
"title": "SAP Object Type",
"description": "SAP object type",
"type": "object",
"properties": {
"formatVersion": {
Expand Down
3 changes: 2 additions & 1 deletion file-formats/ront/type/zif_aff_ront_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ INTERFACE zif_aff_ront_v1
END OF co_category.

TYPES:

"! <p class="shorttext">SAP Object Type</p>
"! SAP object type
BEGIN OF ty_main,
"! $required
format_version TYPE zif_aff_types_v1=>ty_format_version,
Expand Down

0 comments on commit 100d201

Please sign in to comment.