Hi,

Tag files can be generated for fortran codes (using 1.8.7).  When these tag
files are used in other projects, warnings occur:

    warning: Unknown compound attribute 'module' found!
    warning: Unexpected tag 'name' found

(and so on...)

Having looked at the source, it seems that none of the fortran compounds
(type, function, module, etc) are specified in tagreader.cpp.  Can these be
added?

I've attached a minimal example of this.  projB uses projA's tag file.
​​To run,

cd projA
doxygen Doxyfile
cd ../projB
doxygen Doxyfile


(The example also shows that markdown files are not run through the
auto-link generation processor at all; separate issue, but would also be a
very useful feature.)

Cheers,
Russ

Attachment: doctest.tar.gz
Description: GNU Zip compressed data

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to