Add Google Analytics to Doxygen pages. (#5728)

This commit is contained in:
Scot Breitenfeld
2025-08-18 07:47:23 -05:00
committed by GitHub
parent abada2661b
commit 7f49eae0f3
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -13,6 +13,5 @@ $generatedby&#160;<a href="https://www.doxygen.org/index.html"><img class="foote
</small></address>
</div><!-- doc-content -->
<!--END !GENERATE_TREEVIEW-->
</body>
</html>
+8
View File
@@ -29,6 +29,14 @@ $extrastylesheet
<script type="text/javascript">
DoxygenAwesomeTabs.init()
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-57FMZK4S7X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-57FMZK4S7X');
</script>
</head>
<body>
<!--BEGIN DISABLE_INDEX-->