Fix doxygen links in log.h.

`@{link blah}` != `{@link blah}`. The latter defines a link to blah,
the former defines a custom group that is never closed. This was doing
really exciting things to devsite.

Most identifiers do not need to be explicitly linked. The two in the
struct do need to be for some reason (maybe typedef vs function, or
maybe because it's a struct, idk). I've left those two but removed all
the ones that work implicitly.

Test: staged to devsite
Bug: None
Change-Id: I9f382dab499abb27945d178e17ae8c810c619898
1 file changed
tree: fc225a9ed7390c12f21854f6340ced4903edab89
  1. liblog/
  2. logcat/
  3. logd/
  4. logwrapper/