Thanks for your responses to the async questions - I've responded to the doxygen ones below.

Cheers,
Frase



FYI when I tried "make docs" it mostly looks like it works but I saw
several warnings:

warning: ignoring unsupported tag `INLINE_SIMPLE_STRUCTS  =' at line 313,
file user.doxygen
warning: ignoring unsupported tag `CITE_BIB_FILES         =' at line 583,
file user.doxygen
warning: ignoring unsupported tag `MATHJAX_EXTENSIONS     =' at line 1166,
file user.doxygen
warning: ignoring unsupported tag `LATEX_BIB_STYLE        =' at line 1285,
file user.doxygen
warning: ignoring unsupported tag `INTERACTIVE_SVG        =' at line 1699,
file user.doxygen


Hmm, I don't seem to see these. What version of doxygen are you using?
Ah, it's a fairly old version - 1.7.4



and

Scanning dependencies of target docs-py
+-----------------------------------------------------------
---------------
| In /home/fadams/qpid/qpid-trunk/proton/proton-c/bindings/python/
| proton.py:
| Import failed (but source code parsing was successful).
|     Error: NameError: name 'PN_CONNECTION_STATE' is not defined (line
|            3292)
|


It looks like your new API docs are created OK, but I've raised PROTON-535
to cover it.

Did you do a make prior to doing make docs or just do make docs? The epydoc
generation imports the swig modules so it needs the C code to be built in
order to run in its entirety, however it falls back to source only mode if
the import fails.

--Rafael

I've just done

make clean
make
make docs

and it does the same thing.














---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to