cppreference-doc
cppreference-doc copied to clipboard
C++ standard library reference
After downloading the prepared archive and unzipping it in the root of cppreference-doc then running make doc_html I get this error ``` make doc_html mkdir -p output ./preprocess.py --src reference...
Repos of other languages of this repo releases less frequently than yours (I really appreciate it for the help your up-to-date offline doc gives me), so I wget from the...
Is it possible to create an epub version of this documentation set for e-readers and apps such as Apple Books? Due to the large amount of HTML files, classical tools...
Implements the fix described in #31. Issue: `operator""sv` (and many others) contain quote characters which appear as `operator\"\"sv` in HTML, but the regex in `build_link_map.py` stops at the first (escaped)...
The readme states that it is best to download the prepared archive from the website instead of using wget to grab everything. This however is currently not the most up...
Seems like it is not able to set the correct foreground color for text if its unspecified? 
Could you provide unprocessed archives in the release page since `make source` is rather slow because connection to cppreference site is slow in my region, and I need to process...
Hi, The online search uses google and we can not use that service in the country. Is it possible to have offline search for local files of cppreference similar to...
I am primarily interested in `devhelp` documentation on Debian/Linux. Here is what I tried: ```sh wget https://github.com/PeterFeicht/cppreference-doc/releases/download/v20220730/cppreference-doc-20220730.tar.xz tar xf cppreference-doc-20220730.tar.xz cd cppreference-doc-20220730/ sudo apt install python3-pip pip install premailer sed...
Hello, In the most recent release the doxygen web tagfile has some weird namespaces that include `(` characters. Looks like this might be the result of typo in a config...