Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. --- spacegame.dox.orig 2010-10-20 08:28:30.000000000 -0400
  2. +++ spacegame.dox 2010-10-21 19:25:07.000000000 -0400
  3. @@ -38,7 +38,7 @@
  4. # If a relative path is entered, it will be relative to the location
  5. # where doxygen was started. If left blank the current directory will be used.
  6.  
  7. -OUTPUT_DIRECTORY = C:/devkitPro/msys/home/ccfreak2k/failengine/docs
  8. +OUTPUT_DIRECTORY = docs
  9.  
  10. # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
  11. # 4096 sub-directories (in 2 levels) under the output directory of each output
  12. @@ -308,7 +308,7 @@
  13. # Private class members and static file members will be hidden unless
  14. # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
  15.  
  16. -EXTRACT_ALL = NO
  17. +EXTRACT_ALL = YES
  18.  
  19. # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
  20. # will be included in the documentation.
  21. @@ -590,7 +590,7 @@
  22. # directories like "/usr/src/myproject". Separate the files or directories
  23. # with spaces.
  24.  
  25. -INPUT = C:/devkitPro/msys/home/ccfreak2k/failengine/source
  26. +INPUT = source
  27.  
  28. # This tag can be used to specify the character encoding of the source files
  29. # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement