cmake: Add C++ documentation

This commit is contained in:
Mizux Seiha
2023-02-02 11:38:05 +01:00
parent 079c8ea2f7
commit 4f30a7ff2c
6 changed files with 2799 additions and 0 deletions

29
ortools/cpp/main.cpp.dox Normal file
View File

@@ -0,0 +1,29 @@
/*! @file
* @author Laurent Perron <lperron@google.com>
* @author Corentin "Mizux" Le Molgat <corentinl@google.com>
*/
/*! @mainpage OR-Tools
This is the reference documentation for Google OR-Tools.
This repository contains several component:
@li @ref ortools/algorithms "Algorithms"
@li @ref ortools/graph "Graph"
@li @ref ortools/linear_solver "Linear Solver"
@li @ref ortools/math_opt "Math Opt" (Bazel only)
@li @ref ortools/glop "GLOP"
@li @ref ortools/sat "SAT"
@li @ref ortools/pdlp "PDLP"
@li @ref ortools/constraint_solver "Constraint Solver"
@li @ref ortools/routing "Routing"
@li @ref ortools/packing "Packing"
@li @ref ortools/scheduling "Scheduling"
Misc:
@li @ref ortools/init "init"
@li @ref ortools/base "base"
@li @ref ortools/util "util"
*/