Cheng, Xiaoxing

Results 8 issues of Cheng, Xiaoxing

Here is an example doxygen page ``` /** @page faq Frequently Asked Questions @section faq_interface Interface 1. @ref faq_interface_q1 @subsection faq_interface_q1 One question. The answer to this question */ ```...

I'm using @cite to create a citation in my documentation. Doxybook2 renders it as plain text "[[1]]" and a *citelist.md* file for the bibliography list. Is there a way to...

enhancement

For doxygen generated html, the "Go to the source code of this file" link won't appear when I set ``` SOURCE_BROWSER = NO VERBATIM_HEADERS = NO INLINE_SOURCES = NO ```...

enhancement

Use CMAKE_CURRENT_SOURCE_DIR when looking for tag, this will prevent potential problems if the project is grabbed by fetchContent in other project **Issue** Resolves #874 **Approach** Should use CMAKE_CURRENT_SOURCE_DIR instead of...

I can compile Ecl on the same machine with the normal git clone and cmake process, but I cannot compile Ecl if it is included by fetchContent as follows ```...

I'm trying to compile spdlog with intel oneapi and gnu compiler on different platforms. Here are the results. |System|Intel onapi Compiler|Status| |-------|---------|-------| |Linux |icc/icx |Good | |Win10 |icl/icx |Good |...

I see in the Getting started Tutorials, > The get_value interface for processing the TOML data structure ensures that the data structure is complete throughout the whole process of reading...

documentation

As shown in the below image, I'm trying to use the reference 2 and 3 a second time. And two problems occurs: 1. the inline citation index jumps to 6,...

bug