File tree Expand file tree Collapse file tree 5 files changed +2
-12
lines changed Expand file tree Collapse file tree 5 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 3
3
- they want to do something with python.
4
4
5
5
## Doxyfile
6
- - set ** GENERATE_PERLMOD = YES** and ** PERLMOD_PYTHON = YES**
7
- - it gives more examples and usage when you set PERLMOD_PYTHON to YES in Doxyfile
6
+ - set ** GENERATE_PERLMOD = YES**
8
7
9
8
## markdown output with plantuml
10
9
- ` make test1 `
11
10
- source : test-1
12
11
- Doxyfile
13
12
- GENERATE_PERLMOD = YES
14
- - PERLMOD_PYTHON = YES
15
13
- INPUT = ../doxygen-test-src
16
14
- PLANTUML_JAR_PATH = ./plantuml.jar
17
15
- but we do not copy proper plantuml.jar. we use 'touch plantuml.jar' to remove java running time.
30
28
- source : test-server
31
29
- Doxyfile
32
30
- GENERATE_PERLMOD = YES
33
- - PERLMOD_PYTHON = YES
34
31
- INPUT = ../doxygen-test-src
35
32
- PLANTUML_JAR_PATH = ./plantuml.jar
36
33
- but we do not copy proper plantuml.jar. we use 'touch plantuml.jar' to remove java running time.
55
52
- source : test-mako
56
53
- Doxyfile
57
54
- GENERATE_PERLMOD = YES
58
- - PERLMOD_PYTHON = YES
59
55
- INPUT = ../doxygen-test-src
60
56
- PLANTUML_JAR_PATH = ./plantuml.jar
61
57
- but we do not copy proper plantuml.jar. we use 'touch plantuml.jar' to remove java running time.
Original file line number Diff line number Diff line change @@ -2240,7 +2240,7 @@ MAN_LINKS = NO
2240
2240
# captures the structure of the code including all documentation.
2241
2241
# The default value is: NO.
2242
2242
2243
- GENERATE_XML = YES
2243
+ GENERATE_XML = NO
2244
2244
2245
2245
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
2246
2246
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
Original file line number Diff line number Diff line change 2
2
3
3
## Doxyfile
4
4
- GENERATE_PERLMOD = YES
5
- - PERLMOD_PYTHON = YES
6
5
- INPUT = ../doxygen-test-src
7
6
- PLANTUML_JAR_PATH = ./plantuml.jar
8
7
9
8
## make test1
10
- - check doxygen version whether supports PERLMOD_PYTHON
11
9
- DoxyDocs.pm converts to DoxyDocs.py.
12
10
- DoxyDocs.py is loaded in python program.
13
11
- sample.py makes markdown (output.md) file as final output.
Original file line number Diff line number Diff line change 2
2
3
3
## Doxyfile
4
4
- GENERATE_PERLMOD = YES
5
- - PERLMOD_PYTHON = YES
6
5
- INPUT = ../doxygen-test-src
7
6
- PLANTUML_JAR_PATH = ./plantuml.jar
8
7
13
12
- pip3 install mako
14
13
15
14
## make testmako
16
- - check doxygen version whether supports PERLMOD_PYTHON
17
15
- DoxyDocs.pm converts to DoxyDocs.py.
18
16
- DoxyDocs.py is loaded in python program.
19
17
- input : class.mako
Original file line number Diff line number Diff line change 2
2
3
3
## Doxyfile
4
4
- GENERATE_PERLMOD = YES
5
- - PERLMOD_PYTHON = YES
6
5
- INPUT = ../doxygen-test-src
7
6
- PLANTUML_JAR_PATH = ./plantuml.jar
8
7
9
8
## make testserver
10
- - check doxygen version whether supports PERLMOD_PYTHON
11
9
- DoxyDocs.pm converts to DoxyDocs.py.
12
10
- DoxyDocs.py is loaded in python program.
13
11
- sample.py makes html (output.html) file as final output. <- this is difference from make test1
You can’t perform that action at this time.
0 commit comments