summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-07-30 11:24:59 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-07-30 11:24:59 (GMT)
commitc50b92c39435b558c5cb53be47dba41503f26fad (patch)
tree04e1bc36d84165ace0755cd32939744a08ad519e /src/doctokenizer.l
parent4ae47ae6f238d465eefa1b5a85c0cf3f7857bc57 (diff)
parent4f28f621b67d96c3f9eb78f01009867377695558 (diff)
downloadDoxygen-c50b92c39435b558c5cb53be47dba41503f26fad.zip
Doxygen-c50b92c39435b558c5cb53be47dba41503f26fad.tar.gz
Doxygen-c50b92c39435b558c5cb53be47dba41503f26fad.tar.bz2
Merge branch 'feature/bug_direction' of https://github.com/albert-github/doxygen into albert-github-feature/bug_direction
Diffstat (limited to 'src/doctokenizer.l')
-rw-r--r--src/doctokenizer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index f232c3a..ac5b6d2 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -392,7 +392,7 @@ SPCMD2 {CMD}[\\@<>&$#%~".+=|-]
SPCMD3 {CMD}_form#[0-9]+
SPCMD4 {CMD}"::"
SPCMD5 {CMD}":"
-INOUT "inout"|"in"|"out"|("in"{BLANK}*","{BLANK}*"out")|("out"{BLANK}*","{BLANK}*"in")
+INOUT "in"|"out"|("in"{BLANK}*","?{BLANK}*"out")|("out"{BLANK}*","?{BLANK}*"in")
PARAMIO {CMD}param{BLANK}*"["{BLANK}*{INOUT}{BLANK}*"]"
VARARGS "..."
TEMPCHAR [a-z_A-Z0-9.,: \t\*\&\(\)\[\]]