On Jan 11, 2013, at 17:26 , "Meyer, Jay (MPAU)" <jay.me...@smiths-medical.com> 
wrote:

> Inherited a doxygen config file that had the incude and included by graph 
> boxes checked.
>  
> No graphs. Also no effect from checking SHOW_INCLUDE_FILES.
>  
> After many experiments and comparing with another config, discovered that:
>  
> If SEARCH_INCLUDES is set to  NO, then neither the include graphs nor 
> SHOW_INCLUDE_FILES have any effect!
> This applies even though the INCLUDE_PATH list is empty.
> Turn on SEARCH_INCLUDES, then all is well.
>  
> This seems to be either a glitch in the software, or at the least, missing 
> documentation for the SEARCH_INCLUDES tag.
> Anyone else know about this?
>  
> I am running doxygen 1.8.3 with Graphviz 2.28 on Windows 7

It is a glitch indeed. The check

  if (!searchIncludes) return; // do not read include files

at the start of readIncludeFile in src/pre.l is too strict and should be 
removed.

Regards,
  Dimitri


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to