In an effort to adapt a company-wide header format to doxygen, I would like to create some custom tags that will be ignored by doxygen. I think I can do this with an alias, but so far have only been able to replace tags with others. What I am trying to accomplish:
/** * @company Company Name **/
with an alias like @company="". Unfortunately, this just prints the text with no section name.
Any ideas?