aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Developers.md
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2014-12-08 11:06:37 +0100
committerzottel <github@zottel.net>2014-12-08 11:06:37 +0100
commit8ddf16f1eeb6e9a83b959028653aaa4ad494736d (patch)
tree72adc67022e3bbe125ca66899c71168120269708 /doc/Developers.md
parentf1367cb9f9b86379fe5a80c69691414483e58bad (diff)
downloadvolse-hubzilla-8ddf16f1eeb6e9a83b959028653aaa4ad494736d.tar.gz
volse-hubzilla-8ddf16f1eeb6e9a83b959028653aaa4ad494736d.tar.bz2
volse-hubzilla-8ddf16f1eeb6e9a83b959028653aaa4ad494736d.zip
add main_footer include to all .md files except TOS and README
Diffstat (limited to 'doc/Developers.md')
-rw-r--r--doc/Developers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Developers.md b/doc/Developers.md
index baadd1a2e..8252fa91d 100644
--- a/doc/Developers.md
+++ b/doc/Developers.md
@@ -52,4 +52,4 @@ In the interests of consistency we adopt the following code styling. We may acce
* Generally speaking, opening braces go on the same line as the thing which opens the brace. They are the last character on the line. Closing braces are on a line by themselves.
-
+#include doc/macros/main_footer.bb;