Hi,

The contents of the 'type' and 'paramtype' tags is code so they should be flow tags, patch attached. Is this okay to add?

thanks,

Daniel
Index: tools/quickbook/detail/post_process.cpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/detail/post_process.cpp,v
retrieving revision 1.16
diff -u -r1.16 post_process.cpp
--- tools/quickbook/detail/post_process.cpp	20 Sep 2005 02:32:21 -0000	1.16
+++ tools/quickbook/detail/post_process.cpp	27 Sep 2005 22:47:00 -0000
@@ -204,6 +204,9 @@
             flow_tags.insert("sbr");
             flow_tags.insert("quote");
             flow_tags.insert("code");
+            flow_tags.insert("type");
+            flow_tags.insert("paramtype");
+
         }
         
         bool is_flow_tag(std::string const& tag)

Reply via email to