tree: aae7c64e9b3c48d0a39e03cad09cffad5e3bc89f [path history] [tgz]
  1. _static/
  2. BUILD.bazel
  3. lib.cpp
  4. lib.h
  5. README.md
examples/awesome/README.md

Awesome example

A slightly more complex example where we choose to use the Doxygen awesome documentation theme.

bazel build //awesome:doxygen

Showcase

You can add equations:

$$ \int_{-\infty}^{\infty} e^{-x^2} , dx = \sqrt{\pi} $$

Code snippets:

#include <iostream>

int main() {
    std::cout << "Hello, World!" << std::endl;
    return 0;
}

And even mermaid diagrams: