Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. methodName - name of the method <h3>
  2. methodDescription - description of the method <h4>
  3. methodArgList - list of arguments <ul>
  4. methodArgListElement - single row of arg list <li>
  5. methodArgName - name of argument in list <b>
  6. methodArgDesc - description of method argument <i>
  7. methodReturn - method return type <h4>
  8. methodReturnTitle - method return type in title (before name) <span>
  9. methodReturnValue - method return type (type only, without "Returns") <span>
  10. methodSeparator - method separator (at the end of methods) <hr>
  11.  
  12. objectName - name of the peripheral <h1>
  13. objectMethodSeparator - separator between peripheral name and its methods. <hr>
  14.  
  15. categoryName - name of the category <h1>
  16. categoryObjectSeparator - separator between category (mod) and its peripherals <hr>
  17. categoryObject - single object of category <p>
  18. categoryObjectLink - link to single object in category <a>
  19.  
  20. indexTitle - Index title in index <h1>
  21. indexObject - Single category name <p>
  22. indexObjectLink - Link to single category <a>
  23.  
  24. pathContentSeparator - separator between path and rest of content (empty with no css) <div>
  25. pathCurrentDoc - current path marker <b>
  26. pathLink - href to path <a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement