summaryrefslogtreecommitdiff
path: root/tools/pm/Output.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pm/Output.pm')
-rw-r--r--tools/pm/Output.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pm/Output.pm b/tools/pm/Output.pm
index 65d37cac..80ebfc17 100644
--- a/tools/pm/Output.pm
+++ b/tools/pm/Output.pm
@@ -630,7 +630,7 @@ sub output_wrap_sig_decl($$$$$$$$$$$$$$)
# Create a merged Doxygen comment block for the signal from the looked up
# docs (the block will also contain a prototype of the slot as an example).
- my $doxycomment = $objCppfunc->get_refdoc_comment($documentation);
+ my $doxycomment = $objCppfunc->get_refdoc_comment($documentation, $$objCSignal{flags});
# If there was already a previous doxygen comment, we want to merge this
# one with the previous so it is one big comment. If