Skip to content

Commit

Permalink
[tidy] Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Sep 16, 2023
1 parent 83cade4 commit df00b2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editors/emacs/c-xref.el
Original file line number Diff line number Diff line change
Expand Up @@ -4078,6 +4078,7 @@ Special hotkeys available:
(let ((tlen) (minvocation) (mhead) (mtail) (mline) (dname))
(setq dname (cdr (assoc PPCA_TYPE c-xref-server-ctag-attributes)))

;; Invocation code string
(setq i (c-xref-server-parse-xml-tag ss i len))
(c-xref-server-dispatch-require-ctag PPC_STRING_VALUE)
(setq tlen (c-xref-server-dispatch-get-int-attr PPCA_LEN))
Expand All @@ -4086,6 +4087,7 @@ Special hotkeys available:
(setq i (c-xref-server-parse-xml-tag ss i len))
(c-xref-server-dispatch-require-end-ctag PPC_STRING_VALUE)

;; Extraction header
(setq i (c-xref-server-parse-xml-tag ss i len))
(c-xref-server-dispatch-require-ctag PPC_STRING_VALUE)
(setq tlen (c-xref-server-dispatch-get-int-attr PPCA_LEN))
Expand All @@ -4094,6 +4096,7 @@ Special hotkeys available:
(setq i (c-xref-server-parse-xml-tag ss i len))
(c-xref-server-dispatch-require-end-ctag PPC_STRING_VALUE)

;; Extraction tail
(setq i (c-xref-server-parse-xml-tag ss i len))
(c-xref-server-dispatch-require-ctag PPC_STRING_VALUE)
(setq tlen (c-xref-server-dispatch-get-int-attr PPCA_LEN))
Expand All @@ -4102,6 +4105,7 @@ Special hotkeys available:
(setq i (c-xref-server-parse-xml-tag ss i len))
(c-xref-server-dispatch-require-end-ctag PPC_STRING_VALUE)

;; ?????
(setq i (c-xref-server-parse-xml-tag ss i len))
(c-xref-server-dispatch-require-ctag PPC_INT_VALUE)
(setq tlen (c-xref-server-dispatch-get-int-attr PPCA_LEN))
Expand Down

0 comments on commit df00b2c

Please sign in to comment.