diff options
| author | Mois Moshev <mois@monomon.me> | 2017-11-07 20:42:27 +0000 |
|---|---|---|
| committer | Mois Moshev <mois@monomon.me> | 2017-11-14 17:00:47 +0000 |
| commit | 7a008420cfda99a745d697f8230a45b24af01a6e (patch) | |
| tree | 3f69247457f6cf5be4dbb9585ce87f54a6c8b8ff /src/doxygen-main.dox | |
| parent | Don't set a default 'font-size' when copying text if one is not set. (diff) | |
| download | inkscape-7a008420cfda99a745d697f8230a45b24af01a6e.tar.gz inkscape-7a008420cfda99a745d697f8230a45b24af01a6e.zip | |
Add configuration to build python extension docs with doxygen
* Build them separately from cpp sources - separate doxyfile, separate
target directory
* Also add a subpage linking to common python files
Diffstat (limited to 'src/doxygen-main.dox')
| -rw-r--r-- | src/doxygen-main.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/doxygen-main.dox b/src/doxygen-main.dox index c714c2cbf..19a40fbd0 100644 --- a/src/doxygen-main.dox +++ b/src/doxygen-main.dox @@ -157,6 +157,7 @@ namespace XML {} * - \subpage XmlTree - XML backbone of the document * - \subpage Rendering - rendering and buffering * - \subpage OtherServices - what doesn't fit in the above + * - \subpage PythonExtensions * * See also the <a href="dirs.html">other directories</a> until doxygen * allows setting links to those doc files. @@ -344,6 +345,14 @@ namespace XML {} * * {\ref dialogs/} [\ref decimal-round.h] [\ref enums.h] */ +/** \page PythonExtensions Python Extensions API + * + * simplepath [\ref simplepath.py, \ref simplepath.rb] + * + * simpletransform [\ref simpletransform.py] + * + * simplestyle [\ref simplestyle.py] + */ /* |
