diff options
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l index 35b1b8c..f084d03 100644 --- a/src/config.l +++ b/src/config.l @@ -1669,6 +1669,13 @@ void Config::create() FALSE ); cb = addBool( + "SIP_SUPPORT", + "Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. \n" + "Doxygen will parse them like normal C++ but will assume all classes use public \n" + "instead of private inheritance when no explicit protection keyword is present. \n", + FALSE + ); + cb = addBool( "DISTRIBUTE_GROUP_DOC", "If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC \n" "tag is set to YES, then doxygen will reuse the documentation of the first \n" |