aplqo / cppreference-pdf

Generate pdf from cppreference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cppreference-pdf

Generate pdf from cppreference

usage

doc source outfile

source:first html
outfile:output html path

build

Require
C++ standard:c++17
Libraries:

Target
test: Run unit test
time:Run unit test(show run time)
run:Run executable.

Option
RUN:Whether add a target to run executable.
UNIT_TEST:Whether build unit tests.

Var
RUN_HTML:The path to html file for run target.
RUN_PDF:The path to output pdf file for run target.

build command

mkdir build   
cd build   
cmake ../cppreference-pdf .   
make   

About

Generate pdf from cppreference

License:GNU General Public License v3.0


Languages

Language:C++ 82.2%Language:HTML 8.2%Language:Shell 5.2%Language:CMake 4.4%