doc: add Doxygen build system

- add Doxygen build configuration file template and CMake list file.
- add option for building documentation.
- the content of documentation should be filled in future.
This commit is contained in:
2024-06-12 15:48:20 +08:00
parent b6c53ac707
commit ab12268395
6 changed files with 2806 additions and 0 deletions

10
doc/src/index.dox Normal file
View File

@ -0,0 +1,10 @@
/**
\mainpage YYCCommonplace Library Manual
This manual is organized into the following chapters and appendices:
\subpage intro
*/

11
doc/src/intro.dox Normal file
View File

@ -0,0 +1,11 @@
/**
\page intro Introduction to YYCCommonplace
work in progress
\section work in progress
work in progress
*/