diff options
author | zottel <github@zottel.net> | 2014-12-08 11:06:37 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2014-12-08 11:06:37 +0100 |
commit | 8ddf16f1eeb6e9a83b959028653aaa4ad494736d (patch) | |
tree | 72adc67022e3bbe125ca66899c71168120269708 /doc/dev-function-overview.md | |
parent | f1367cb9f9b86379fe5a80c69691414483e58bad (diff) | |
download | volse-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/dev-function-overview.md')
-rw-r--r-- | doc/dev-function-overview.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md index ecf9186ca..5e382201f 100644 --- a/doc/dev-function-overview.md +++ b/doc/dev-function-overview.md @@ -49,4 +49,3 @@ Shorthand test to see if variable $var is set and is not empty. Tests vary by ty If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0; #include doc/macros/main_footer.bb; - |