File: semantic.cache

package info (click to toggle)
autoclass 3.3.6.dfsg.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,484 kB
  • sloc: ansic: 16,710; csh: 111; sh: 98; cpp: 95; makefile: 76
file content (15 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;; Object data/
;; SEMANTICDB Tags save file
(semanticdb-project-database-file "data/"
  :tables (list 
   (semanticdb-table "tests.c"
    :major-mode 'c-mode
    :tags 'nil
    :file "tests.c"
    :pointmax 19022
    )
   )
  :file "semantic.cache"
  :semantic-tag-version "2.0beta3"
  :semanticdb-version "2.0beta3"
  )