Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
909 B
24 lines
909 B
INPUT = README.md index.php boot.php testargs.php update.php mod/ object/ include/ js/ util/ view/ version.inc |
|
RECURSIVE = YES |
|
PROJECT_NAME = "Friendica" |
|
PROJECT_LOGO = images/friendica-64.jpg |
|
EXCLUDE = .htconfig.php library/ doc/ .git/ log/ util/zotsh/easywebdav/ addon/ report/ privacy_image_cache/ photo/ proxy/ local/ |
|
EXCLUDE_PATTERNS = *smarty3* *strings.php*.log *.out *test* |
|
OUTPUT_DIRECTORY = doc |
|
GENERATE_HTML = YES |
|
HTML_OUTPUT = html/ |
|
HTML_FILE_EXTENSION = .html |
|
GENERATE_LATEX = NO |
|
EXTRACT_ALL = YES |
|
EXTRACT_PRIVATE = YES |
|
GENERATE_TODOLIST = YES |
|
USE_MDFILE_AS_MAINPAGE = README.md |
|
REFERENCED_BY_RELATION = YES |
|
GENERATE_TREEVIEW = YES |
|
HTML_FOOTER = util/Doxygen.footer |
|
ALIASES += "license=@par License:\n" |
|
ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\"" |
|
ALIASES += "FIXME=\fixme" |
|
ALIASES += "TODO=\todo" |
|
ALIASES += "BUG=\bug" |
|
ALIASES += "hooks=\xrefitem hooks \"Hooks\" \"Hooks List\""
|
|
|