LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   What ais a ctages (https://www.linuxquestions.org/questions/linux-general-1/what-ais-a-ctages-62196/)

Neomaster 05-27-2003 10:29 PM

What ais a ctages
 
What are ctages and what can i use them for and what does a ctages look like?:newbie:

0x4B 05-28-2003 12:15 PM

ctags is a program to generate a tags file. the tags file is a list of references to functions, variables, etc. used in source code. the idea is to allow programmers to find the definition of something quickly (even in large projects)

try man ctags or visit ctags.sf.net

Neomaster 05-28-2003 08:16 PM

Thanks:D


All times are GMT -5. The time now is 12:04 PM.