File: OpenMEEGConfig.kws.xml

package info (click to toggle)
openmeeg 2.0.0.dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 10,508 kB
  • ctags: 1,886
  • sloc: cpp: 9,959; python: 790; makefile: 487; xml: 34; ansic: 30; f90: 22; fortran: 17
file content (44 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="iso-8859-1"?>
<Description>

<Project>OpenMEEG</Project>
<ProjectLogo>documentation/tutorial/images/OMlogo_small.gif</ProjectLogo>

<Files>KWStyleFilesToCheck.txt</Files>

<LessHTML>1</LessHTML>

<ErrorThreshold>10</ErrorThreshold>

<LineLength>180</LineLength>

<DeclarationOrder>0,1,2</DeclarationOrder>
<Typedefs>[A-Z]</Typedefs>
<InternalVariables>m_[A-Z]</InternalVariables>
<SemicolonSpace>0</SemicolonSpace>
<EndOfFileNewLine>1</EndOfFileNewLine>
<Tabs>1</Tabs>
<Spaces>0</Spaces>
<EndOfFileNewLine>true</EndOfFileNewLine>
<Comments>/**, *, */,true</Comments>
<Indent>SPACE,4,true,true</Indent>
<EmptyLines>2</EmptyLines>

<Comments>
<begin>/**</begin>
<middle> *</middle>
<end>*/<end>
<emptyLineBeforeClass>true</emptyLineBeforeClass>
<checkWrongComment>true</checkWrongComment>
// True if not specified 
<checkMissingComments>false</checkMissingComments>
</Comments>

<EmptyLines>2</EmptyLines>

<Operator>
<spaceBefore>1</spaceBefore>
<spaceAfter>1</spaceAfter>
</Operator>

</Description>