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
Doxygen configuration and fix examples for better documentation (#124)
* Updated the Doxygen Fenced Code Blocks from c++ to cpp in docs/intro-examples.md to ensure proper syntax highlighting for C++ code.
* Updated the Doxyfile to include EXAMPLE_PATH = examples/, enabling the use of the \include special command in Doxygen. This allows example files, such as intro-1-hello-world.cpp, to be correctly referenced and displayed in the documentation.
* added code example 2 with include
0 commit comments