You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# build with debug symbols
./build.sh -d
# alternative: build with debug symbols and profiling instrumentation, run tests
./build.sh -t
Building rexgen manually
mkdir build
cd build
cmake ../src -DCMAKE_BUILD_TYPE=DEBUG
Generating API documentation
# generates API doxumentation in XML format in doxygen/xml
doxygen doxygen/doxygen.conf
# install moxygen
git clone https://github.com/sourcey/moxygen.git
cd moxygen
npm install
cd ..
# convert XML format to markdown
moxygen/bin/moxygen.js --output doc/api.md doxygen/xml/