diff --git a/doc/html/annotated.html b/doc/html/annotated.html index f9287209..dad0fb16 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/classes.html b/doc/html/classes.html index ad625f12..7720c671 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/doxygen-extra.css b/doc/html/doxygen-extra.css new file mode 100644 index 00000000..5abbcc21 --- /dev/null +++ b/doc/html/doxygen-extra.css @@ -0,0 +1,3 @@ +code { + color: #4665A2; +} diff --git a/doc/html/functions.html b/doc/html/functions.html index 55ccba08..b13faed8 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/functions_vars.html b/doc/html/functions_vars.html index cdc55604..cca5603f 100644 --- a/doc/html/functions_vars.html +++ b/doc/html/functions_vars.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/group___turbo_j_p_e_g.html b/doc/html/group___turbo_j_p_e_g.html index 6936e5df..8779c8b4 100644 --- a/doc/html/group___turbo_j_p_e_g.html +++ b/doc/html/group___turbo_j_p_e_g.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/index.html b/doc/html/index.html index 139b84c4..ccaa12e4 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/modules.html b/doc/html/modules.html index 6b769e40..9b41adbd 100644 --- a/doc/html/modules.html +++ b/doc/html/modules.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/structtjregion.html b/doc/html/structtjregion.html index 515686c6..d22c09ed 100644 --- a/doc/html/structtjregion.html +++ b/doc/html/structtjregion.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/structtjscalingfactor.html b/doc/html/structtjscalingfactor.html index f34e1503..f7b7c84f 100644 --- a/doc/html/structtjscalingfactor.html +++ b/doc/html/structtjscalingfactor.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doc/html/structtjtransform.html b/doc/html/structtjtransform.html index ef2c8d59..54e82e5d 100644 --- a/doc/html/structtjtransform.html +++ b/doc/html/structtjtransform.html @@ -14,6 +14,7 @@ $(document).ready(function() { searchBox.OnSelectItem(0); }); +
diff --git a/doxygen-extra.css b/doxygen-extra.css new file mode 100644 index 00000000..5abbcc21 --- /dev/null +++ b/doxygen-extra.css @@ -0,0 +1,3 @@ +code { + color: #4665A2; +} diff --git a/doxygen.config b/doxygen.config index 96801753..4ffba681 100644 --- a/doxygen.config +++ b/doxygen.config @@ -13,3 +13,4 @@ JAVADOC_AUTOBRIEF = YES MAX_INITIALIZER_LINES = 0 ALWAYS_DETAILED_SEC = YES HTML_TIMESTAMP = NO +HTML_EXTRA_STYLESHEET = doxygen-extra.css