summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl
index fa10dff044..fd0b2fec62 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -354,7 +354,7 @@ my $apidoc_re = qr/ ^ (\s*) # $1
(.*?) # $7
\s* \n /x;
# Only certain flags, dealing with display, are acceptable for apidoc_item
-my $display_flags = "fFnDopsT";
+my $display_flags = "fFnDopsTx";
sub check_api_doc_line ($$) {
my ($file, $in) = @_;