From: <den...@us...> - 2010-07-20 23:45:41
|
Revision: 104 http://dsim.svn.sourceforge.net/dsim/?rev=104&view=rev Author: denis_arnaud Date: 2010-07-20 23:45:35 +0000 (Tue, 20 Jul 2010) Log Message: ----------- [Doc] Prefixed the source file variables with dsim. Modified Paths: -------------- trunk/dsim/doc/Makefile.am trunk/dsim/doc/doxygen_html.cfg.in trunk/dsim/doc/local/dsim_header.html Modified: trunk/dsim/doc/Makefile.am =================================================================== --- trunk/dsim/doc/Makefile.am 2010-07-20 23:08:53 UTC (rev 103) +++ trunk/dsim/doc/Makefile.am 2010-07-20 23:45:35 UTC (rev 104) @@ -29,13 +29,14 @@ #include $(top_srcdir)/airrac/command/sources.mk #include $(top_srcdir)/airrac/service/sources.mk #include $(top_srcdir)/airrac/core/sources.mk -#include $(top_srcdir)/rmol/basic/sources.mk -#include $(top_srcdir)/rmol/bom/sources.mk -#include $(top_srcdir)/rmol/factory/sources.mk -#include $(top_srcdir)/rmol/command/sources.mk -#include $(top_srcdir)/rmol/service/sources.mk -#include $(top_srcdir)/rmol/core/sources.mk -#include $(top_srcdir)/rmol/batches/sources.mk +include $(top_srcdir)/rmol/basic/sources.mk +include $(top_srcdir)/rmol/field/sources.mk +include $(top_srcdir)/rmol/bom/sources.mk +include $(top_srcdir)/rmol/factory/sources.mk +include $(top_srcdir)/rmol/command/sources.mk +include $(top_srcdir)/rmol/service/sources.mk +include $(top_srcdir)/rmol/core/sources.mk +include $(top_srcdir)/rmol/batches/sources.mk #include $(top_srcdir)/airinv/basic/sources.mk #include $(top_srcdir)/airinv/bom/sources.mk #include $(top_srcdir)/airinv/factory/sources.mk @@ -101,6 +102,14 @@ $(stdair_fac_h_sources) $(stdair_fac_cc_sources) \ $(stdair_cmd_h_sources) $(stdair_cmd_cc_sources) \ $(stdair_svc_h_sources) $(stdair_svc_cc_sources) \ + $(rmol_service_h_sources) $(rmol_service_cc_sources) \ + $(rmol_batches_h_sources) $(rmol_batches_cc_sources) \ + $(rmol_bas_h_sources) $(rmol_bas_cc_sources) \ + $(rmol_fld_h_sources) $(rmol_fld_cc_sources) \ + $(rmol_bom_h_sources) $(rmol_bom_cc_sources) \ + $(rmol_fac_h_sources) $(rmol_fac_cc_sources) \ + $(rmol_cmd_h_sources) $(rmol_cmd_cc_sources) \ + $(rmol_svc_h_sources) $(rmol_svc_cc_sources) \ $(dsim_service_h_sources) $(dsim_service_cc_sources) \ $(dsim_bas_h_sources) $(dsim_bas_cc_sources) \ $(dsim_bom_h_sources) $(dsim_bom_cc_sources) \ Modified: trunk/dsim/doc/doxygen_html.cfg.in =================================================================== --- trunk/dsim/doc/doxygen_html.cfg.in 2010-07-20 23:08:53 UTC (rev 103) +++ trunk/dsim/doc/doxygen_html.cfg.in 2010-07-20 23:45:35 UTC (rev 104) @@ -554,7 +554,9 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/@PACKAGE@ \ +INPUT = @top_srcdir@/stdair \ + @top_srcdir@/rmol \ + @top_srcdir@/dsim \ @top_srcdir@/doc/local \ @top_builddir@/doc/local \ @top_srcdir@/doc/tutorial Modified: trunk/dsim/doc/local/dsim_header.html =================================================================== --- trunk/dsim/doc/local/dsim_header.html 2010-07-20 23:08:53 UTC (rev 103) +++ trunk/dsim/doc/local/dsim_header.html 2010-07-20 23:45:35 UTC (rev 104) @@ -10,10 +10,10 @@ <body> <div style="width: 100%; height: 40px; background-color: #ffff00; border: 1px solid #b0b0b0; margin: 5px 5px 5px 0; padding: 2px;"> - <a href="http://stdair.sourceforge.net"><img width="150" height="40" - src="stdair_logo.png" alt="StdAir Logo" + <a href="http://dsim.sourceforge.net"><img width="150" height="40" + src="dsim_logo.png" alt="StdAir Logo" style="float: left; border: 0;"></a> - <a href="http://www.sourceforge.net/projects/stdair"><img width="150" + <a href="http://sourceforge.net/projects/dsim/"><img width="150" height="40" src="sfx_logo.png" alt="Sourceforge Logo" style="float: right; border: 0;"></a> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |