cppreference-doc
cppreference-doc copied to clipboard
C++ standard library reference
Hi! We are using XML tag file integrated with Doxygen so we can do things like: ```cpp /// @see std::vector ``` This works great for classes and structs, but not...
There are a bunch of errors when building the Doxygen tag file, caused by duplicate elements when a class overrides base class functions. There are two entries, one for the...
There should be a check to make sure there are no unwanted links to the online version in the output HTML (so things like the broken release v20180527 can't happen...
The URL for external link markers (via `background` CSS style) and the navbar background is relative but not adjusted to the containing file's path, which means the link marker and...
For some pages that are modified before `preprocess_html_file` is run on them, the retrieval time in the footer may be wrong because it shows the modification time of the file.
Currently the `SHELL` variable in the Makefile uses `/bin/bash` as a shell. This would normally work except for the users that have the `bash` executable installed somewhere else on their...
Hi, can we have automatically light or dark theme like this? Thanks! ``` /* https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme */ :root { color-scheme: light dark } ```
Hi guys! Qt Assistant work well, Help → Index under Qt Creator work well to. But context search no: just error reported (Documentation not found). Does this issue well known?...
I'm using zimit to make an offline copy of CPP reference website, but finding your repo left me wondering if the former is too outdated? I'm new to c++ sorry...