Bugzilla – Bug 131182
missing links in boost-doc/spirit
Last modified: 2007-11-12 16:11:50 UTC
the documentation for the boost spirit libray includes some links to examples. these links are dead links, the whole example directory is missing example: /usr/share/doc/packages/boost-doc/libs/spirit/doc/indepth_the_parser_context.html has a dead link (just above the "an example" headline) to parser_context.cpp which is file:///usr/share/doc/packages/boost-doc/libs/spirit/example/fundamental/parser_context.cpp hint: compare to the online documentation with "good links": http://www.boost.org/libs/spirit/doc/indepth_the_parser_context.html
linkchecker from http://linkchecker.sourceforge.net reports 73 errors $ linkchecker --no-warnings --ignore-url=http --ignore-url=ftp --ignore-url=news /usr/share/doc/packages/boost-doc/libs/spirit/index.html ... That's it. 2166 links checked. 31 warnings found. 73 errors found. checking /usr/share/doc/packages/boost-doc/index.htm gives endless errors
I'll see what I can come up with. The boost project does not separate documentation and code which makes it hard to do it on our side.
The complete documentation for the new 1.34 package has been checked with linkchecker and all non-external links are OK.