albert-github
albert-github
The parts after the closing round bracket of a function definition are stored in multiple places, so in case of ``` virtual myclass() const trow() = 0; ``` throw part...
With the Microsoft compiler (Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29914 for x64) we get the warning like: ``` warning C4191 'operator': unsafe conversion from 'type_of_expression' to 'type_required' ``` for:...
https://github.com/gulrak/filesystem/blob/cd6805e94dd5d6346be1b75a54cdc27787319dd2/include/ghc/filesystem.hpp#L4608-L4609 ``` /Users/runner/miniforge3/conda-bld/doxygen_1661930643770/work/filesystem/filesystem.hpp:4508:24: error: use of undeclared identifier 'UTIME_OMIT' times[0].tv_nsec = UTIME_OMIT; ```` In the doxygen issue https://github.com/doxygen/doxygen/issues/9557 we see a report about some none existing defines. It looks a...
Some more spelling errors, some are just an advise some are shown to the user (but I cannot decide about it): ``` # Names are not that well chosen and...
https://github.com/prettier/prettier/blob/ddf3b43c33e2e98f6413b5232ad623876d96738e/commands.md?plain=1#L27 Even though GitHub jumps correctly the link `(#breakParent)` should be `(#breakparent)` (all lowercase). (one can see the correct link name when one hovers over destination and sees there the...
Analogues to #10587 we also need warnings for program units and as it can be nested we need a stack to record what is still open. Example: [example.tar.gz](https://github.com/doxygen/doxygen/files/14087996/example.tar.gz) (Found by...
Running the full worker 5.0.1 package, with 1.11.0 (1cbe096cf917e924082aebcefcef0927be26a3c1) I saw in "fieldlistview": ``` .../fieldlistview.cc:2473: warning: no matching class member found for void FieldListView::setSelectHandler(void(*nsh)(FieldListView *, int p)) Possible candidates: 'void...
When looking at the results of the issue #10252 we see the line: ``` Q_PROPERTY(bool forwardMessages READ forwardMessages WRITE setForwardMessages NOTIFY forwardMessagesChanged) ``` this results in the source code in:...
The basic idea is that occurrences in the "normal" files are preferred above occurrences in a tag file To be able to do this there should also be a mechanism...
https://github.com/eventum/eventum/blob/6c1261aab13232aa1c643044fb13d377a97da659/docs/wiki/System-Admin/Doing-a-fresh-install.md?plain=1#L18 Looks like the line `(#installing-with-php-on-fastcgi)` points to nowhere https://github.com/eventum/eventum/blob/6c1261aab13232aa1c643044fb13d377a97da659/docs/wiki/System-Admin/Doing-a-fresh-install.md?plain=1#L117 Looks like the line `(#email-download-download_emailsphp)` points to nowhere