!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_OUTPUT_EXCMD	mixed	/number, pattern, mixed, or combineV2/
!_TAG_OUTPUT_FILESEP	slash	/slash or backslash/
!_TAG_OUTPUT_MODE	u-ctags	/u-ctags or e-ctags/
!_TAG_PATTERN_LENGTH_LIMIT	96	/0 for no limit/
!_TAG_PROGRAM_AUTHOR	Universal Ctags Team	//
!_TAG_PROGRAM_NAME	Universal Ctags	/Derived from Exuberant Ctags/
!_TAG_PROGRAM_URL	https://ctags.io/	/official site/
INPUT_DATA_H	src/input.h	/^#define INPUT_DATA_H$/;"	kind:macro	line:2	end:2
area	src/input-area.cpp	/^float area   (fpoint2d &p)$/;"	kind:function	line:8	typeref:typename:float	signature:(fpoint2d & p)	end:11
area	src/input-area.cpp	/^float area   (ipoint2d &p)$/;"	kind:function	line:3	typeref:typename:float	signature:(ipoint2d & p)	end:6
fpoint2d	src/input.h	/^struct fpoint2d {$/;"	kind:struct	line:12	end:14
fpoint3d	src/input.h	/^struct fpoint3d {$/;"	kind:struct	line:16	end:19
ipoint2d	src/input.h	/^struct ipoint2d {$/;"	kind:struct	line:4	end:6
ipoint3d	src/input.h	/^struct ipoint3d {$/;"	kind:struct	line:8	end:10
parent	src/input.h	/^  fpoint2d parent;$/;"	kind:member	line:17	typeref:typename:fpoint2d	end:17
volume	src/input-volume.cpp	/^float volume (fpoint3d *p)$/;"	kind:function	line:8	typeref:typename:float	signature:(fpoint3d * p)	end:11
volume	src/input-volume.cpp	/^float volume (ipoint3d *p)$/;"	kind:function	line:3	typeref:typename:float	signature:(ipoint3d * p)	end:6
x	src/input.h	/^  float x, y;$/;"	kind:member	line:13	typeref:typename:float	end:13
x	src/input.h	/^  int x, y, z;$/;"	kind:member	line:9	typeref:typename:int	end:9
x	src/input.h	/^  int x, y;$/;"	kind:member	line:5	typeref:typename:int	end:5
y	src/input.h	/^  float x, y;$/;"	kind:member	line:13	typeref:typename:float	end:13
y	src/input.h	/^  int x, y, z;$/;"	kind:member	line:9	typeref:typename:int	end:9
y	src/input.h	/^  int x, y;$/;"	kind:member	line:5	typeref:typename:int	end:5
z	src/input.h	/^  float z;$/;"	kind:member	line:18	typeref:typename:float	end:18
z	src/input.h	/^  int x, y, z;$/;"	kind:member	line:9	typeref:typename:int	end:9
