提交 b889bac1 编写于 作者: P Peter Krempa

docs: Add method to print warnings in docBuilder class

The method was not existing and did not allow to diagnose problems.
上级 3ad13c92
......@@ -1961,6 +1961,11 @@ class docBuilder:
self.index = {}
self.basename = name
def warning(self, msg):
global warnings
warnings = warnings + 1
print msg
def indexString(self, id, str):
if str == None:
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册