diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-04 19:50:15 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-04 19:51:21 +1100 |
commit | e2a6b1378f04e6349eae678028022dd48e6959de (patch) | |
tree | 771cbfa55fc38b2acc79bcda4b5aa1f506d7b607 /solenv/bin | |
parent | e1acc9f0438dcfbc739bea019acb68614cc8cff3 (diff) |
accessibility: fix rest of doxygen errors
I've changed the doxygen generation script to generate an xhtml
page, and it uses SVG diagrams now.
Change-Id: I876795675ae9ebcfec6f7fe5edc43c9d2e4964d3
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/mkdocs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh index c5231feced77..54741fea9e57 100755 --- a/solenv/bin/mkdocs.sh +++ b/solenv/bin/mkdocs.sh @@ -221,7 +221,7 @@ for module_name in *; do text="<p><b>View module in:</b>" text="${text} <a href=\"http://cgit.freedesktop.org/libreoffice/core/tree/${module_name}\">cgit</a>" if $(echo $INPUT_PROJECTS | grep -q $module_name); then - text="${text} <a href=\"${module_name}/html/classes.html\">Doxygen</a>" + text="${text} <a href=\"${module_name}/html/classes.xhtml\">Doxygen</a>" fi text="${text} </p><p> </p>" echo -e $text >> "$BASE_OUTPUT/${module_name}.html" |