equal
deleted
inserted
replaced
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. |