docs: fix some warnings
Some doxygen configuration params are obsolete with new versions of doxygen. With version 1.9.3
I get the follwoing warnings:
warning: Tag 'OUTPUT_TEXT_DIRECTION' at line 102 of file 'docs/Doxyfile-wp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLANG_ASSISTED_PARSING' at line 1122 of file 'docs/Doxyfile-wp' belongs to an option that was not enabled at compile time.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'CLANG_ADD_INC_PATHS' at line 1128 of file 'docs/Doxyfile-wp' belongs to an option that was not enabled at compile time.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'CLANG_OPTIONS' at line 1136 of file 'docs/Doxyfile-wp' belongs to an option that was not enabled at compile time.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'CLANG_DATABASE_PATH' at line 1149 of file 'docs/Doxyfile-wp' belongs to an option that was not enabled at compile time.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
warning: Tag 'LATEX_SOURCE_CODE' at line 1914 of file 'docs/Doxyfile-wp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'RTF_SOURCE_CODE' at line 2004 of file 'docs/Doxyfile-wp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOCBOOK_PROGRAMLISTING' at line 2109 of file 'docs/Doxyfile-wp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 2318 of file 'docs/Doxyfile-wp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
This MR removes those params form docs/Doxyfile.in
to avoid those warnings.
In addition to this, a placeholder for lua_spa_pod.rst
has been added to avoid the following warning:
lua_proxies_api.rst:33: WARNING: undefined label: lua_spa_pod
Fixes #233 (closed)
Edited by Julian Bouzas