Fix error in previous commit. Filter some files in Doxygen (the standard SDLMain, and I have some python scripts lying around.)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@693 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
2602c591eb
commit
b68db78d29
3
Doxyfile
3
Doxyfile
@ -607,7 +607,8 @@ EXCLUDE_SYMLINKS = NO
|
|||||||
# against the file with absolute path, so to exclude all test directories
|
# against the file with absolute path, so to exclude all test directories
|
||||||
# for example use the pattern */test/*
|
# for example use the pattern */test/*
|
||||||
|
|
||||||
EXCLUDE_PATTERNS =
|
EXCLUDE_PATTERNS = SDLMain.*
|
||||||
|
EXCLUDE_PATTERNS += *.py
|
||||||
|
|
||||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||||
|
|||||||
4
global.h
4
global.h
@ -48,14 +48,14 @@ GFX2_GLOBAL T_Config Config;
|
|||||||
GFX2_GLOBAL word Config_Touche[NB_TOUCHES_SPECIALES][2];
|
GFX2_GLOBAL word Config_Touche[NB_TOUCHES_SPECIALES][2];
|
||||||
|
|
||||||
|
|
||||||
typedef struct T_Video_mode
|
typedef struct
|
||||||
{
|
{
|
||||||
short Width;
|
short Width;
|
||||||
short Height;
|
short Height;
|
||||||
byte Mode;
|
byte Mode;
|
||||||
word Fullscreen;
|
word Fullscreen;
|
||||||
byte Etat; // 0:Cool 1:OK ; 2:Bof ; 3:Naze ; si on rajoute +128 => incompatible
|
byte Etat; // 0:Cool 1:OK ; 2:Bof ; 3:Naze ; si on rajoute +128 => incompatible
|
||||||
};
|
} T_Video_mode;
|
||||||
GFX2_GLOBAL T_Video_mode Mode_video[MAX_MODES_VIDEO];
|
GFX2_GLOBAL T_Video_mode Mode_video[MAX_MODES_VIDEO];
|
||||||
GFX2_GLOBAL int Nb_modes_video; // Nombre de modes réellement recensés dans Mode_video[]
|
GFX2_GLOBAL int Nb_modes_video; // Nombre de modes réellement recensés dans Mode_video[]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user