Skip to content

Commit 48cc0b9

Browse files
committed
feat(docs): add documentations title on attribute
1 parent b26698c commit 48cc0b9

File tree

1 file changed

+2
-0
lines changed
  • contracts/cw-template/src

1 file changed

+2
-0
lines changed

contracts/cw-template/src/msg.rs

+2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ pub enum ExecuteMsg {
1717
#[cw_serde]
1818
#[derive(QueryResponses)]
1919
pub enum QueryMsg {
20+
/// # GetCount
2021
/// GetCount returns the current count as a json-encoded number
2122
#[returns(GetCountResponse)]
2223
GetCount {},
2324
}
2425

26+
/// # GetCountResponse
2527
/// We define a custom struct for each query response
2628
#[cw_serde]
2729
pub struct GetCountResponse {

0 commit comments

Comments
 (0)