Simon Watts

Results 9 comments of Simon Watts

Having to back out our support for `code-coverage-api` plugin within our CI framework as we require the REST API for downstream analytics. Unfortunate as this plugin looks better (within Jenkins)...

We use the **numerator** and **denominator** for each type of coverage, rather than the pre-calculated percentage - e.g. number of lines covered vs total number of lines counted - as...

Just for comparison: We use doxygen to generated the docsets for C/C++ libraries, which are published internally. Doxygen can generate a [Tag File](https://www.doxygen.nl/manual/config.html#cfg_generate_tagfile) which provides relative links to symbols within...

### Example Error which ended our build when generating docs: ``` error: Could not open file /man/man3/xxxconv_Any_Converter_ std_string, Out, typename std_enable_if_ xxxmf_EnableIfHelpers_And_ xxxmf_EnableIfHelpers_Or3_ std_is_same_ Out, double __value, std_is_same_ Out, float...

### Item being Documented I believe that the following is the item being documented at this point. It is a class template specialisation: ```c++ template struct Converter < std::string, Out,...

### Original Project Doxyfile [Doxyfile.zip](https://github.com/doxygen/doxygen/files/5874695/Doxyfile.zip) This was generated by **cmake** 3.19.3 using the `FindDoxygen` module. Additional configuration variables controlled by our module.

### Self Contained Example [doxygen-5229.zip](https://github.com/doxygen/doxygen/files/5875008/doxygen-5229.zip) Consists of one (1) C++ header file containing the definitions corresponding to the suspect code given above. One `Doxyfile` created from the original project file....

In our case the **Doxygen** is generated by a framework which sits over hundreds of projects, mostly poorly documented. The main goal is the _HTML_ output, but it would be...