Skip to content

Commit

Permalink
Add summary and description missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Jan 2, 2025
1 parent d522f74 commit a914253
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utoipa-gen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,12 @@ pub fn derive_to_schema(input: TokenStream) -> TokenStream {
///
/// * `security(...)` List of [`SecurityRequirement`][security]s local to the path operation.
///
/// * `summary = ...` Allows overriding summary of the path. Value can be literal string or valid
/// rust expression e.g. `include_str!(...)` or `const` reference.
///
/// * `description = ...` Allows overriding description of the path. Value can be literal string or valid
/// rust expression e.g. `include_str!(...)` or `const` reference.
///
/// # Request Body Attributes
///
/// ## Simple format definition by `request_body = ...`
Expand Down

0 comments on commit a914253

Please sign in to comment.