kernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning.
[linux-2.6-block.git] / scripts / kernel-doc
index 438dfe76b9898c5eecdeb6a049ea863623d1ea02..7962d0daa63865fe1aebc3b1d952d586949a2e00 100755 (executable)
@@ -62,7 +62,7 @@ my $anon_struct_union = 0;
 
 # match expressions used to find embedded type information
 my $type_constant = '\b``([^\`]+)``\b';
-my $type_constant2 = '\%([-_\w]+)';
+my $type_constant2 = '\%([-_*\w]+)';
 my $type_func = '(\w+)\(\)';
 my $type_param = '\@(\w*((\.\w+)|(->\w+))*(\.\.\.)?)';
 my $type_param_ref = '([\!~\*]?)\@(\w*((\.\w+)|(->\w+))*(\.\.\.)?)';