[Boost-docs] [boostbook][patch] added support for protected/private/etc. access specifiers for class members

Subject: [Boost-docs] [boostbook][patch] added support for protected/private/etc. access specifiers for class members
From: Frank Mori Hess (frank.hess_at_[hidden])
Date: 2007-09-07 18:36:06


Attached is a patch that adds support for access specifiers to boostbook. So
with it you can do something like

<class>
  <access name="public">
    <typedef/>
    <constructor/>
    <method/>
  <access name="protected">
    <method/>
  </access>
</class>

and so forth. I've kept backwards compatibility so members that are not
children of access elements are still public. At the moment, the only
difference you see in the output is in the class synopsis. If this addition
is acceptable, I will also make the corresponding changes to the boostbook
reference.

I can put up my documentation that I've built with it if anyone wants to see
and example of what it looks like.

-- 
Frank





This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:40 UTC