Skip to content

Doxygen manual build fixes #5#32

Merged
MichalKononenko merged 6 commits intomasterfrom
Doxygen-Manual-Build-Fixes-#5
Nov 18, 2016
Merged

Doxygen manual build fixes #5#32
MichalKononenko merged 6 commits intomasterfrom
Doxygen-Manual-Build-Fixes-#5

Conversation

@MichalKononenko
Copy link
Member

Added a Doxygen build to this project,

Doxygen parses the src directories to build API documentation. It uses the file extension to identify the required parser (.cpp for C++, .java for Java, etc.), parses the code, and renders markup in the comments into HTML documentation.

Custom content can be included in Markdown or HTML.

This PR aims to fix issue #5.

I tried to automate the build process, but I found it requiring of a bit more attention than I initially expected. If this PR gets approved, I'm going to open an issue to automate the documentation build.
This gist offers some insight into how to do it. The author's solution was to write a shell script, but I believe the required scripting can be done in Gradle as well.

@codecov-io
Copy link

codecov-io commented Nov 18, 2016

Current coverage is 100% (diff: 100%)

Merging #32 into master will not change coverage

@@           master   #32   diff @@
===================================
  Files           1     2     +1   
  Lines           2    11     +9   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits            2    11     +9   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 93d3a67...eefe01c

@MichalKononenko MichalKononenko merged commit 055d2dc into master Nov 18, 2016
@MichalKononenko MichalKononenko deleted the Doxygen-Manual-Build-Fixes-#5 branch November 23, 2016 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants