Loading .gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ bin/ obj/ build/ docs/ docs/api/ # Eclipse temp files .metadata/ Loading Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -350,10 +350,10 @@ systest_names = $(patsubst $(SYSTEST_OUT)/run_%,%,$(systest_executables)) list_system_tests: echo $(systest_names) $(SYSTEST_OUT)/%_runner.c: $(SYSTEST_SRC)/%.c $(SYSTEST_OUT)/%_runner.c: $(SYSTEST_SRC)/%.c $(KINETIC_LIB) ./test/support/generate_test_runner.sh $< > $@ $(SYSTEST_OUT)/run_%: $(SYSTEST_SRC)/%.c $(SYSTEST_OUT)/%_runner.c $(KINETIC_LIB) $(SYSTEST_OUT)/run_%: $(SYSTEST_SRC)/%.c $(SYSTEST_OUT)/%_runner.c @echo @echo ================================================================================ @echo System test: '$<' Loading Rakefile +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ end namespace :doxygen do DOCS_PATH = "./docs/" DOCS_PATH = "./docs/api/" directory DOCS_PATH CLOBBER.include DOCS_PATH VERSION = File.read('./config/VERSION').strip Loading config/Doxyfile +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ PROJECT_LOGO = ./config/images/seagate-logo-w-title-sm.png # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. OUTPUT_DIRECTORY = ./docs OUTPUT_DIRECTORY = ./docs/api # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and Loading docs/sequence_diagrams/msg_handling-no_errors.png 0 → 100644 +53.5 KiB Loading image diff... Loading
.gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ bin/ obj/ build/ docs/ docs/api/ # Eclipse temp files .metadata/ Loading
Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -350,10 +350,10 @@ systest_names = $(patsubst $(SYSTEST_OUT)/run_%,%,$(systest_executables)) list_system_tests: echo $(systest_names) $(SYSTEST_OUT)/%_runner.c: $(SYSTEST_SRC)/%.c $(SYSTEST_OUT)/%_runner.c: $(SYSTEST_SRC)/%.c $(KINETIC_LIB) ./test/support/generate_test_runner.sh $< > $@ $(SYSTEST_OUT)/run_%: $(SYSTEST_SRC)/%.c $(SYSTEST_OUT)/%_runner.c $(KINETIC_LIB) $(SYSTEST_OUT)/run_%: $(SYSTEST_SRC)/%.c $(SYSTEST_OUT)/%_runner.c @echo @echo ================================================================================ @echo System test: '$<' Loading
Rakefile +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ end namespace :doxygen do DOCS_PATH = "./docs/" DOCS_PATH = "./docs/api/" directory DOCS_PATH CLOBBER.include DOCS_PATH VERSION = File.read('./config/VERSION').strip Loading
config/Doxyfile +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ PROJECT_LOGO = ./config/images/seagate-logo-w-title-sm.png # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. OUTPUT_DIRECTORY = ./docs OUTPUT_DIRECTORY = ./docs/api # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and Loading