-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

@@ -32,7 +32,7 @@ void Add_element_to_list(T_Fileselector *list, const char * fname, int type);
///
/// Formats a display name for a file, directory, or similar name (drive, volume).
/// The returned value is a pointer to a single static buffer of 19 characters
/// including the '\0'.
/// including the '\\0'.
char * Format_filename(const char * fname, int type);
void Free_fileselector_list(T_Fileselector *list);