Change #271376
| Category | doxygen |
| Changed by | albert-github <albert.tests@gmail.com> |
| Changed at | Tue 16 Jun 2026 17:43:17 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | be01906f4ea9e1733449be8dc82b2664a56b3895 |
Comments
Remove some non necessary `(void)` constructs - commenting the argument name - `fortranscanner.l`: `stripWhiteSpace` is not an inplace operations, so needs assignment. It can be done, after reformulating the `if` condition when as prefix has been stripped (in that case string has been changed and some space might have occurred, otherwise it was already remove a couple of lines before).
Changed files
- src/docsets.cpp
- src/fortranscanner.l
- src/memberlist.cpp
- src/qhp.cpp
- src/vhdljjparser.cpp