Dear Tom,

I used this to include RFCs in my documentation. To do this, copy the
HTML files somewhere in your project and make sure in can be found (in
my example the ):

in DoxyFile:
EXAMPLE_PATH           = web/test \
                         documentation/htmlincludes/ \


In the source, I create pages:
/// @page soap11 The SOAP specification, version 1.1
/// @htmlinclude SOAP_1_1.html

/// @page soap12 The SOAP specification, version 1.2
/// @htmlinclude SOAP_1_2.html

/// @page stylesandencodingsinsoap Styles and Encoding in SOAP messages
/// @htmlinclude stylesandencodingsinsoap.html

/// @page wsdl11 Web Service Description Language
/// @htmlinclude WSDL_1_1.html


The files referred to in the @htmlinclude commands are in
documentation/htmlincludes/ .

Best regards,
Willem Bogaerts



------------------------------------------------------------------------------
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