Advertisement
Guest User

ScornInPC

a guest
Oct 23rd, 2008
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ; Diret�rio onde ser� salvo a documenta��o
  2. target = D:/docs/
  3.  
  4. ; Titulo dos documentos
  5. title = Teste's Class
  6.  
  7. ; Ignora arquivos ocultos
  8. hidden = false
  9.  
  10. ; Documentar elementos privados
  11. parseprivate = off
  12.  
  13. ; Iniciar a sequencia com uma pequena descri��o
  14. javadocdesc = off
  15.  
  16. ; Tags customizadas (n�o consegui fazer funcionar, se alguem conseguir, comente ai)
  17. ;customtags = changelog
  18.  
  19. ; Nome do pacote principal
  20. defaultpackagename = Teste
  21.  
  22. ; Arquivos � documentar (separados por virgula)
  23. ;filename = D:\www\teste\teste1.class.php, D:\www\teste\teste2.class.php
  24.  
  25. ; Diret�rio � documentar
  26. ;directory = D:\www\teste\
  27.  
  28. ; Ignora arquivos
  29. ignore = templates_c/,*HTML/default/*,spec/
  30.  
  31. ; Seta o template da documenta��o
  32. ; Aqui exitem varios templates, o legal � ver qual vc mais gosta, e seta-lo
  33. ; � possivel desenvolver templates pr�prios com o Smart, muito show
  34. ; Alguns templates padr�es:
  35. ; HTML:frames:default
  36. ; HTML:frames:l0l33t
  37. ; HTML:frames:phpdoc.de
  38. ; HTML:frames:phphtmllib
  39. ; HTML:frames:phpedit
  40. ; HTML:frames:DOM/default
  41. ; HTML:frames:DOM/l0l33t
  42. ; HTML:frames:DOM/phpdoc.de
  43. ; HTML:Smarty:default
  44. ; HTML:Smarty:PHP
  45. ; PDF:default:default
  46. ; CHM:default:default
  47. ; XML:DocBook:default
  48. output=HTML:Smarty:PHP
  49.  
  50. ; Mudar a cor dos fontes (highlight)
  51. sourcecode = on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement