doc/doxygen.conf
changeset 5102 0bb1dd1c301d
parent 5100 d0cafb0ebeeb
child 5731 2fcf3f408dc7
child 5805 db141a163ef3
equal deleted inserted replaced
5101:41589d492ca3 5102:0bb1dd1c301d
   298 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
   298 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
   299 # undocumented classes that are normally visible in the class hierarchy. 
   299 # undocumented classes that are normally visible in the class hierarchy. 
   300 # If set to NO (the default) these classes will be included in the various 
   300 # If set to NO (the default) these classes will be included in the various 
   301 # overviews. This option has no effect if EXTRACT_ALL is enabled.
   301 # overviews. This option has no effect if EXTRACT_ALL is enabled.
   302 
   302 
   303 HIDE_UNDOC_CLASSES     = NO
   303 HIDE_UNDOC_CLASSES     = YES
   304 
   304 
   305 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
   305 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
   306 # friend (class|struct|union) declarations. 
   306 # friend (class|struct|union) declarations. 
   307 # If set to NO (the default) these declarations will be included in the 
   307 # If set to NO (the default) these declarations will be included in the 
   308 # documentation.
   308 # documentation.