mosra / m.css

A no-nonsense, no-JavaScript CSS framework, site and documentation theme for content-oriented websites
https://mcss.mosra.cz
Other
409 stars 92 forks source link

Fixed bug with exception references #140

Closed Yuri6037 closed 4 years ago

Yuri6037 commented 4 years ago

Fixes #138

codecov[bot] commented 4 years ago

Codecov Report

Merging #140 into master will decrease coverage by 0.01%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
- Coverage   98.01%   98.00%   -0.02%     
==========================================
  Files          27       27              
  Lines        6459     6462       +3     
  Branches       44       44              
==========================================
+ Hits         6331     6333       +2     
- Misses        128      129       +1     
Impacted Files Coverage Δ
documentation/doxygen.py 99.14% <75.00%> (-0.05%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 830352f...c45d855. Read the comment docs.

mosra commented 4 years ago

Can you give me a small C++ snippet that would trigger this problem? So I can include it in the tests. Thanks! :+1:

Yuri6037 commented 4 years ago

Here you go, this simple header file is derived from an example of the Framework, it should trigger my additional code. mcss_exceptions.zip

mosra commented 4 years ago

Thanks for the repro case, very useful (I wasn't able to reproduce it with my own attempts, so this helped a lot). Merged as 38f38806c9d19eefc293f6fd1b978020818f383b.