Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Minimal Example — Programmatic API
Build a document entirely from C++ without any ``.craft`` file:

.. code-block:: cpp

#include "docraft/docraft_document.h"
#include "docraft/model/docraft_text.h"
#include "docraft/model/docraft_body.h"
Expand Down
Loading