mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-06-15 06:41:48 +03:00
Force the generato to use the API description in ../doc, Daniel
This commit is contained in:
@ -383,7 +383,7 @@ def print_function_wrapper(name, output, export, include):
|
||||
return 1
|
||||
|
||||
try:
|
||||
f = open("libxml2-api.xml")
|
||||
f = open("../doc/libxml2-api.xml")
|
||||
data = f.read()
|
||||
(parser, target) = getparser()
|
||||
parser.feed(data)
|
||||
|
Reference in New Issue
Block a user