comparison Doxyfile.in @ 19566:57d350900136

Tooltips can be for the buddylist or for conversation windows. A more appropriate fix for #2723.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Sep 2007 23:50:22 +0000
parents 8e09a0c971b9
children b99a158ea85e
comparison
equal deleted inserted replaced
19565:4691b5f80ac8 19566:57d350900136
291 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 291 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
292 # will sort the (detailed) documentation of file and class members 292 # will sort the (detailed) documentation of file and class members
293 # alphabetically by member name. If set to NO the members will appear in 293 # alphabetically by member name. If set to NO the members will appear in
294 # declaration order. 294 # declaration order.
295 295
296 SORT_MEMBER_DOCS = YES 296 SORT_MEMBER_DOCS = NO
297 297
298 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 298 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
299 # brief documentation of file, namespace and class members alphabetically 299 # brief documentation of file, namespace and class members alphabetically
300 # by member name. If set to NO (the default) the members will appear in 300 # by member name. If set to NO (the default) the members will appear in
301 # declaration order. 301 # declaration order.
308 # not including the namespace part. 308 # not including the namespace part.
309 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 309 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
310 # Note: This option applies only to the class list, not to the 310 # Note: This option applies only to the class list, not to the
311 # alphabetical list. 311 # alphabetical list.
312 312
313 SORT_BY_SCOPE_NAME = YES 313 SORT_BY_SCOPE_NAME = NO
314 314
315 # The GENERATE_TODOLIST tag can be used to enable (YES) or 315 # The GENERATE_TODOLIST tag can be used to enable (YES) or
316 # disable (NO) the todo list. This list is created by putting \todo 316 # disable (NO) the todo list. This list is created by putting \todo
317 # commands in the documentation. 317 # commands in the documentation.
318 318
754 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 754 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
755 # is prepared for conversion to pdf (using ps2pdf). The pdf file will 755 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
756 # contain links (just like the HTML output) instead of page references 756 # contain links (just like the HTML output) instead of page references
757 # This makes the output suitable for online browsing using a pdf viewer. 757 # This makes the output suitable for online browsing using a pdf viewer.
758 758
759 PDF_HYPERLINKS = NO 759 PDF_HYPERLINKS = YES
760 760
761 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 761 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
762 # plain latex in the generated Makefile. Set this option to YES to get a 762 # plain latex in the generated Makefile. Set this option to YES to get a
763 # higher quality PDF documentation. 763 # higher quality PDF documentation.
764 764
1037 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or 1037 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or
1038 # super classes. Setting the tag to NO turns the diagrams off. Note that this 1038 # super classes. Setting the tag to NO turns the diagrams off. Note that this
1039 # option is superceded by the HAVE_DOT option below. This is only a fallback. It is 1039 # option is superceded by the HAVE_DOT option below. This is only a fallback. It is
1040 # recommended to install and use dot, since it yields more powerful graphs. 1040 # recommended to install and use dot, since it yields more powerful graphs.
1041 1041
1042 CLASS_DIAGRAMS = YES 1042 CLASS_DIAGRAMS = NO
1043 1043
1044 # If set to YES, the inheritance and collaboration graphs will hide 1044 # If set to YES, the inheritance and collaboration graphs will hide
1045 # inheritance and usage relations if the target is undocumented 1045 # inheritance and usage relations if the target is undocumented
1046 # or is not a class. 1046 # or is not a class.
1047 1047