This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] doxygen markup for shadowed files
- From: Gennaro Prota <gennaro dot prota at yahoo dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 22 Mar 2007 12:38:02 +0100
- Subject: Re: [v3] doxygen markup for shadowed files
- References: <20061206003923.85a5d857.bkoz@redhat.com>
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