Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
6239c4b3
Commit
6239c4b3
authored
Dec 29, 2006
by
jhassine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the Phing build script to build the API documentation (Thanks meus for supplying the patch)
parent
4e22f1fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
build.xml
tools/build/build.xml
+3
-1
No files found.
tools/build/build.xml
View file @
6239c4b3
...
@@ -86,9 +86,11 @@
...
@@ -86,9 +86,11 @@
Generates the API documentation using Doxygen and PHPDoc
Generates the API documentation using Doxygen and PHPDoc
Doxygen is required in the path.
Doxygen is required in the path.
-->
-->
<mkdir
dir=
"${build.dest.dir}/docs/API/doxygen"
/>
<exec
command=
"doxygen"
dir=
"."
/>
<exec
command=
"doxygen"
dir=
"."
/>
<!-- <exec command="make pdf" dir="${build.src.dir}/docs/latex"/> -->
<!-- <exec command="make pdf" dir="${build.src.dir}/docs/latex"/> -->
<mkdir
dir=
"${build.dest.dir}/docs/API/phpdoc"
/>
<phpdoc
title=
"Doctrine Documentation"
destdir=
"${build.dest.dir}/docs/API/phpdoc/html"
<phpdoc
title=
"Doctrine Documentation"
destdir=
"${build.dest.dir}/docs/API/phpdoc/html"
sourcepath=
"${project.base.dir}/lib"
output=
"HTML:Smarty:PHP"
/>
sourcepath=
"${project.base.dir}/lib"
output=
"HTML:Smarty:PHP"
/>
</target>
</target>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment