| 59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included |
59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included |
| 60 # in the documentation. The maximum height of the logo should not exceed 55 |
60 # in the documentation. The maximum height of the logo should not exceed 55 |
| 61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy |
61 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy |
| 62 # the logo to the output directory. |
62 # the logo to the output directory. |
| 63 |
63 |
| 64 PROJECT_LOGO = ./uaplogo.png |
64 # PROJECT_LOGO = |
| 65 |
65 |
| 66 # With the PROJECT_ICON tag one can specify an icon that is included in the tabs |
66 # With the PROJECT_ICON tag one can specify an icon that is included in the tabs |
| 67 # when the HTML document is shown. Doxygen will copy the logo to the output |
67 # when the HTML document is shown. Doxygen will copy the logo to the output |
| 68 # directory. |
68 # directory. |
| 69 |
69 |