diff --git a/audacity.dox b/audacity.dox index 4d37a6d56..6ea346535 100644 --- a/audacity.dox +++ b/audacity.dox @@ -51,7 +51,7 @@ PROJECT_BRIEF = # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = images/AudacityLogo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -1438,7 +1438,7 @@ DISABLE_INDEX = NO # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that # doxygen will group on one line in the generated HTML documentation. diff --git a/images/AudacityLogo.png b/images/AudacityLogo.png new file mode 100644 index 000000000..9598457bc Binary files /dev/null and b/images/AudacityLogo.png differ