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

GMP doc: add NAME to CREATE_REPORT_FORMAT #2225

Merged
merged 1 commit into from
Jun 17, 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
9 changes: 9 additions & 0 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5050,13 +5050,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
The client uses the create_report_format command to create a new report
format.
</p>
<p>
Element "name" only applies when "copy" is given.
</p>
</description>
<pattern>
<o><e>name</e></o>
<or>
<e>copy</e>
<r>get_report_formats</r>
</or>
</pattern>
<ele>
<name>name</name>
<summary>A name for the report format</summary>
<pattern><t>name</t></pattern>
</ele>
<ele>
<name>copy</name>
<summary>The UUID of an existing report format</summary>
Expand Down
Loading