Skip to content

Commit

Permalink
fix(docs): change comments syntax in markdown template
Browse files Browse the repository at this point in the history
to make it compatible with docusaurus mdx comment
  • Loading branch information
bdeneux committed Oct 27, 2022
1 parent 4b8428f commit 9e8496b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
34 changes: 17 additions & 17 deletions docs/proto/logic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This file is auto-generated. Please do not modify it yourself. -->
[//]: # (This file is auto-generated. Please do not modify it yourself.)
# Protobuf Documentation
<a name="top"></a>

Expand Down Expand Up @@ -44,13 +44,13 @@ Params defines the parameters for the module.



<!-- end messages -->
[//]: # (end messages)

<!-- end enums -->
[//]: # (end enums)

<!-- end HasExtensions -->
[//]: # (end HasExtensions)

<!-- end services -->
[//]: # (end services)



Expand All @@ -75,13 +75,13 @@ GenesisState defines the logic module's genesis state.



<!-- end messages -->
[//]: # (end messages)

<!-- end enums -->
[//]: # (end enums)

<!-- end HasExtensions -->
[//]: # (end HasExtensions)

<!-- end services -->
[//]: # (end services)



Expand Down Expand Up @@ -116,11 +116,11 @@ QueryServiceParamsResponse is response type for the QueryService/Params RPC meth



<!-- end messages -->
[//]: # (end messages)

<!-- end enums -->
[//]: # (end enums)

<!-- end HasExtensions -->
[//]: # (end HasExtensions)


<a name="logic.v1beta.QueryService"></a>
Expand All @@ -132,7 +132,7 @@ QueryService defines the gRPC querier service.
| ----------- | ------------ | ------------- | ------------| ------- | -------- |
| `Params` | [QueryServiceParamsRequest](#logic.v1beta.QueryServiceParamsRequest) | [QueryServiceParamsResponse](#logic.v1beta.QueryServiceParamsResponse) | Parameters queries the parameters of the module. | GET|/okp4/okp4d/logic/params|

<!-- end services -->
[//]: # (end services)



Expand All @@ -142,11 +142,11 @@ QueryService defines the gRPC querier service.
## logic/v1beta/tx.proto


<!-- end messages -->
[//]: # (end messages)

<!-- end enums -->
[//]: # (end enums)

<!-- end HasExtensions -->
[//]: # (end HasExtensions)


<a name="logic.v1beta.MsgService"></a>
Expand All @@ -157,7 +157,7 @@ Msg defines the Msg service.
| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint |
| ----------- | ------------ | ------------- | ------------| ------- | -------- |

<!-- end services -->
[//]: # (end services)



Expand Down
10 changes: 5 additions & 5 deletions docs/proto/protodoc-markdown.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This file is auto-generated. Please do not modify it yourself. -->
[//]: # (This file is auto-generated. Please do not modify it yourself.)
# Protobuf Documentation
<a name="top"></a>

Expand Down Expand Up @@ -54,7 +54,7 @@
{{end}}
{{end}}

{{end}} <!-- end messages -->
{{end}} [//]: # (end messages)

{{range .Enums}}
<a name="{{.FullName}}"></a>
Expand All @@ -68,7 +68,7 @@
| {{.Name}} | {{.Number}} | {{nobr .Description}} |
{{end}}

{{end}} <!-- end enums -->
{{end}} [//]: # (end enums)

{{if .HasExtensions}}
<a name="{{$file_name}}-extensions"></a>
Expand All @@ -79,7 +79,7 @@
{{range .Extensions -}}
| `{{.Name}}` | {{.LongType}} | {{.ContainingLongType}} | {{.Number}} | {{nobr .Description}}{{if .DefaultValue}} Default: `{{.DefaultValue}}`{{end}} |
{{end}}
{{end}} <!-- end HasExtensions -->
{{end}} [//]: # (end HasExtensions)

{{range .Services}}
<a name="{{.FullName}}"></a>
Expand All @@ -92,7 +92,7 @@
{{range .Methods -}}
| `{{.Name}}` | [{{.RequestLongType}}](#{{.RequestFullType}}){{if .RequestStreaming}} stream{{end}} | [{{.ResponseLongType}}](#{{.ResponseFullType}}){{if .ResponseStreaming}} stream{{end}} | {{nobr .Description}} | {{with (index .Options "google.api.http")}}{{range .Rules}}{{.Method}}|{{.Pattern}}{{end}}{{end}}|
{{end}}
{{end}} <!-- end services -->
{{end}} [//]: # (end services)

{{end}}

Expand Down
18 changes: 9 additions & 9 deletions docs/proto/vesting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This file is auto-generated. Please do not modify it yourself. -->
[//]: # (This file is auto-generated. Please do not modify it yourself.)
# Protobuf Documentation
<a name="top"></a>

Expand Down Expand Up @@ -160,13 +160,13 @@ Since: cosmos-sdk 0.43



<!-- end messages -->
[//]: # (end messages)

<!-- end enums -->
[//]: # (end enums)

<!-- end HasExtensions -->
[//]: # (end HasExtensions)

<!-- end services -->
[//]: # (end services)



Expand Down Expand Up @@ -302,11 +302,11 @@ MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response ty



<!-- end messages -->
[//]: # (end messages)

<!-- end enums -->
[//]: # (end enums)

<!-- end HasExtensions -->
[//]: # (end HasExtensions)


<a name="vesting.v1beta1.Msg"></a>
Expand All @@ -325,7 +325,7 @@ Since: cosmos-sdk 0.46 | |
Since: cosmos-sdk 0.46 | |
| `CreateCliffVestingAccount` | [MsgCreateCliffVestingAccount](#vesting.v1beta1.MsgCreateCliffVestingAccount) | [MsgCreateCliffVestingAccountResponse](#vesting.v1beta1.MsgCreateCliffVestingAccountResponse) | CreateCliffVestingAccount defines a method that enables creating a cliff vesting account. | |

<!-- end services -->
[//]: # (end services)



Expand Down

0 comments on commit 9e8496b

Please sign in to comment.