Since Jay stated that INCLUDE_PATH did nothing, I assumed he had added the 
directory containing cstdlib to INCLUDE_PATH.
In that case, it should work just fine unless the FILE_PATTERN doesn't give a 
match on the file.

Note that #include <..> just means that the preprocessor should look in the 
defined include paths first, while #include ".."
will make it look in the directory of the file which contains the directive 
before looking in the include paths.
..at least that is how GCC works: 
http://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html

Best regards,
                Martin E. Johansen

From: Ken Kazinski [mailto:[email protected]]
Sent: 1. mars 2013 13:35
To: [email protected]; Johansen, Martin Etnestad
Subject: Re: [Doxygen-users] INCLUDE_PATH doesn't seem to do anything

I did not think that doxygen documented items in standard libraries (i.e. 
#include <xxx>), but will document #include "xxx".




#include <cstdlib>

And the filename is: cstdlib



How can I pull these files in?



This mailing list is so responsive usually!

I can only conclude that the question is too stupid to bear a response or that 
there is no answer.



Did find one way to do it - explicitly name each file that has no extension in 
the input.

Maybe that's what I need to do?



Jay Meyer

Senior Software Engineer

Smiths Medical North America

1265 Grey Fox Road

St. Paul, MN 55112 USA

Tel:  +1 651-628-7600

Fax: +1 651- 628-7093

www.smiths-medical.com

E-Mail: 
[email protected]<http://us.mc1426.mail.yahoo.com/mc/[email protected]>

PROPRIETARY: This e-mail contains proprietary information some or all of which 
may be legally privileged. It is intended for the recipient only. If an 
addressing or transmission error has misdirected this e-mail, please notify the 
authority by replying to this e-mail. If you are not the intended recipient you 
must not use, disclose, distribute, copy, print, or rely on this e-mail.

-----Inline Attachment Follows-----
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

-----Inline Attachment Follows-----
_______________________________________________
Doxygen-users mailing list
[email protected]<http://us.mc1426.mail.yahoo.com/mc/[email protected]>
https://lists.sourceforge.net/lists/listinfo/doxygen-users


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to