$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john.groups_at_[hidden]
Date: 2007-11-01 12:06:21
Author: jtorjo
Date: 2007-11-01 12:06:20 EDT (Thu, 01 Nov 2007)
New Revision: 40644
URL: http://svn.boost.org/trac/boost/changeset/40644
Log:
[logging]
v0.9.12.2, 1 nov 2007
- doc - standalone page with changelog
Text files modified: 
   sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp         |     2 +-                                      
   sandbox/logging/boost/logging/detail/raw_doc/main.hpp              |     4 ++--                                    
   sandbox/logging/boost/logging/detail/raw_doc/table_of_contents.hpp |     2 +-                                      
   3 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp	(original)
+++ sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp	2007-11-01 12:06:20 EDT (Thu, 01 Nov 2007)
@@ -1,7 +1,7 @@
 /** 
 @page page_changelog Changelog
 
-v0.9.12, 1 nov 2007
+v0.9.12.2, 1 nov 2007
 - moved changelog.hpp to detail/raw_doc dir
 
 v0.9.11, 31 oct 2007
Modified: sandbox/logging/boost/logging/detail/raw_doc/main.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/main.hpp	(original)
+++ sandbox/logging/boost/logging/detail/raw_doc/main.hpp	2007-11-01 12:06:20 EDT (Thu, 01 Nov 2007)
@@ -5,7 +5,7 @@
 
 - @ref main_motivation
 - @ref main_common_usage
-- @ref main_changelog
+- @ref page_changelog 
 
 @section main_motivation Motivation
 
@@ -55,7 +55,7 @@
 \n\n\n
 @section main_changelog Changelog
 
-_at_copydoc page_changelog 
+@ref page_changelog "See the changelog".
 
 */
 
Modified: sandbox/logging/boost/logging/detail/raw_doc/table_of_contents.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/table_of_contents.hpp	(original)
+++ sandbox/logging/boost/logging/detail/raw_doc/table_of_contents.hpp	2007-11-01 12:06:20 EDT (Thu, 01 Nov 2007)
@@ -6,7 +6,7 @@
 
 - @ref main_intro
     - @ref main_motivation
-    - @ref main_changelog
+    - @ref page_changelog
 - @ref common_scenarios
     - @ref common_scenarios_1
     - @ref common_scenarios_2