python: Add doxygen python doc
Signed-off-by: Corentin Le Molgat <corentinl@google.com>
This commit is contained in:
2720
ortools/python/Doxyfile.in
Normal file
2720
ortools/python/Doxyfile.in
Normal file
File diff suppressed because it is too large
Load Diff
11
ortools/python/main.python.dox
Normal file
11
ortools/python/main.python.dox
Normal file
@@ -0,0 +1,11 @@
|
||||
/*! @file
|
||||
* @author Laurent Perron <lperron@google.com>
|
||||
* @author Corentin "Mizux" Le Molgat <corentinl@google.com>
|
||||
*/
|
||||
|
||||
/*! @mainpage OR-Tools
|
||||
This is the reference documentation for the Google OR-Tools Python wrappers.
|
||||
|
||||
This repository contains several components:
|
||||
|
||||
*/
|
||||
16
ortools/python/stylesheet.css
Normal file
16
ortools/python/stylesheet.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* The standard CSS for doxygen 1.9.6*/
|
||||
|
||||
html {
|
||||
/* page base colors */
|
||||
/*--page-background-color: white;*/
|
||||
/*--page-foreground-color: black;*/
|
||||
|
||||
/* header */
|
||||
--header-background: #d9821e;
|
||||
--header-foreground: white;
|
||||
|
||||
/* footer */
|
||||
--footer-background: #d9821e;
|
||||
--footer-foreground: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user