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


On Wed, 6 Dec 2006 00:39:23 +0100, Benjamin Kosnik wrote:

>As I was shadowing tr1 in std I noticed that my @file work last
>week.... was not correct or complete. Here is the revised version,
>which corrects previously problematic issues like ext/memory,
>tr1/memory, and memory not sorting correctly, and the "C" includes
>being dropped completely.
>
>I regenerated the docs. Correct file tags as per:
>http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/files.html

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 in other sub-directories (just think that
before I knew that the name was optional, I had a script invoked
automatically by Vim on the BufWritePre event to check if the file had
been renamed without updating the string following @file :-)).

-- 
Genny


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