Subversion Repositories Kolibri OS

Rev

Rev 8976 | Rev 8980 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8976 Rev 8977
Line 1366... Line 1366...
1366
	def dump(self):
1366
	def dump(self):
1367
		print(f"{self.comment}")
1367
		print(f"{self.comment}")
1368
		print(f"{self.location}: {self.name}")
1368
		print(f"{self.location}: {self.name}")
Line 1369... Line 1369...
1369
 
1369
 
-
 
1370
	def emit(self, dest, doxycomment = '', declaration = ''):
-
 
1371
		# Do not emit anything if the symbol is marked as hidden in its comment
-
 
1372
		if '@dont_give_a_doxygen' in self.comment:
-
 
1373
			return
1370
	def emit(self, dest, doxycomment = '', declaration = ''):
1374
 
1371
		global warnings
1375
		global warnings
1372
		# Redefine default declaration
1376
		# Redefine default declaration
1373
		if declaration == '':
1377
		if declaration == '':
1374
			declaration = f'#define {self.name}'
1378
			declaration = f'#define {self.name}'