Please regenerate api.libreoffice.org from libreoffice-4-1 branch

Michael Stahl mstahl at redhat.com
Wed Sep 11 07:57:58 PDT 2013


On 07/09/13 15:33, Andras Timar wrote:
> On Fri, Sep 6, 2013 at 5:36 PM, Alexander Thurgood
> <alex.thurgood at gmail.com> wrote:
>> I've seen two user reports of similar problems (404 not found), one
>> yesterday on the French list and one today on the EN user list.
> 
> It is possible that deep links from external sites do not work any
> more. The autodoc -> doxygen transition changed many links. Hopefully
> Google will reindex the site soon, so people can use Google search
> again.
> 
> The site contains 23881 links, and there are only ~30 broken links,
> which are caused by the following line in odk/CustomTarget_javadoc.mk:
>  -linkoffline ../../common/reg $(SRCDIR)/odk/pack/gendocu/uno \
> 
> There is no common directory any more, and unfortunately
> common/reg/com/sun/star paths became part of the filename, like
> exceptioncom_1_1sun_1_1star_1_1uno_1_1RuntimeException.html. So links
> from javadocs to API docs should be fixed somehow.

yes this is a known problem with doxygen, it wants to encode the type of
an entity into the filename, which makes linking annoyingly painful.

i even wrote a patch to add a PREDICTABLE_URLS option but it was not
merged upstream:
http://permalink.gmane.org/gmane.text.doxygen.devel/1313

with that patch the links could be automatically rewritten or even
redirected just by replacing "/" with "_1_1".



More information about the LibreOffice mailing list