This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
pEpJNIAdapter
forked from
pEp.foundation/pEpJNIAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added doc/ dir, added Doxygen fox c++ and java. use "make doxy-all"
JNI-94
heck
2 years ago
parent
3b94758f72
commit
6f7c4536d9
3 changed files
with
5167 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
Makefile
+2577
-0
doc/doxygen/doxyfile-cxx
+2577
-0
doc/doxygen/doxyfile-java
+ 13
- 0
Makefile
View File
@ -32,3 +32,16 @@ src:
clean
:
$(
MAKE
)
-C src clean
$(
MAKE
)
-C
test
clean
# Generate API Documentation
doxy-all
:
doxy
-
cxx
doxy
-
java
doxy-cxx
:
src
cd
doc/doxygen
;
doxygen doxyfile-cxx
doxy-java
:
src
cd
doc/doxygen
;
doxygen doxyfile-java
doxy-clean
:
rm -rf doc/doxygen/cxx
rm -rf doc/doxygen/java
+ 2577
- 0
doc/doxygen/doxyfile-cxx
File diff suppressed because it is too large
View File
+ 2577
- 0
doc/doxygen/doxyfile-java
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save