Update of /cvsroot/boost/boost/tools/quickbook/detail
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17565/tools/quickbook/detail
Modified Files:
actions.cpp
Log Message:
Fix author group logic.
Index: actions.cpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/detail/actions.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- actions.cpp 8 May 2007 16:53:31 -0000 1.50
+++ actions.cpp 9 May 2007 12:56:07 -0000 1.51
@@ -1084,7 +1084,7 @@
<< " xmlns:xi=\"http://www.w3.org/2001/XInclude\">\n"
<< " <" << actions.doc_type << "info>\n";
- if(actions.doc_authors.empty())
+ if(!actions.doc_authors.empty())
{
out << " <authorgroup>\n";
for_each(
@@ -1176,3 +1176,4 @@
phrase.swap(out);
}
}
+
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs