Mercurial > mplayer.hg
comparison DOCS/tech/Doxyfile @ 33275:2cd61a522248
doxygen: misc config file tweaks
Do not generate 4096 subdirectories, optimize output for C and
add a directory entry to the navigation bar.
author | diego |
---|---|
date | Wed, 04 May 2011 15:16:35 +0000 |
parents | 99e361d92a03 |
children | e1a74e3ddee7 |
comparison
equal
deleted
inserted
replaced
33274:99e361d92a03 | 33275:2cd61a522248 |
---|---|
45 # format and will distribute the generated files over these directories. | 45 # format and will distribute the generated files over these directories. |
46 # Enabling this option can be useful when feeding doxygen a huge amount of | 46 # Enabling this option can be useful when feeding doxygen a huge amount of |
47 # source files, where putting all generated files in the same directory would | 47 # source files, where putting all generated files in the same directory would |
48 # otherwise cause performance problems for the file system. | 48 # otherwise cause performance problems for the file system. |
49 | 49 |
50 CREATE_SUBDIRS = YES | 50 CREATE_SUBDIRS = NO |
51 | 51 |
52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all | 52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all |
53 # documentation generated by doxygen is written. Doxygen will use this | 53 # documentation generated by doxygen is written. Doxygen will use this |
54 # information to generate all constant output in the proper language. | 54 # information to generate all constant output in the proper language. |
55 # The default language is English, other supported languages are: | 55 # The default language is English, other supported languages are: |
191 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C | 191 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C |
192 # sources only. Doxygen will then generate output that is more tailored for C. | 192 # sources only. Doxygen will then generate output that is more tailored for C. |
193 # For instance, some of the names that are used will be different. The list | 193 # For instance, some of the names that are used will be different. The list |
194 # of all members will be omitted, etc. | 194 # of all members will be omitted, etc. |
195 | 195 |
196 OPTIMIZE_OUTPUT_FOR_C = NO | 196 OPTIMIZE_OUTPUT_FOR_C = YES |
197 | 197 |
198 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java | 198 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java |
199 # sources only. Doxygen will then generate output that is more tailored for | 199 # sources only. Doxygen will then generate output that is more tailored for |
200 # Java. For instance, namespaces will be presented as packages, qualified | 200 # Java. For instance, namespaces will be presented as packages, qualified |
201 # scopes will look different, etc. | 201 # scopes will look different, etc. |
448 | 448 |
449 # If the sources in your project are distributed over multiple directories | 449 # If the sources in your project are distributed over multiple directories |
450 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy | 450 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy |
451 # in the documentation. The default is NO. | 451 # in the documentation. The default is NO. |
452 | 452 |
453 SHOW_DIRECTORIES = NO | 453 SHOW_DIRECTORIES = YES |
454 | 454 |
455 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. | 455 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. |
456 # This will remove the Files entry from the Quick Index and from the | 456 # This will remove the Files entry from the Quick Index and from the |
457 # Folder Tree View (if specified). The default is YES. | 457 # Folder Tree View (if specified). The default is YES. |
458 | 458 |