-Update Doxyfile for newer doxygen version

-Fix some problems with doxygen comments
-Regenerate doxygen documentation


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1111 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-10-31 09:36:35 +00:00
parent d4b730cb4d
commit f9dc259af5
5 changed files with 6 additions and 18 deletions

View File

@@ -213,7 +213,7 @@ void Set_back_color(byte color)
///
/// Redraw the cell in the menu palette for ::Fore_color.
/// This function checks bounds, it won't draw anything if Fore_color is not visible.
/// @param id:Color number to frame
/// @param id: Color number to frame
void Frame_menu_color(byte id)
{
word start_x,start_y,end_x,end_y;