home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / smapp100.zip / sm10.zip / dos / default.opt next >
Text File  |  1997-02-12  |  3KB  |  65 lines

  1.    ; Header with total information about source:
  2. iti[+]   ; Include header with total information
  3. clt[+]   ; Count total number of lines in source
  4. cel[+]   ; Count number of empty lines in source
  5. coc[+]   ; Count number of comment lines in source
  6. clc[+]   ; Count number of lines containing code in source
  7. cfu[+]   ; Count number of functions in source
  8. cco[+]   ; Count number of comment blocks in source
  9.  
  10.    ; Register of functions in source:
  11. ifr[+]   ; Include register of functions in source
  12. fso[1]   ; Sorting method of functions register (1=Name, 2=Linr)
  13.  
  14.    ; List of function calls:
  15. ilf[-]   ; Include list of function calls in source
  16. slf[] ; Selective list of functions in list of functioncalls
  17. fln[+]   ; Rising line numbers references in list of function calls
  18.  
  19.    ; List of identifiers:
  20. iil[-]   ; Include list of identifiers in source
  21. sli[] ; Selective list of identifiers in list of identifiers
  22. iln[+]   ; Rising line number references in list of identifiers
  23.  
  24.    ; List of calling sequences:
  25. csi[+]   ; Include list of calling sequences in source
  26. cie[-]   ; Include external functions in list of calling sequences
  27. csg[-]   ; Use graphical characters in list of calling sequences
  28. csf[1]   ; Format of list of calling sequences (1=List, 2=Flowchart)
  29. cwi[5]   ; Width of indents in list of calling sequences
  30. cir[+]   ; Include index register of calling sequences
  31. cdt[main]   ; Default top level function in list of calling sequences
  32.  
  33.    ; Source lines information:
  34. ili[+]   ; Include source lines information
  35. lll[+]   ; Report local linenumber of each source line
  36. rbi[+]   ; Report level of block indention
  37. lcl[+]   ; Report each comment line in source
  38.  
  39.    ; Information about each function in source:
  40. lfi[+]   ; Include information about each function in source
  41. LLF[-]   ; Report number of lines in each function in source
  42. LEF[-]   ; Report number of empty lines in each function in source
  43. LCF[-]   ; Report number of comments in each function in source
  44. LCO[-]   ; Report number of code lines in each function in source
  45. LCC[-]   ; Report number of comment lines in each function in source
  46. LLC[+]   ; Report list of callers of each function in source
  47.  
  48.    ; Various options:
  49. NPs[] ; Source string to reqognice as new-page-string
  50. NPS[-]   ; Convert new-page-string to a new-page char
  51. NFU[-]   ; Insert new-page char before each function
  52. NFI[-]   ; Insert new-page char between each map section
  53. cse[1]   ; Column separator (1=space, 2=tab)
  54. dtu[-]   ; Delete temporary .smo-files after use
  55. gcb[+]   ; Put all added information within C-style comment blocks
  56. tab[8]   ; Width of tabulator
  57. dis[3]   ; Disp. info on screen (0=Nothing,1=Few,2=Normal,3=Detailed)
  58.  
  59.    ; How and what to generate:
  60. gen[1]   ; What to generate (1=All, 2=Objects, 3=Map)
  61. met[2]   ; Method of generator (1=Link, 2=Make, 3=Build)
  62. pof[.\]  ; Path to object files (.smo-files)
  63. pmf[.\]  ; Path to map files (.sm-files)
  64. ptf[.\]  ; Path to temporary files (.tmp-files)
  65.