File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,13 @@ Simply create a directory `plugin/doxygen` in your vim configuration folder
11
11
12
12
There're some configuration variables for Doxygen module. Here is a listing
13
13
of the most importants :
14
+
14
15
- `g:DefaultAuthor` : this variable allow you to overpass the input
15
16
"Enter author name : " when you use any doxygen generation.
17
+
16
18
- `g:DefaultVersion` : tthis variable allow you to overpass the input
17
19
"Enter version string : " when you use any doxygen generation.
20
+
18
21
- `g:Doxygen_maxFunctionProtoLines` : if you have some function with
19
22
a definition of more than 10 lines, you can change this parameter.
20
23
@@ -27,15 +30,25 @@ if you want to change the tag `param` (basicly "@param "), you can define
27
30
the variable ` let g:Doxygen_paramTag = "/myTagParam " ` .
28
31
29
32
Here is the listing of tags :
33
+
30
34
- `g:Doxygen_briefTag` : "@brief "
35
+
31
36
- `g:Doxygen_templateParamTag` : "@tparam "
37
+
32
38
- `g:Doxygen_paramTag` : "@param "
39
+
33
40
- `g:Doxygen_returnTag` : "@return "
41
+
34
42
- `g:Doxygen_throwTag` : "@throw "
43
+
35
44
- `g:Doxygen_fileTag` : "@file "
45
+
36
46
- `g:Doxygen_dateTag` : "@date "
47
+
37
48
- `g:Doxygen_versionTag` : "@version "
49
+
38
50
- `g:Doxygen_nameTag` : "@name "
51
+
39
52
- `g:Doxygen_classTag` : "@class "
40
53
41
54
You can’t perform that action at this time.
0 commit comments