Add docs
This commit is contained in:
parent
b565fcee44
commit
85ed345a9d
|
@ -165,9 +165,14 @@ impl<'a> GroupMethod<'a> {
|
||||||
.append_to_method_name("_raw")
|
.append_to_method_name("_raw")
|
||||||
.generate_send_method();
|
.generate_send_method();
|
||||||
|
|
||||||
|
let send_method_raw_with_docs = util::add_docs(
|
||||||
|
&Some("Returns the raw response of the request.".into()),
|
||||||
|
send_method_raw,
|
||||||
|
);
|
||||||
|
|
||||||
quote! {
|
quote! {
|
||||||
#send_method
|
#send_method
|
||||||
#send_method_raw
|
#send_method_raw_with_docs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user