This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] doxygen markup for shadowed files



Hi, sorry for the late reply, I just noticed this message by chance.
You might like to know that you can omit the name in the @file (or
\file) command altogether and let Doxygen take care of eventually
adding the (minimum) part of its path which is sufficient to
disambiguate among homonyms (before I knew that, I had a script
invoked automatically by Vim on the BufWritePre event to check if the
file had been renamed or moved without updating the string following
@file :-)).

Gennaro, thanks for the tips.


Sadly, although what you say works in theory, in practice with libstdc++ and duplicate/triplicate includes without suffixes, it falls down.

Thus, the markup.

best,
benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]