Browse Source

Added ga to docs

master
Christopher 8 years ago
parent
commit
85139d4691
  1. 2
      Docs/fungus_docs/coding_standard.md
  2. 10
      Docs/resources/header.html

2
Docs/fungus_docs/coding_standard.md

@ -1,4 +1,4 @@
# Coding standard # {#coding_standard}
# Coding Standard # {#coding_standard}
\brief The %Fungus coding standard is designed to make the source code simple to understand for users and easy to maintain for contributors.

10
Docs/resources/header.html

@ -10,6 +10,16 @@
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="$relpath^jquery.js"></script>
<script type="text/javascript" src="$relpath^dynsections.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59839218-1', 'auto');
ga('send', 'pageview');
</script>
$treeview
$search
$mathjax

Loading…
Cancel
Save