Closed MichalKononenko closed 7 years ago
@@ 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
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.