8000 update README.md · cheoljoo/doxygen_perlmod_python@7b0a4c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b0a4c4

Browse files
author
charles.lee
committed
update README.md
1 parent cc0b8c7 commit 7b0a4c4

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
- they want to do something with python.
44

55
## 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**
87

98
## markdown output with plantuml
109
- `make test1`
1110
- source : test-1
1211
- Doxyfile
1312
- GENERATE_PERLMOD = YES
14-
- PERLMOD_PYTHON = YES
1513
- INPUT = ../doxygen-test-src
1614
- PLANTUML_JAR_PATH = ./plantuml.jar
1715
- but we do not copy proper plantuml.jar. we use 'touch plantuml.jar' to remove java running time.
@@ -30,7 +28,6 @@
3028
- source : test-server
3129
- Doxyfile
3230
- GENERATE_PERLMOD = YES
33-
- PERLMOD_PYTHON = YES
3431
- INPUT = ../doxygen-test-src
3532
- PLANTUML_JAR_PATH = ./plantuml.jar
3633
- but we do not copy proper plantuml.jar. we use 'touch plantuml.jar' to remove java running time.
@@ -55,7 +52,6 @@
5552
- source : test-mako
5653
- Doxyfile
5754
- GENERATE_PERLMOD = YES
58-
- PERLMOD_PYTHON = YES
5955
- INPUT = ../doxygen-test-src
6056
- PLANTUML_JAR_PATH = ./plantuml.jar
6157
- but we do not copy proper plantuml.jar. we use 'touch plantuml.jar' to remove java running time.

test-1/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ MAN_LINKS = NO
22402240
# captures the structure of the code including all documentation.
22412241
# The default value is: NO.
22422242

2243-
GENERATE_XML = YES
2243+
GENERATE_XML = NO
22442244

22452245
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
22462246
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of

test-1/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
## Doxyfile
44
- GENERATE_PERLMOD = YES
5-
- PERLMOD_PYTHON = YES
65
- INPUT = ../doxygen-test-src
76
- PLANTUML_JAR_PATH = ./plantuml.jar
87

98
## make test1
10-
- check doxygen version whether supports PERLMOD_PYTHON
119
- DoxyDocs.pm converts to DoxyDocs.py.
1210
- DoxyDocs.py is loaded in python program.
1311
- sample.py makes markdown (output.md) file as final output.

test-mako/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Doxyfile
44
- GENERATE_PERLMOD = YES
5-
- PERLMOD_PYTHON = YES
65
- INPUT = ../doxygen-test-src
76
- PLANTUML_JAR_PATH = ./plantuml.jar
87

@@ -13,7 +12,6 @@
1312
- pip3 install mako
1413

1514
## make testmako
16-
- check doxygen version whether supports PERLMOD_PYTHON
1715
- DoxyDocs.pm converts to DoxyDocs.py.
1816
- DoxyDocs.py is loaded in python program.
1917
- input : class.mako

test-server/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
## Doxyfile
44
- GENERATE_PERLMOD = YES
5-
- PERLMOD_PYTHON = YES
65
- INPUT = ../doxygen-test-src
76
- PLANTUML_JAR_PATH = ./plantuml.jar
87

98
## make testserver
10-
- check doxygen version whether supports PERLMOD_PYTHON
119
- DoxyDocs.pm converts to DoxyDocs.py.
1210
- DoxyDocs.py is loaded in python program.
1311
- sample.py makes html (output.html) file as final output. <- this is difference from make test1

0 commit comments

Comments
 (0)
0