diff options
author | albert-github <albert.tests@gmail.com> | 2020-08-28 11:27:14 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-08-28 11:27:14 (GMT) |
commit | 1d8610c90ba279bb207f0d45f96cef3054ff34eb (patch) | |
tree | e7ebd37ddf367a4d34a9f52b24de0667bdc8f98c /.github | |
parent | 63dc5b9b1b3e8fb875304a954e4df934b249034b (diff) | |
download | Doxygen-1d8610c90ba279bb207f0d45f96cef3054ff34eb.zip Doxygen-1d8610c90ba279bb207f0d45f96cef3054ff34eb.tar.gz Doxygen-1d8610c90ba279bb207f0d45f96cef3054ff34eb.tar.bz2 |
bug_647654 Special command \fn fails when first argument of PHP function is call-by-reference
The handling of `(&$var` for php was not included at all places.
It was handled with the rules (in scanner.l):
```
<FindMembers>"("/{BN}*"::"*{BN}*({TSCOPE}{BN}*"::")*{TSCOPE}{BN}*")"{BN}*"(" | /* typedef void (A<int>::func_t)(args...) */$
<FindMembers>("("({BN}*"::"*{BN}*{TSCOPE}{BN}*"::")*({BN}*[*&\^]{BN}*)+)+ { /* typedef void (A::*ptr_t)(args...) or int (*fun c(int))[], the ^ is for Obj-C blocks */$
```
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions