@@ -70,23 +70,24 @@ sanitize_base() {
7070 local f=" $1 "
7171
7272 # ---- normalize base settings (small/stable list) ----
73- inplace_sed ' s|^REPEAT_BRIEF[[:space:]]*=.*|REPEAT_BRIEF = NO|g' " $f "
74- inplace_sed ' s|^OPTIMIZE_OUTPUT_FOR_C[[:space:]]*=.*|OPTIMIZE_OUTPUT_FOR_C = YES|g' " $f "
73+ inplace_sed ' s|^REPEAT_BRIEF[[:space:]]*=.*|REPEAT_BRIEF = NO|g' " $f "
74+ inplace_sed ' s|^OPTIMIZE_OUTPUT_FOR_C[[:space:]]*=.*|OPTIMIZE_OUTPUT_FOR_C = YES|g' " $f "
7575 inplace_sed ' s|^BUILTIN_STL_SUPPORT[[:space:]]*=.*|BUILTIN_STL_SUPPORT = YES|g' " $f "
76- inplace_sed ' s|^EXTRACT_ALL[[:space:]]*=.*|EXTRACT_ALL = YES|g' " $f "
77- inplace_sed ' s|^SOURCE_BROWSER[[:space:]]*=.*|SOURCE_BROWSER = YES|g' " $f "
78- inplace_sed ' s|^RECURSIVE[[:space:]]*=.*|RECURSIVE = YES|g' " $f "
79- inplace_sed ' s|^GENERATE_TREEVIEW[[:space:]]*=.*|GENERATE_TREEVIEW = YES|g' " $f "
80- inplace_sed ' s|^FORMULA_FONTSIZE[[:space:]]*=.*|FORMULA_FONTSIZE = 14|g' " $f "
81- inplace_sed ' s|^DOT_FONTNAME[[:space:]]*=.*|DOT_FONTNAME = Avenir|g' " $f "
82- inplace_sed ' s|^DOT_FONTSIZE[[:space:]]*=.*|DOT_FONTSIZE = 16|g' " $f "
83- inplace_sed ' s|^TEMPLATE_RELATIONS[[:space:]]*=.*|TEMPLATE_RELATIONS = YES|g' " $f "
84- inplace_sed ' s|^GENERATE_LATEX[[:space:]]*=.*|GENERATE_LATEX = NO|g' " $f "
85- inplace_sed ' s|^HAVE_DOT[[:space:]]*=.*|HAVE_DOT = YES|g' " $f "
86- inplace_sed ' s|^UML_LOOK[[:space:]]*=.*|UML_LOOK = YES|g' " $f "
87- inplace_sed ' s|^HIDE_FRIEND_COMPOUNDS[[:space:]]*=.*|HIDE_FRIEND_COMPOUNDS = YES|g' " $f "
88- inplace_sed ' s|^QUIET[[:space:]]*=.*|QUIET = YES|g' " $f "
89- inplace_sed ' s|^WARNINGS[[:space:]]*=.*|WARNINGS = YES|g' " $f "
76+ inplace_sed ' s|^EXTRACT_ALL[[:space:]]*=.*|EXTRACT_ALL = YES|g' " $f "
77+ inplace_sed ' s|^SOURCE_BROWSER[[:space:]]*=.*|SOURCE_BROWSER = YES|g' " $f "
78+ inplace_sed ' s|^RECURSIVE[[:space:]]*=.*|RECURSIVE = YES|g' " $f "
79+ inplace_sed ' s|^GENERATE_TREEVIEW[[:space:]]*=.*|GENERATE_TREEVIEW = YES|g' " $f "
80+ inplace_sed ' s|^FORMULA_FONTSIZE[[:space:]]*=.*|FORMULA_FONTSIZE = 14|g' " $f "
81+ inplace_sed ' s|^DOT_FONTNAME[[:space:]]*=.*|DOT_FONTNAME = Avenir|g' " $f "
82+ inplace_sed ' s|^DOT_FONTSIZE[[:space:]]*=.*|DOT_FONTSIZE = 16|g' " $f "
83+ inplace_sed ' s|^TEMPLATE_RELATIONS[[:space:]]*=.*|TEMPLATE_RELATIONS = YES|g' " $f "
84+ inplace_sed ' s|^GENERATE_LATEX[[:space:]]*=.*|GENERATE_LATEX = NO|g' " $f "
85+ inplace_sed ' s|^PAGE_OUTLINE_PANEL[[:space:]]*=.*|PAGE_OUTLINE_PANEL = NO|g' " $f "
86+ inplace_sed ' s|^HAVE_DOT[[:space:]]*=.*|HAVE_DOT = YES|g' " $f "
87+ inplace_sed ' s|^UML_LOOK[[:space:]]*=.*|UML_LOOK = YES|g' " $f "
88+ inplace_sed ' s|^HIDE_FRIEND_COMPOUNDS[[:space:]]*=.*|HIDE_FRIEND_COMPOUNDS = NO|g' " $f "
89+ inplace_sed ' s|^QUIET[[:space:]]*=.*|QUIET = YES|g' " $f "
90+ inplace_sed ' s|^WARNINGS[[:space:]]*=.*|WARNINGS = YES|g' " $f "
9091
9192 replace_doxy_list_key_single_line " $f " " FILE_PATTERNS" \
9293 " *.h *.hh *.hpp *.hxx *.c *.cc *.cpp *.cxx *.C *.H"
0 commit comments