mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	scripts: kernel-doc: support in-line comments on nested structs/unions
The parser at kernel-doc rejects names with dots in the middle. Fix it, in order to support nested structs/unions. Tested-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
		
							parent
							
								
									d2253a4557
								
							
						
					
					
						commit
						fe7bc493d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -363,7 +363,7 @@ my $doc_sect = $doc_com .
 | 
			
		|||
my $doc_content = $doc_com_body . '(.*)';
 | 
			
		||||
my $doc_block = $doc_com . 'DOC:\s*(.*)?';
 | 
			
		||||
my $doc_inline_start = '^\s*/\*\*\s*$';
 | 
			
		||||
my $doc_inline_sect = '\s*\*\s*(@[\w\s]+):(.*)';
 | 
			
		||||
my $doc_inline_sect = '\s*\*\s*(@\s*[\w][\w\.]*\s*):(.*)';
 | 
			
		||||
my $doc_inline_end = '^\s*\*/\s*$';
 | 
			
		||||
my $doc_inline_oneline = '^\s*/\*\*\s*(@[\w\s]+):\s*(.*)\s*\*/\s*$';
 | 
			
		||||
my $export_symbol = '^\s*EXPORT_SYMBOL(_GPL)?\s*\(\s*(\w+)\s*\)\s*;';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue