1
0
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:
Daniel Veillard
2002-01-31 23:49:05 +00:00
parent f1d0e6be57
commit 6327697c52

View File

@ -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)