$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [icl] doc filenames
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-12-28 13:59:37
Just noticed while doing an update that the documentation filenames for the
ICL library are *very* long, and certainly won't pass our inspection script
tests (although apparently these have stopped being run :-( ).
Assuming that this is quickbook generated docs, the trick is to give each
section an ID rather than rely on the auto-generated ones, for example:
[section:foo Some long title that generates a really long file name...]
Just a quick heads up, John.