Skip to content

Commit d17d8ef

Browse files
author
Clement Champetier
committed
Swig: add file to generate documentation
* Use swig feature to generate python auto-documentation. * Still no way to generate javadoc from C++ documentation.
1 parent effc475 commit d17d8ef

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/AvTranscoder/avTranscoder.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
%include "AvTranscoder/swig/avException.i"
1111
%include "AvTranscoder/swig/avExport.i"
12+
%include "AvTranscoder/swig/avDocumentation.i"
1213

1314
%{
1415
#include <AvTranscoder/Profile.hpp>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/* Python-specific documentation. */
2+
%feature("autodoc", "3");

0 commit comments

Comments
 (0)