diff --git a/docs/apibuild.py b/docs/apibuild.py index 5250c5ad730e7f7dcfbb72cc7eda4a3ceb16d99c..30e224dd4dd57dbe1a059cce398357a3265efd6c 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -1312,7 +1312,7 @@ class CParser: name = None self.comment = None comment = "" - value = "0" + value = "-1" while token is not None: if token[0] == "sep" and token[1] == "{": token = self.token()