Guest User

Untitled

a guest
Feb 16th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {
  2. "name": "SFML",
  3. "package": "SFML_2.5.1",
  4. "index": "index.html",
  5. "selectors": {
  6. "div.title": [
  7. {
  8. "type": "Class",
  9. "requiretext": "Class Reference",
  10. "regexp": "^(.*) Class Reference.*$",
  11. "replacement": "$1",
  12. "matchpath": "^doc/html/classsf\\w+.html$"
  13. },
  14. {
  15. "type": "Module",
  16. "matchpath": "^doc/html/group__\\w+.html$"
  17. },
  18. {
  19. "type": "Struct",
  20. "requiretext": "Struct Reference",
  21. "regexp": "^(.*) Struct Reference.*$",
  22. "replacement": "$1",
  23. "matchpath": "^doc/html/structsf\\w+.html$"
  24. },
  25. {
  26. "type": "File",
  27. "matchpath": "^doc/html/\\w+_source.html$"
  28. }
  29. ],
  30. "li": {
  31. "type": "Function",
  32. "regexp": "^(.*):.*$",
  33. "replacement": "$1",
  34. "matchpath": "^doc/html/functions\\w+.html$"
  35. },
  36. "td.entry:first-child a.el": {
  37. "type": "Method",
  38. "matchpath": "^doc/html/\\w+-members.html$"
  39. }
  40. },
  41. "icon32x32": "",
  42. "allowJS": false,
  43. "ExternalURL": ""
  44. }
Add Comment
Please, Sign In to add comment