aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Developers.md
diff options
context:
space:
mode:
authorzzottel <github@zottel.net>2014-12-08 11:13:11 +0100
committerzzottel <github@zottel.net>2014-12-08 11:13:11 +0100
commit88cfdb864c3cfe0f782668cb93fe69c43256cb01 (patch)
treebb3a6e95f008ed173879c3462812f5592b1f17e9 /doc/Developers.md
parentec1a8d4e106e3ddd366b0744c4af5d9a66aebeb2 (diff)
parent8ddf16f1eeb6e9a83b959028653aaa4ad494736d (diff)
downloadvolse-hubzilla-88cfdb864c3cfe0f782668cb93fe69c43256cb01.tar.gz
volse-hubzilla-88cfdb864c3cfe0f782668cb93fe69c43256cb01.tar.bz2
volse-hubzilla-88cfdb864c3cfe0f782668cb93fe69c43256cb01.zip
Merge pull request #731 from zzottel/master
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;