Re: [Doxygen-users] why does it doxygen miss functions?
Brought to you by:
dimitri
From: Richard D. <Ri...@Da...> - 2015-08-28 23:43:31
|
On 8/28/15 4:58 PM, woody wrote: > I ran doxygen 1.8.10 with default settings on a file that had no > doxygen comments in it. > > Something is seriously wrong here, what is going on? > *EVERY SINGLE FUNCTION* tagged static was skipped. See option: EXTRACT_STATIC (default is NO), This option must be set to YES to include the documentation for static items. -- Richard Damon |