Curt Arnold <[EMAIL PROTECTED]> writes: >> BTW, a documentation bug. The API documentation for >> TimeBasedRollingPolicy is missing the % sign before the d for >> specifying the FileNamePattern. It gives an example with: >> >> /wombat/folder/foo.d >> >> which should really be: >> >> /wombat/folder/foo.%d > > The source code comments have foo.%d. Apparently, the % gets dropped > when Doxygen builds the site.
Doxygen uses % as a keyword to disable automatic link generation. The % must be quoted (\%) for it to appear in the output. --jtc -- J.T. Conklin