Skip to content

Commit

Permalink
fix: Add missing collapsible to signal asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Jul 26, 2024
1 parent b63a2a6 commit 86f141c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/DocumentationCLI/src/reflection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,11 @@ impl<'a> ReflectionContext<'a> {
writeln!(file)?;

if !signal.parameters.is_empty() {
writeln!(file, "[%collapsible]")?;
writeln!(file, "====")?;
writeln!(file, ".Parameters")?;
self.write_property_table(file, &signal.parameters)?;
writeln!(file, "====")?;
writeln!(file)?;
}

Expand Down

0 comments on commit 86f141c

Please sign in to comment.