File: index.rst

package info (click to toggle)
universal-ctags 0%2Bgit20181215-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,444 kB
  • sloc: ansic: 84,242; vhdl: 5,924; sh: 5,830; perl: 1,743; cpp: 1,599; cs: 1,193; python: 812; sql: 572; f90: 534; php: 479; yacc: 459; fortran: 341; makefile: 325; asm: 311; objc: 284; ruby: 261; xml: 245; java: 157; tcl: 133; cobol: 122; lisp: 113; erlang: 61; ada: 55; ml: 49; awk: 43
file content (49 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.. Universal Ctags documentation master file

#####################################################################
Universal-ctags Hacking Guide
#####################################################################

:Version: Draft
:Authors: universal-ctags developers
:Web Page: https://ctags.io/

`Universal-ctags`_ was created to continue the development of Darren
Hiebert's `Exuberant-ctags`_ after activity on that project
unfortunately stalled.

Reza Jelveh <reza.jelveh@gmail.com> initially created a personal fork
on GitHub and as interest and participation grew it was decided to
move development to a dedicated GitHub organization.

The goal of this project is to maintain a common/unified space where
people interested in improving ctags can work together.

This guide is primarily intended for developers. Users should first
consult the ctags.1 man page.

This is a draft document. Proofreading and pull-requests are welcome!


.. _Exuberant-ctags: http://ctags.sourceforge.net/
.. _Universal-ctags: https://github.com/universal-ctags


.. toctree::
	:maxdepth: 2

	news.rst
	reporting.rst
	contributions.rst
	parsers.rst
	output-format.rst
	interactive-mode.rst
	guessing.rst
	running-multi-parsers.rst
	building.rst
	testing.rst
	extending.rst
	tips.rst
	other-projects.rst
	format.rst
	developers.rst