This commit adds documentation generation,

including grabbing ntcore sources, for both
Java and C++. This will need changes made in
the wpilib promotion tasks to copy the generatd
documentation to the correct places.

Change-Id: I64590b5eda001da2cc8ae498b2b1c0fd298da284
This commit is contained in:
Fredric Silberberg
2015-12-22 14:16:15 -05:00
parent 20749ed6e9
commit 729545809e
4 changed files with 95 additions and 5 deletions

3
.gitignore vendored
View File

@@ -175,3 +175,6 @@ __pycache__
#catkin stuff
package.xml
# Doxygen stuff
NO