equal
deleted
inserted
replaced
233 |
233 |
234 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) |
234 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) |
235 # defined locally in source files will be included in the documentation. |
235 # defined locally in source files will be included in the documentation. |
236 # If set to NO only classes defined in header files are included. |
236 # If set to NO only classes defined in header files are included. |
237 |
237 |
238 EXTRACT_LOCAL_CLASSES = YES |
238 EXTRACT_LOCAL_CLASSES = NO |
239 |
239 |
240 # This flag is only useful for Objective-C code. When set to YES local |
240 # This flag is only useful for Objective-C code. When set to YES local |
241 # methods, which are defined in the implementation section but not in |
241 # methods, which are defined in the implementation section but not in |
242 # the interface are included in the documentation. |
242 # the interface are included in the documentation. |
243 # If set to NO (the default) only methods in the interface are included. |
243 # If set to NO (the default) only methods in the interface are included. |