| commit | 14d67b6e670c4c744e528110c9ca2892672e32b9 | [log] [tgz] |
|---|---|---|
| author | Gora Khargosh <gora.khargosh@gmail.com> | Fri Dec 10 22:29:41 2010 +0530 |
| committer | Gora Khargosh <gora.khargosh@gmail.com> | Fri Dec 10 22:29:41 2010 +0530 |
| tree | 63055a97ec6ed0fea15a2b613aa6da3bd78d48ac | |
| parent | 65993ad0304e7db069818f38d4597cc06280bff8 [diff] |
Stops generating native API documentation Sphinx cannot import modules that depend on APIs native to another platform, which means that documentation, for platforms other than the one on which Sphinx runs, is not generated due to failures. Since we already have abstract base class documentation common to all these native interfaces, we no longer generate documentation for native API. Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>