src/Palete/VapiParser.vala
authorAlan Knowles <alan@roojs.com>
Wed, 6 May 2015 07:27:53 +0000 (15:27 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 6 May 2015 07:27:53 +0000 (15:27 +0800)
src/Palete/VapiParser.vala.c

src/Palete/VapiParser.vala

index 9819f9f..ed79e94 100644 (file)
@@ -168,11 +168,11 @@ public class ValaDoc : Object {
                driver = null;
                print("docletpath %s", docletpath);
                // doclet:
-               string? pluginpath = ModuleLoader.get_doclet_path (docletpath, reporter);
+               string? pluginpath = ModuleLoader.get_doclet_path (null, reporter);
                if (pluginpath == null) {
                        return null;
                }
-
+print("pluginpath %s", pluginpath);
                doclet = modules.create_doclet (pluginpath);
                if (doclet == null) {
                        reporter.simple_error ("error: failed to load doclet");