Loading Rakefile +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ namespace :doxygen do File.open(doxyfile, 'w').puts content # Generate the Doxygen API docs report_banner "Generating Doxygen API Docs (kinetic-c v#{VERSION}" report_banner "Generating Doxygen API Docs (kinetic-c v#{VERSION})" execute_command "doxygen #{doxyfile}" end Loading VERSION +1 −1 Original line number Diff line number Diff line 0.4.1 0.4.3 config/Doxyfile +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ PROJECT_NAME = protobuf-c # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = "v0.4.0" PROJECT_NUMBER = "v0.4.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a Loading Loading
Rakefile +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ namespace :doxygen do File.open(doxyfile, 'w').puts content # Generate the Doxygen API docs report_banner "Generating Doxygen API Docs (kinetic-c v#{VERSION}" report_banner "Generating Doxygen API Docs (kinetic-c v#{VERSION})" execute_command "doxygen #{doxyfile}" end Loading
config/Doxyfile +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ PROJECT_NAME = protobuf-c # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = "v0.4.0" PROJECT_NUMBER = "v0.4.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a Loading