Fredrik Orderud | 23 Dec 2011 09:33
Picon

PATCH: Exclude C++ std::string/wstring from diagrams

The BUILTIN_STL_SUPPORT option is great for enabling doxygen to parse
C++ classes containing STL containers and smart-pointers. It does,
however, also lead to some "noise" in the diagrams; especially for
text strings. I don't personally see the big value of adding separate
boxes for e.g. std::string members in collaboration diagrams for
classes containing strings. Instead, text strings could be considered
a "primitive" type, like int, float etc.

Would it be possible to consider the STL string classes as "primitive"
types, and exclude them from collaboration (and possibly other)
diagrams?

A patch that attempts to do so is attached.
Attachment (exclude_std_string.patch): application/octet-stream, 2300 bytes
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Doxygen-develop mailing list
Doxygen-develop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-develop

Gmane