Add view of \license information in Doxygen information and add an overview page for \fixme which is used in source code. We have Bug List, Fixme List, Todo List and Deprecated List. Do we have some other tags we use that we could collect and display?
21 lines
660 B
Plaintext
21 lines
660 B
Plaintext
INPUT = index.php boot.php mod/ include/ setup/ util/ view/
|
|
RECURSIVE = YES
|
|
PROJECT_NAME = "The RedMatrix"
|
|
PROJECT_LOGO = images/rm-64.png
|
|
EXCLUDE = .htconfig.php library/ doc/ vendor/ .git/ util/zotsh/easywebdav/
|
|
EXCLUDE_PATTERNS = *smarty3* *strings.php *.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
|
|
REFERENCED_BY_RELATION = YES
|
|
GENERATE_TREEVIEW = YES
|
|
HTML_FOOTER = util/Doxygen.footer
|
|
ALIASES += "license=@par License:\n"
|
|
ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\""
|