[CHG] Updated doxygen file to 1.7.1

This commit is contained in:
Crayon2000 2010-06-25 21:32:28 +00:00
parent b50c8193e2
commit 00c6b72867
2 changed files with 10 additions and 2 deletions

View file

@ -52,7 +52,7 @@ void GRRLIB_ExitTTF (void) {
/**
* Load a TTF from a buffer.
* @param file_base Buffer with TTF data.
* @param file_base Buffer with TTF data. You must not deallocate the memory before calling GRRLIB_FreeTTF.
* @param file_size Size of the TTF buffer.
* @return A handle to a given TTF font object.
* @see GRRLIB_FreeTTF

View file

@ -1,4 +1,4 @@
# Doxyfile 1.7.0
# Doxyfile 1.7.1
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project
@ -1058,6 +1058,14 @@ EXT_LINKS_IN_WINDOW = NO
FORMULA_FONTSIZE = 10
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are
# not supported properly for IE 6.0, but are supported on all modern browsers.
# Note that when changing this option you need to delete any form_*.png files
# in the HTML output before the changes have effect.
FORMULA_TRANSPARENT = YES
# When the SEARCHENGINE tag is enabled doxygen will generate a search box
# for the HTML output. The underlying search engine uses javascript
# and DHTML and should work on any modern browser. Note that when using