Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,4 @@ docs/ # Other local files to ignore .tags* *.sublime-workspace .DS_Store Rakefile +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading config/Doxyfile +107 −75 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -33,3 +33,4 @@ docs/ # Other local files to ignore .tags* *.sublime-workspace .DS_Store
Rakefile +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading