source: trunk/documents/UserDoc/DocBookUsersGuides/ForToolkitDeveloper/xml/OOAnalysisDesign/ChapDsgnFuncEntityDef.dtd@ 980

Last change on this file since 980 was 904, checked in by garnier, 17 years ago

ajout de la doc

File size: 1.8 KB
Line 
1<!-- ******************************************************** -->
2<!-- -->
3<!-- In this file you need to define entities of all xml -->
4<!-- section files you want to include from the current -->
5<!-- directory into the G4 DocBook manual. -->
6<!-- -->
7<!-- [History] -->
8<!-- Creation: Katsuya Amako, Nov-2006 -->
9<!-- -->
10<!-- ******************************************************** -->
11
12<!-- Entity definitions xml files under current directories. -->
13<!ENTITY chapDsgnFunc SYSTEM "./ChapDsgnFunc.xml">
14
15<!ENTITY sectDsgnFuncIntro SYSTEM "./Introduction/introduction.xml">
16<!ENTITY sectDsgnFuncRun SYSTEM "./Run/run.xml">
17<!ENTITY sectDsgnFuncEvent SYSTEM "./Event/event.xml">
18<!ENTITY sectDsgnFuncTracking SYSTEM "./Tracking/tracking.xml">
19<!ENTITY sectDsgnFuncPhysicsProcesses SYSTEM "./PhysicsProcesses/physicsProcesses.xml">
20<!ENTITY sectDsgnFuncHit SYSTEM "./Hit/hit.xml">
21<!ENTITY sectDsgnFuncGeometry SYSTEM "./Geometry/geometry.xml">
22<!ENTITY sectDsgnFuncElectroMagnetic SYSTEM "./ElectromagneticField/electroMagneticField.xml">
23<!ENTITY sectDsgnFuncParticles SYSTEM "./Particles/particles.xml">
24<!ENTITY sectDsgnFuncMaterials SYSTEM "./Materials/materials.xml">
25<!ENTITY sectDsgnFuncGlobalUsage SYSTEM "./GlobalUsage/globalUsage.xml">
26<!ENTITY sectDsgnFuncVisualization SYSTEM "./Visualization/visualization.xml">
27<!ENTITY sectDsgnFuncUserInterface SYSTEM "./UserInterface/userInterface.xml">
28
29
30
31
Note: See TracBrowser for help on using the repository browser.