footer.html 891 Bytes
Newer Older
miloyip's avatar
miloyip committed
1 2 3 4 5 6 7 8 9
<!-- HTML footer for doxygen 1.8.7-->
<!-- start footer part -->
<!--BEGIN GENERATE_TREEVIEW-->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    $navpath
  </ul>
</div>
<!--END GENERATE_TREEVIEW-->
10 11 12 13 14 15 16 17 18 19 20
<script type="text/javascript">
    /* * * CONFIGURATION VARIABLES * * */
    var disqus_shortname = 'rapidjson-doc';
    
    /* * * DON'T EDIT BELOW THIS LINE * * */
    (function() {
	    var dt = document.createElement('div');
	    dt.id = "disqus_thread";
	    (document.getElementsByClassName('contents')[0]).appendChild(dt);

        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
21
        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
22 23 24 25 26
        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
    })();
</script>

</body>
27
</html>