[Boost-docs] [doxproc.py] User-defined method groups

Subject: [Boost-docs] [doxproc.py] User-defined method groups
From: Samuel Debionne (debionne_at_[hidden])
Date: 2007-11-28 11:02:59


Hello all,
I recently found out about doxproc.py, an alternative to the xsl
stylesheet to convert doxygen xml to boostbook written by Rene Riviera.
Since I'm more confortable with python than xslt, I try it.
It worked fine with the last doxygen release (1.5.4) after fixing the name
of "namespace files" that do not start with "namespace_" but "namespace"
in this version (running under windows). That may be highly OS/version
dependant...

I also added the possibility to have user defined groups. A comment like
this :

/// \name queries
//@{
/// Return a
get_a();
/// Return b
get_b();
//@}

will generate a method-group element which name is "queries" and that
contains get_a() and get_b().
If you are interested, I enclosed a patch.

Kind regards,
Samuel



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