Re: [Doxygen-users] Filenames
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2015-02-27 18:29:00
|
Johannes, Small addition to the the email of Stephan, when the \file is in the same file as it what it is documenting it is not required to specify the file name. From the documentation: Indicates that a comment block contains documentation for a source or header file with name <name>. The file name may include (part of) the path if the file-name alone is not unique. If the file name is omitted (i.e. the line after \file is left blank) then the documentation block that contains the \file command will belong to the file it is located in. Albert On Fri, Feb 27, 2015 at 6:49 PM, Stefan Pendl <ste...@gm...> wrote: > Am 27.02.2015 um 13:40 schrieb JORE: > > Hey albert, > > > > i use Version 1.4.5 > > > > That is in my Source code: > > > > /** > > * @file CCP V 2.0.h > > * @date 25.02.2015 > > * @brief Defines, enums, struct etc. > > */ > > > > Version 1.4.5 is ancient, released on October 4th, 2005. > Now it is nearly ten years later, but if it has all the features you need. > > Have you already tried enclosing the file name in quotes? > > @file "CCP V 2.0.h" > > I would still upgrade to the latest release and see if the issue is > gone, might be the case that you see some new things you like to use too. > > > -- > Stefan P. > > Top-posting: > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |