From: Marcin Siodelski Date: Tue, 7 Jul 2015 11:33:40 +0000 (+0200) Subject: [3484] Moved logo to the top left corner of the developer's guide. X-Git-Tag: trac4006_base~25^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34884ba4dd2c2f2e2744c76bed0f37753fe2aafc;p=thirdparty%2Fkea.git [3484] Moved logo to the top left corner of the developer's guide. --- diff --git a/doc/Doxyfile b/doc/Doxyfile index b27ce0eb31..fb4878fd91 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -45,7 +45,7 @@ PROJECT_BRIEF = # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = images/isc-logo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/devel/mainpage.dox b/doc/devel/mainpage.dox index 3d2146c2fa..8ecd5ce95f 100644 --- a/doc/devel/mainpage.dox +++ b/doc/devel/mainpage.dox @@ -15,12 +15,12 @@ /** * @mainpage Kea Developer's Guide * - * Welcome to Kea Developer's Guide. This documentation is addressed - * at existing and prospecting developers and programmers and provides - * information needed to both extend and maintain Kea. - * + * Welcome to Kea Developer's Guide. This documentation is addressed at + * either existing or prospective Kea developers and contributors, and + * provides information needed to extend and maintain Kea. + * If you wish to write "hook" code - code that is loaded by Kea at - * run-time and modifies its behavior you should read the section + * run-time and modifies its behavior, you should read the section * @ref hooksdgDevelopersGuide. * * Kea maintenance information is divided into a number of sections @@ -30,8 +30,11 @@ * * If you are a user or system administrator, rather than software engineer, * you should read the - * Kea - * Administrator Reference Manual instead. + * Kea + * Administrator Reference Manual instead. If you are using Beta or + * development version of Kea, the + * + * development version of the manual is recommended. * * Regardless of your field of expertise, you are encouraged to visit the * Kea webpage (http://kea.isc.org) @@ -117,10 +120,5 @@ * - @subpage SocketSessionUtility * - Documentation warnings and errors * - * @image html isc-logo.png - */ -/* - * @todo: Move the logo to the right (and possibly up). Not sure what - * is the best way to do it in Doxygen, without using CSS hacks. */