Skip to content

Commit df59629

Browse files
committed
[OCaml] Improve title of generated README.md
1 parent f3e7e8d commit df59629

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

modules/openapi-generator/src/main/resources/ocaml/readme.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{{projectName}}}
1+
# OCaml API client for {{{packageName}}}
22
{{#appDescriptionWithNewLines}}
33
{{{.}}}
44
{{/appDescriptionWithNewLines}}

samples/client/petstore/ocaml-additional-properties/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
# OCaml API client for petstore_client
22
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33

44
This OCaml package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

samples/client/petstore/ocaml-enum-in-composed-schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
# OCaml API client for petstore_client
22
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33

44
This OCaml package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

samples/client/petstore/ocaml-fake-petstore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
# OCaml API client for petstore_client
22
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \'' \\
33

44
This OCaml package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

samples/client/petstore/ocaml-oneOf-primitive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
# OCaml API client for petstore_client
22
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33

44
This OCaml package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

samples/client/petstore/ocaml-recursion-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
# OCaml API client for recursion_test
22
Test for direct recursive types in OCaml generator.
33

44
This spec only tests direct recursion (A -> A) and NOT mutual recursion (A -> B -> A).

samples/client/petstore/ocaml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
# OCaml API client for petstore_client
22
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
33

44
This OCaml package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

0 commit comments

Comments
 (0)