Skip to content

Commit 6878915

Browse files
author
Tobias Hafner
committed
Adjust config
1 parent 280cb5c commit 6878915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc-generator/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# ----------------------------------------------------------------------------------
4848

4949
# The directory containing the proto files
50-
PROTO_DIR = '../proto'
50+
PROTO_DIR = '../org/polypheny/prism'
5151

5252
# ----------------------------------------------------------------------------------
5353
# PROTO COMPILER
@@ -57,7 +57,7 @@
5757
DESCRIPTOR_SET_OUT = 'descriptor_set.bin'
5858

5959
# The directory from which the imports in the .proto files are resolved.
60-
IMPORT_BASE_DIR = '../proto/'
60+
IMPORT_BASE_DIR = '../' #../org/polypheny/prism'
6161

6262

6363
# ----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)