We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280cb5c commit 6878915Copy full SHA for 6878915
1 file changed
doc-generator/config.py
@@ -47,7 +47,7 @@
47
# ----------------------------------------------------------------------------------
48
49
# The directory containing the proto files
50
-PROTO_DIR = '../proto'
+PROTO_DIR = '../org/polypheny/prism'
51
52
53
# PROTO COMPILER
@@ -57,7 +57,7 @@
57
DESCRIPTOR_SET_OUT = 'descriptor_set.bin'
58
59
# The directory from which the imports in the .proto files are resolved.
60
-IMPORT_BASE_DIR = '../proto/'
+IMPORT_BASE_DIR = '../' #../org/polypheny/prism'
61
62
63
0 commit comments