Lines Matching +full:doxygen +full:-
3 * SPDX-License-Identifier: Apache-2.0
6 * Doxygen documentation as tooltips when hovering over a symbol in the
18 tooltipShadow.id = 'doxytooltip-shadow';
25 const tippyStyle = document.querySelector('style[data-tippy-stylesheet]');
58 .shadowRoot.getElementById('doxytooltip-shadow'),
70 /* Grab the main stylesheets from the Doxygen page and inject them in the tooltip's
72 const doxygenCSSNames = ['doxygen-awesome.css', 'doxygen-awesome-zephyr.css'];
91 if (codeClasses.contains('c-enumerator')) {
96 } else if (codeClasses.contains('c-struct')) {
99 /* c-function, c-type, etc. */
109 // rewrite all relative links as they are originally relative to the Doxygen page