Add doxygen testing of Java constructor wrappers
This commit is contained in:
parent
9cc05724ef
commit
602b0d5a2c
6 changed files with 20 additions and 4 deletions
|
|
@ -7,6 +7,7 @@
|
|||
struct DoxOuter {
|
||||
/** DoxOuter constructor */
|
||||
DoxOuter() {}
|
||||
/** DoxInner class description */
|
||||
struct DoxInner {
|
||||
/** DoxInner constructor */
|
||||
DoxInner() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue