Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
53f67ec0
Commit
53f67ec0
authored
13 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
#8763 Fix doxygen generation
parent
f6dc9938
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
daemon/doc/doxygen/core-doc.cfg.in
+1
-1
1 addition, 1 deletion
daemon/doc/doxygen/core-doc.cfg.in
hudson-sflphone-script.sh
+2
-0
2 additions, 0 deletions
hudson-sflphone-script.sh
with
3 additions
and
1 deletion
daemon/doc/doxygen/core-doc.cfg.in
+
1
−
1
View file @
53f67ec0
...
...
@@ -51,7 +51,7 @@ PROJECT_LOGO =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY =
./generated-doc
OUTPUT_DIRECTORY =
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
...
...
This diff is collapsed.
Click to expand it.
hudson-sflphone-script.sh
+
2
−
0
View file @
53f67ec0
...
...
@@ -20,7 +20,9 @@ function run_code_analysis {
function
gen_doxygen
{
# Check if doxygen is installed on the system
if
[
`
which doxygen &>/dev/null
;
echo
$?
`
-ne
1
]
;
then
pushd
doc/doxygen
doxygen core-doc.cfg.in
popd
fi
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment