You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@apache.org> on 2018/12/28 10:25:20 UTC

Re: svn commit: r1849833 - /subversion/trunk/doc/doxygen.conf

On 28.12.2018 11:12, brane@apache.org wrote:
> Author: brane
> Date: Fri Dec 28 10:12:27 2018
> New Revision: 1849833
>
> URL: http://svn.apache.org/viewvc?rev=1849833&view=rev
> Log:
> Tweak our Doxygen configuration to include SVN++ documentation.
>
> * doc/doxygen.conf
>   (FULL_PATH_NAMES): Set to YES to generate more helpful file links.
>   (STRIP_FROM_PATH, STRIP_FROM_INC_PATH): Add relevant path segments.
>   (INPUT): Add the SVN++ include paths.
>   (FILE_PATTERNS): Add *.hpp.


I had considered using a separate Doxygen run to generate the SVN++
documentation, but I think this way is actually better, because it
allows cross-referencing from SVN++ docs to the C-API docs.

-- Brane

P.S.: I don't consider the C++ API as "bindings" and I think we should
move it from subversion/bindings/cxx to subversion/svnxx, and its public
include files to subverison/include/svnxx, but that's a topic for a
different thread.