source: trunk/documents/UserDoc/DocBookUsersGuides/ForToolkitDeveloper/xml/GuideToExtendFunctionality/ChapExtdFuncEntityDef.dtd@ 1345

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

ajout de la doc

File size: 1.4 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 chapExtdFunc SYSTEM "./ChapExtdFunc.xml">
14
15<!ENTITY sectExtdFuncGeometry SYSTEM "./Geometry/geometry.xml">
16<!ENTITY sectExtdFuncElectromagneticField
17 SYSTEM "./ElectromagneticField/electroMagneticField.xml">
18<!ENTITY sectExtdFuncParticles
19 SYSTEM "./Particles/particles.xml">
20<!ENTITY sectExtdFuncPhysicsProcesses
21 SYSTEM "./PhysicsProcesses/physicsProcesses.xml">
22<!ENTITY sectExtdFuncHadronicPhysics
23 SYSTEM "./HadronicPhysics/hadronics.xml">
24<!ENTITY sectExtdFuncVisualization
25 SYSTEM "./Visualization/visualization.xml">
26
27
28
Note: See TracBrowser for help on using the repository browser.