package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type source_archi =
  1. | Main
  2. | Init
  3. | Interface
  4. | Test
  5. | Logging
  6. | Core
  7. | Utils
  8. | Constants
  9. | GetSet
  10. | Configuration
  11. | Building
  12. | Data
  13. | Doc
  14. | Ui
  15. | Storage
  16. | Parsing
  17. | Security
  18. | I18n
  19. | Architecture
  20. | OS
  21. | Network
  22. | Ffi
  23. | ThirdParty
  24. | Legacy
  25. | AutoGenerated
  26. | BoilerPlate
  27. | Unittester
  28. | Profiler
  29. | MiniLite
  30. | Intern
  31. | Script
  32. | Regular
val s_of_source_archi : source_archi -> string
val source_archi_list : source_archi list
type source_kind =
  1. | Header
  2. | Source
val find_duplicate_dirname : Common.dirname -> unit