# ctags

## Descriptions:

A C programming language indexing and/or cross-reference tool

## Changes on AnNyung:

* Exuberant CTags patch 적용
  * Added support for new "attached" and "detachable" keywords
  * Fixed parsing of comments after import statements and other tags
  * Fixed regular expressions for Ant so they won't span multiple tags
  * Fixed infinite loop with malformed Makefiles
  * Fixed Verilog parameter parsing
  * Fixed problem detecting function definitions using circumflexes for MS.NET managed types.
  * Fixed bug caused by use of strlen() where strings overlapped.
  * Enabled Large File System support
* PHP namespace 지원

## Sub packages:

* **ctags-etags** - Exuberant Ctags for emacs tag format


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-ctags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
