# # # patch "doxygen.conf" # from [22dd65017821bdee715e4004ce54bd41f8109098] # to [004ccfa24256079713b91e55751fcc24b491b362] # ============================================================ --- doxygen.conf 22dd65017821bdee715e4004ce54bd41f8109098 +++ doxygen.conf 004ccfa24256079713b91e55751fcc24b491b362 @@ -11,9 +11,9 @@ REPEAT_BRIEF = YES OUTPUT_LANGUAGE = English BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES -ABBREVIATE_BRIEF = "The $name class" \ - "The $name widget" \ - "The $name file" \ +ABBREVIATE_BRIEF = "The $name class " \ + "The $name widget " \ + "The $name file " \ is \ provides \ specifies \ @@ -80,7 +80,7 @@ WARN_NO_PARAMDOC = NO WARN_IF_UNDOCUMENTED = YES WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = NO -WARN_FORMAT = "$file:$line: $text" +WARN_FORMAT = "$file:$line: $text " WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files @@ -248,7 +248,7 @@ INCLUDED_BY_GRAPH = YES TEMPLATE_RELATIONS = NO INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES -CALL_GRAPH = YES +CALL_GRAPH = NO CALLER_GRAPH = NO GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES