fix doc processing
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 15 Aug 2008 06:31:00 +0000 (06:31 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 15 Aug 2008 06:31:00 +0000 (06:31 +0000)
doc/DocBookLocal.py

index f1624fd..1eef1a2 100755 (executable)
@@ -5,7 +5,7 @@ from DocBook import DocBook
 
 def api_methods():
     api = PLCAPI(None)
-    methods = api.methods
+    methods = api.all_methods
     return [api.callable(method) for method in methods]
 
 DocBook(api_methods ()).Process()