Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83979 - in trunk/boost/log: sinks utility/setup
From: andrey.semashev_at_[hidden]
Date: 2013-04-20 08:07:40


Author: andysem
Date: 2013-04-20 08:07:39 EDT (Sat, 20 Apr 2013)
New Revision: 83979
URL: http://svn.boost.org/trac/boost/changeset/83979

Log:
Added workarounds to eliminate broken links in the generated docs.
Text files modified:
   trunk/boost/log/sinks/text_file_backend.hpp | 2 +-
   trunk/boost/log/utility/setup/file.hpp | 8 ++++----
   2 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/boost/log/sinks/text_file_backend.hpp
==============================================================================
--- trunk/boost/log/sinks/text_file_backend.hpp (original)
+++ trunk/boost/log/sinks/text_file_backend.hpp 2013-04-20 08:07:39 EDT (Sat, 20 Apr 2013)
@@ -379,7 +379,7 @@
      * \li \c auto_flush - Specifies a flag, whether or not to automatically flush the file after each
      * written log record. By default, is \c false.
      *
- * \note Read caution regarding file name pattern in the <tt>file::collector::scan_for_files</tt>
+ * \note Read the caution note regarding file name pattern in the <tt>sinks::file::collector::scan_for_files</tt>
      * documentation.
      */
 #ifndef BOOST_LOG_DOXYGEN_PASS

Modified: trunk/boost/log/utility/setup/file.hpp
==============================================================================
--- trunk/boost/log/utility/setup/file.hpp (original)
+++ trunk/boost/log/utility/setup/file.hpp 2013-04-20 08:07:39 EDT (Sat, 20 Apr 2013)
@@ -140,10 +140,10 @@
  * \li \c time_based_rotation The predicate for time-based file rotations. See <tt>basic_text_file_backend</tt>.
  * \li \c auto_flush A boolean flag that shows whether the sink should automatically flush the file
  * after each written record.
- * \li \c target The target directory to store rotated files in. See <tt>file::make_collector</tt>.
- * \li \c max_size The maximum total size of rotated files in the target directory. See <tt>file::make_collector</tt>.
- * \li \c min_free_space Minimum free space in the target directory. See <tt>file::make_collector</tt>.
- * \li \c scan_method The method of scanning the target directory for log files. See <tt>file::scan_method</tt>.
+ * \li \c target The target directory to store rotated files in. See <tt>sinks::file::make_collector</tt>.
+ * \li \c max_size The maximum total size of rotated files in the target directory. See <tt>sinks::file::make_collector</tt>.
+ * \li \c min_free_space Minimum free space in the target directory. See <tt>sinks::file::make_collector</tt>.
+ * \li \c scan_method The method of scanning the target directory for log files. See <tt>sinks::file::scan_method</tt>.
  * \li \c filter Specifies a filter to install into the sink. May be a string that represents a filter,
  * or a filter lambda expression.
  * \li \c format Specifies a formatter to install into the sink. May be a string that represents a formatter,


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk