Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Nov 26, 2024
1 parent b87bc0e commit 5b4e2f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use frame_support_procedural_tools::get_doc_literals;
use inflector::Inflector;
use syn::spanned::Spanned;

/// todo: docs
/// Parsed representation of an impl block annotated with `pallet::view_functions_experimental`.
pub struct ViewFunctionsImplDef {
/// The where_clause used.
pub where_clause: Option<syn::WhereClause>,
Expand Down Expand Up @@ -69,6 +69,7 @@ impl ViewFunctionsImplDef {
}
}

/// Parsed representation of a view function definition.
#[derive(Clone)]
pub struct ViewFunctionDef {
pub name: syn::Ident,
Expand Down

0 comments on commit 5b4e2f1

Please sign in to comment.