diff options
author | albert-github <albert.tests@gmail.com> | 2021-04-25 12:40:51 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-04-25 12:40:51 (GMT) |
commit | c1aed4fc301add03f2051da8ea8729007026c62e (patch) | |
tree | 26cd829cc1770fbe911b8771542d4912d17afcd7 /examples/@ref https:/codedocs.xyz/doxygen | |
parent | 3d982273aafcb89563acfbcb15c65759c8ebe233 (diff) | |
download | Doxygen-c1aed4fc301add03f2051da8ea8729007026c62e.zip Doxygen-c1aed4fc301add03f2051da8ea8729007026c62e.tar.gz Doxygen-c1aed4fc301add03f2051da8ea8729007026c62e.tar.bz2 |
issue #8518 tag </programlisting> was inserted before </highlight> parsing python file to xml
Doxygen expects that decorators don't have a return in them, but the complicated decorator:
```
@basetest.unittest.skipIf(
api_implementation.Type() != 'cpp' or api_implementation.Version() != 2,
'Errors are only available from the most recent C++ implementation.')
```
has some in them.
This leads to the mentioned problem as well as that the line counting is incorrect (we see that the last mentioned lie number in the xml file is 2964 though the file has 2966 lines). By fixing this (and also the line counting in the python scanner) the problem looks to be handled.
Diffstat (limited to 'examples/@ref https:/codedocs.xyz/doxygen')
0 files changed, 0 insertions, 0 deletions