Geoff Worboys wrote:
> I'm having some very odd problems with EXPAND_AS_DEFINED

For the record of this list I thought I should add a follow up.
Dimitri discovered a problem, specific to Windows, associated
with INCLUDE_PATH (part of the preprocessing settings in
doxygen) that can cause doxygen to fail to find some header
files - and so fail to expand macros defined in those headers.

My include path had looked like this:
    ../
or in my original project like this:
    d:/path/project/

The trailing slash was causing an error which is going to be
fixed.  But in the mean time the simple solution is to change
your INCLUDE_PATH to remove the trailing slash.  eg:

To this:
    ..
or this:
    d:/path/project


I hope this helps save some time for someone.

-- 
Geoff Worboys
Telesis Computing Pty Ltd


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to