13 Commits

Author SHA1 Message Date
Corentin Le Molgat
64669dc08d doxygen: improve
* stop transforming all // in doxygen comment /// since it doesn't work
nicely with our code base, prefer to replace // by /// when needed.
2025-11-07 18:23:31 +01:00
Mizux Seiha
24eb888d2e doxygen: update docs 2025-07-09 14:13:52 +02:00
Corentin Le Molgat
052d57da07 doxygen: Improve C++ ref manual
* Had to use absolute paths otherwise `ortools/<dir>` conflict with `build/ortools/<dir>`
* rework Doxygen main page following devsite C++ ref overview.
* improve doxygen c++ cache
  note: doxygen log specify the ideal cache size according to the previous run.
2025-07-09 14:13:46 +02:00
Corentin Le Molgat
3445c9233f cpp: Add DoxygenLayout.xml
move "detailedDescription" to top to follow devsite layout convention
2025-07-09 14:13:41 +02:00
Corentin Le Molgat
835b3b3b93 doxygen: force light-mode for doc 2025-06-30 15:20:19 +02:00
Arnab Animesh Das
b84c60b464 Remove comment regarding only static builds being supported on Windows (#4559)
* Remove comment regarding only static builds being supported on Windows

* Minor fix
2025-02-24 10:56:56 +01:00
Corentin Le Molgat
5b50f67ed0 doxygen cleanup 2023-10-27 10:15:27 +02:00
Corentin Le Molgat
77bc962925 doxygen: Fix #define list 2023-06-07 14:43:51 +02:00
Corentin Le Molgat
1ec087ef56 cmake: tentative fix 2023-02-10 08:10:19 +01:00
Mizux Seiha
4f30a7ff2c cmake: Add C++ documentation 2023-02-02 11:40:42 +01:00
Mizux Seiha
e956acee92 cmake: Fix C++17 Unix / C++20 MSVC management 2022-09-20 22:33:30 +02:00
Corentin Le Molgat
42cab13e38 make: use CMAKE_PREFIX_PATH to build samples (#3214) 2022-04-06 11:16:10 +02:00
Mizux Seiha
562b8c03be make: Use a CMake template to build example (#3214) 2022-04-06 11:16:09 +02:00