File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ docs/coconut:
314314docs/grpc :
315315 @echo -e " generating gRPC API documentation \033[1;33m==>\033[0m \033[1;34m./docs\033[0m"
316316 @cd apricot/protos && PATH=" $( ROOT_DIR) /tools:$$ PATH" protoc --doc_out=" $( ROOT_DIR) /docs" --doc_opt=markdown,apidocs_apricot.md " apricot.proto"
317- @cd core/protos && PATH=" $( ROOT_DIR) /tools:$$ PATH" protoc --doc_out=" $( ROOT_DIR) /docs" --doc_opt=markdown,apidocs_aliecs.md " o2control.proto"
317+ @cd core/protos && PATH=" $( ROOT_DIR) /tools:$$ PATH" protoc -I=. -I=../../common - -doc_out=" $( ROOT_DIR) /docs" --doc_opt=markdown,apidocs_aliecs.md " o2control.proto"
318318 @cd occ/protos && PATH=" $( ROOT_DIR) /tools:$$ PATH" protoc --doc_out=" $( ROOT_DIR) /docs" --doc_opt=markdown,apidocs_occ.md " occ.proto"
319319
320320docs/swaggo :
You can’t perform that action at this time.
0 commit comments