Commit 2389557b authored by Greg Williams's avatar Greg Williams
Browse files

Regenerated API docs for v0.3.0-beta

parent a3ba2eae
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -94,7 +94,8 @@ namespace :doxygen do

    # Generate the Doxygen API docs
    report_banner "Generating Doxygen API Docs (kinetic-c v#{VERSION}"
    execute_command "doxygen config/Doxyfile"
    rm_rf DOCS_PATH
    execute_command "doxygen #{doxyfile}"
  end

  desc "Generate and publish API docs"
@@ -102,8 +103,8 @@ namespace :doxygen do
    cd DOCS_PATH do
      git "add --all"
      git "status"
      git "commit -m 'Regenerated API docs for v#{VERSION}'"
      git "push"
      # git "commit -m 'Regenerated API docs for v#{VERSION}'"
      # git "push"
      report_banner "Published updated API docs for v#{VERSION} to GitHub!"
    end
  end