I am though unclear about something. On this page I read there is support for:
* Protected Functions
* Private Functions
* Protected Variables
* Private Variables
Yet after reading the source of Exuberant Ctags and the output and everything google could find about it im still pretty unclear about how the tags for these entrys are generated.
For example a normal function would be:
- Code: Select all
<classview entry> <tab> <file> <tab> <RegExp || line number>;" <tab> f
The f standing for Function and so on for variable, macro, class, struct. And what not. Yet i have not encounterd an character for the four listed above. And have not found any documentation about it either. Here or at google.

