Commit 6521aa36 authored by Greg Williams's avatar Greg Williams
Browse files

Trying to get some source files to show in published Doxygen API on GitHub

parent 2389557b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,3 +33,4 @@ docs/
# Other local files to ignore
.tags*
*.sublime-workspace
.DS_Store
+2 −3
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ namespace :doxygen do

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

@@ -103,8 +102,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
+107 −75

File changed.

Preview size limit exceeded, changes collapsed.