Doxyfile
changeset 200 72c969ea6558
parent 199 04ecf40fc2e9
child 354 2d28f059a1d7
equal deleted inserted replaced
199:04ecf40fc2e9 200:72c969ea6558
   726 #---------------------------------------------------------------------------
   726 #---------------------------------------------------------------------------
   727 
   727 
   728 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
   728 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
   729 # generate Latex output.
   729 # generate Latex output.
   730 
   730 
   731 GENERATE_LATEX         = NO
   731 GENERATE_LATEX         = YES
   732 
   732 
   733 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
   733 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
   734 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
   734 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
   735 # put in front of it. If left blank `latex' will be used as the default path.
   735 # put in front of it. If left blank `latex' will be used as the default path.
   736 
   736 
   780 
   780 
   781 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
   781 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
   782 # plain latex in the generated Makefile. Set this option to YES to get a 
   782 # plain latex in the generated Makefile. Set this option to YES to get a 
   783 # higher quality PDF documentation.
   783 # higher quality PDF documentation.
   784 
   784 
   785 USE_PDFLATEX           = NO
   785 USE_PDFLATEX           = YES
   786 
   786 
   787 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
   787 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
   788 # command to the generated LaTeX files. This will instruct LaTeX to keep 
   788 # command to the generated LaTeX files. This will instruct LaTeX to keep 
   789 # running if errors occur, instead of asking the user for help. 
   789 # running if errors occur, instead of asking the user for help. 
   790 # This option is also used when generating formulas in HTML.
   790 # This option is also used when generating formulas in HTML.