Re: A doubt about Doxygen style comments in GLOBAL

"Simon D." <[email protected]>
Newsgroups gmane.comp.gnu.global.bugs
Message-ID <[email protected]>
Hi, Shigio.

I forgot about the following.

The following '@fn' directive lines can be removed but you need to disable the
Doxygen comments they are within (turn '/**' into '/*'),
[The @fn directive is used if there is some other variable, #define or function before
the function the Doxygen comment is describing]:

global.c    parsefile()

gtags.c    static void put_syms()

display.c     BOOL search(void)

htags/fileindex.c     static int print_directory()

libutil/xargs.c       static char *repeat_find_read()

libutil/tab.c        size_t read_file_detabing()

strbuf.c       STRBUF *strbuf_open_tempbuf()

gpathop.c      GFIND *gfind_open()

dbop.c     static void start_sort_process()   and 
                 static void terminate_sort_process()

------------------

'@par' and '@details' can be removed, without disabling the Doxygen comments.

The '/**' needs to be '/*' for the comment
beginning with: 'Definition of LEXTEXT, LEXLENG, LEXIN and LEXRESTART.'.
in lexcommon.h

load_plugin_parser() [libparser/parser.c] needs to be removed from Doxygen seeing it.
As is <xxxx> in it,
and parser_init() in same file.
also for gtagsop.c 'static const char *seekto()' (remove @fn line also).

Line 36 in varray.c needs to be '@' not '\@'.

The '@def O_ACCMODE' line in 'libdb/compat.h' can be removed and disable the 
Doxygen comment,
also can the '@struct anchor' line in 'htags/anchor.h'.

Simon Dommett
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.