diff options
author | friendica <info@friendica.com> | 2013-02-25 18:35:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-25 18:35:20 -0800 |
commit | b1f9c19ef96d61936516b15678ec8902dc2e24fb (patch) | |
tree | 1786c05d1bcb8653d1b78f50c1c79cfce893a674 /util | |
parent | ea3940c4b0b8232e2de0771811b9f90ade9ee45f (diff) | |
download | volse-hubzilla-b1f9c19ef96d61936516b15678ec8902dc2e24fb.tar.gz volse-hubzilla-b1f9c19ef96d61936516b15678ec8902dc2e24fb.tar.bz2 volse-hubzilla-b1f9c19ef96d61936516b15678ec8902dc2e24fb.zip |
doxygen gets tripped up by 'if (! function_exists' - but this construct no longer has value anyway.
Diffstat (limited to 'util')
-rw-r--r-- | util/Doxyfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/Doxyfile b/util/Doxyfile new file mode 100644 index 000000000..30657d0ff --- /dev/null +++ b/util/Doxyfile @@ -0,0 +1,7 @@ +PROJECT_NAME = red +INPUT = mod include boot.php +OUTPUT_DIRECTORY = docs +GENERATE_HTML = YES +HTML_OUTPUT = html/ +HTML_FILE_EXTENSION = .html +GENERATE_LATEX = NO |