Any other ideas on how to get doxygen to include standalone html files? I was 
really hoping to find a solution for merging source-generated doc with other 
tutorial doc. 

Tom

Sent from my iPhone

> On Oct 1, 2014, at 3:45 AM, Willem Bogaerts <w...@dds.nl> wrote:
> 
> 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

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