[Github-comments] [geany] Ctags c.c: nested namespaces don't contain the scope information (#871)

Jiří Techet notifications at xxxxx
Sat Jan 16 15:34:58 UTC 2016


While testing autocompletion for namespaces I noticed that the namespace tags never contain the scope information even if they are nested in another namespace. For instance in

```
namespace Foo {
    namespace Bar {
    }
}
```

the scope of Bar's  TMTag is NULL.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/871
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160116/c1ee5612/attachment.html>


More information about the Github-comments mailing list