doc: Remove 'NGHTTP2_EXTERN' from api doc
This commit is contained in:
parent
38cfc5c47c
commit
0aa17f64c1
|
@ -222,6 +222,7 @@ def process_function(domain, infile):
|
|||
func_proto = ''.join(func_proto)
|
||||
func_proto = re.sub(r';\n$', '', func_proto)
|
||||
func_proto = re.sub(r'\s+', ' ', func_proto)
|
||||
func_proto = re.sub(r'NGHTTP2_EXTERN ', '', func_proto)
|
||||
return FunctionDoc(func_proto, content, domain)
|
||||
|
||||
def read_content(infile):
|
||||
|
|
Loading…
Reference in New Issue