header.html 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. <!-- HTML header for doxygen 1.8.7-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  7. <meta name="generator" content="Doxygen $doxygenversion"/>
  8. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  9. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  10. <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
  11. <script type="text/javascript" src="$relpath^jquery.js"></script>
  12. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  13. $treeview
  14. $search
  15. $mathjax
  16. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  17. $extrastylesheet
  18. </head>
  19. <script>
  20. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  21. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  22. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  23. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  24. ga('create', 'UA-63929386-1', 'auto');
  25. ga('send', 'pageview');
  26. </script>
  27. <body>
  28. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  29. <div id="topbanner"><a href="https://github.com/miloyip/rapidjson" title="RapidJSON GitHub"><i class="githublogo"></i></a></div>
  30. $searchbox
  31. <!--END TITLEAREA-->
  32. <!-- end header part -->