doc/Doxyfile.in
changeset 1605 4fa618f7aa69
parent 1549 8bf39d55b1db
child 1618 e455fafbd663
equal deleted inserted replaced
8:1502805501b4 9:690876d1bdc0
   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.