Advertisement
lamiastella

doxyfile not found

Jun 12th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. C:\Users\mona6>doxygen DoxygenConfig
  2. error: configuration file DoxygenConfig not found!
  3. Doxygen version 1.8.12
  4. Copyright Dimitri van Heesch 1997-2015
  5.  
  6. You can use doxygen in a number of ways:
  7.  
  8. 1) Use doxygen to generate a template configuration file:
  9. doxygen [-s] -g [configName]
  10.  
  11. If - is used for configName doxygen will write to standard output.
  12.  
  13. 2) Use doxygen to update an old configuration file:
  14. doxygen [-s] -u [configName]
  15.  
  16. 3) Use doxygen to generate documentation using an existing configuration file:
  17. doxygen [configName]
  18.  
  19. If - is used for configName doxygen will read from standard input.
  20.  
  21. 4) Use doxygen to generate a template file controlling the layout of the
  22. generated documentation:
  23. doxygen -l [layoutFileName.xml]
  24.  
  25. 5) Use doxygen to generate a template style sheet file for RTF, HTML or Latex.
  26. RTF: doxygen -w rtf styleSheetFile
  27. HTML: doxygen -w html headerFile footerFile styleSheetFile [configFile]
  28. LaTeX: doxygen -w latex headerFile footerFile styleSheetFile [configFile]
  29.  
  30. 6) Use doxygen to generate a rtf extensions file
  31. RTF: doxygen -e rtf extensionsFile
  32.  
  33. If -s is specified the comments of the configuration items in the config file will be omitted.
  34. If configName is omitted `Doxyfile' will be used as a default.
  35.  
  36. -v print version string
  37.  
  38. C:\Users\mona6>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement